InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is/are perfect squares ?A. `16a^(2) + 36b^(2) - 48 ab`B. `9x^(2) + 18xy + 9y^(2)`C. Both (a) and (b)D. Neither (a) nor (b) |
|
Answer» Correct Answer - C Option (a) : `16a^(2) + 36 b^(2) - 48ab` `(4a)^(2) + (6b)^(2) - 2(4a)(6b) = (4a - 6b)^(2)` is a perfect square . Option (b) : `9x^(2) + 18 xy + 9y^(2) = (3x + 3y)^(2)` is a perfect square . Hence , the correct option is (c) . |
|