InterviewSolution
Saved Bookmarks
| 1. |
Construct a triangle of sides 4 cm, 5 cm and 6 cm and then a triangle similar to it where sides are `2/3`of the corresponding sides of the first triangle. |
|
Answer» `(AC)/(CB) = 3/4` here,`(AP)/(PQ) = (AC)/(CB)= 3/4` and, `(AD)/(DB) = (AE)/(EC)` `2/3 : 1/3` Ratio will be `2:1` |
|