SELECT * FROM question_mgmt as q WHERE id=970 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=3 AND subId=6 AND chapterId=88 and ex_no='1' AND status=1 ORDER BY CAST(question_no AS UNSIGNED) CBSE Free NCERT Solution of 12th mathematics Relations and Functions show that the relation r defined in the set a of a

Question: Show that the relation R defined in the set A of all triangles as R = {(T1, T2): T1 is similar to T2}, is equivalence relation. Consider three right angle triangles T1 with sides 3, 4, 5, T2 with sides 5, 12, 13 and T3 with sides 6, 8, 10. Which triangles among T1, T2 and T3 are related?

Answer:

R = {(T1, T2): T1 is similar to T2}

R is reflexive since every triangle is similar to itself.

Further, if (T1, T2) ∈ R, then T1 is similar to T2.

T2 is similar to T1.

⇒ (T2, T1) ∈R

∴R is symmetric.

Now,

Let (T1, T2), (T2, T3) ∈ R.

T1 is similar to T2 and T2 is similar to T3.

T1 is similar to T3.

⇒ (T1, T3) ∈ R

∴ R is transitive.

Thus, R is an equivalence relation.

Now, we can observe that:

\begin{align} \frac {3}{6}=\frac {4}{8}=\frac {5}{10} = \left(\frac {1}{2}\right) \end{align}

∴The corresponding sides of triangles T1 and T3 are in the same ratio.

Then, triangle T1 is similar to triangle T3.

Hence, T1­ is related to T3.


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='3' AND subId='6' AND ex_no!=0 AND status=1 and id!=970 ORDER BY views desc, last_viewed_on desc limit 0,10
SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='3' AND subId='6' AND ex_no!=0 AND status=1 and id!=970 ORDER BY last_viewed_on desc limit 0,10

Comments

  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


Comment(s) on this Question