InterviewSolution
Saved Bookmarks
| 1. |
`DeltaABC` can be constructed in which `BC = 6cm, angleC = 30^(@) and AC - AB = 4 cm`. |
|
Answer» Correct Answer - 1 we know that, a triangle can be constructed if sum of its two sides is greater then third side. i.e., in `DeltaABC, AB + BC gt AC` `rArr BC gt AC - AB` `rArr 6 gt 4`, which is true , so `DeltaABC` with given conditions can be constructed. |
|