টেমপ্লেট:রঙিন অনুশীলন

testwiki থেকে
পরিভ্রমণে চলুন অনুসন্ধানে চলুন
Clipboard

অনুশীলন. {ধরুন a এবং b দুটি ভিন্ন উপাদান। নিম্নোক্ত প্রতিটি বাক্য কি সত্য নাকি মিথ্যা?

১. এই সেট {{}} - True. + False. || This set contains one element, namely the empty set {}.

{{}=. |type="()"} + True. || These two sets have no elements, thus containing the "same" elements. - False.

{{1,1,2,3} is a set. |type="()"} + True. || Even if the element "1" is listed two times, it still represents a set (which can also be denoted by {1,2,3}). - False.

{{x:0<x<2 and x2=4}={2}. |type="()"} - True. + False. || Solving x2=4, we get x=±2, but both of them are not between 0 and 2 exclusively, so no x satisfies the given property. As a result, the set on the RHS should be empty. }

{{a,b,b}{{a,b},a,b,b}. |type="()"} + True. || First, {a,b,b}={a,b}. Since the set {a,b} is an element of the set on RHS, this is true. - False.

{{{a},{a}}{,{a},{b},{a,b}}. |type="()"} - True. + False. || First, {{a},{a}}={{a}}. But set {,{a},{b},{a,b}} doesn't contains {{a}}, it only contains {a}, which is not the same. </quiz> }} }

<templatedata> { "params": { "1": { "description": "Content", "required": true }, "2": { "description": "Color", "default": "darkorange" } }, "paramOrder": [ "1", "2" ], "description": "" } </templatedata>