

InterviewSolution
Saved Bookmarks
1. |
Suppose m, n are positive integers such that 6m + 2m+n 3w + 2n = 332. The value of the expression m2 + mn + n2 is- (A) 7 (B) 13 (C) 19 (D) 21 |
Answer» Correct Option :-(C) 19 Explanation :- 6m + 2m+n 3w + 2n = 332 maximum possible value of m is 3 checking for m = 3, 2 and 1 we get m = 2, n = 3, w = 2 m2 + mn + n2 = 4 + 6 + 9 = 19 |
|