InterviewSolution
Saved Bookmarks
| 1. |
Divide 12 into two number such that sum of their square is 74 |
|
Answer» Let the two number be a and ba + b = 12a2 + b2 = 74If a = 7 and b = 572 + 52 = 49+ 25 =74 5 and 7 |
|