InterviewSolution
Saved Bookmarks
| 1. |
The Product Of Two Numbers Is 192 And The Sum Of These Two Numbers Is 28. What Is The Smaller Of These Two Numbers? |
|
Answer» Let the NUMBER be x and (28 - x) = Then, x (28 - x) = 192 ‹=›x2 - 28x + 192 = 0. ‹=›(x - 16) (x - 12) = 0 ‹=›x = 16 or x = 12. Let the number be x and (28 - x) = Then, x (28 - x) = 192 ‹=›x2 - 28x + 192 = 0. ‹=›(x - 16) (x - 12) = 0 ‹=›x = 16 or x = 12. |
|