InterviewSolution
Saved Bookmarks
| 1. |
`sqrt((81(x + y)^(2))/(144(x-y)^(2))) = "_________"`A. `(9(x+y)^(sqrt2))/(12(x-y)^(sqrt2))`B. `(9(x+y)^(2))/(12(x-y)^(2))`C. `(3(x +y))/(4(x-y)) `D. `9(x+y) //12(x-y)` |
|
Answer» Correct Answer - C `sqrt(([9(x + y)^(2)])/([12 (x-y)^(2)]))` `= (9(x + y))/(12(x-y))` `= (3(x+y))/(4(x-y))` Hence , the correct option is (c) . |
|