InterviewSolution
Saved Bookmarks
| 1. |
In `Delta ABC`, if `r_(1) lt r_(2) lt r_(3)`, then find the order of lengths of the sides |
|
Answer» Correct Answer - `a lt b lt c` In `DeltaABC`, we have `r_(1) lt r_(2) lt r_(3)`. Thus, `(1)/(r_(1)) gt (1)/(r_(2)) gt (1)/(r_(3))` `rArr (s -a)/(Delta) gt (s-b)/(Delta) gt (s -c)/(Delta)` `rArr s -a gt s-b gt s-c` `rArr -a gt -b gt -c` or `a lt b lt c` |
|