

InterviewSolution
Saved Bookmarks
1. |
Represent the following situations mathematically:The sum of the squares of two positive integers is 117. If the square of the smaller number equals four times the larger number, we need to find the integers. |
Answer» Let ‘x’ and ‘y’ be the smaller and larger integer respectively. ∴ x2 + y2 = 117. [∵ The sum of the squares of two positive integers is 117] ∴ x2 = 4y [∵ the square of the smaller number equals four times the larger number.] ∴ y2 + 4y – 117 = 0 |
|