InterviewSolution
Saved Bookmarks
| 1. |
There are two numbers, the difference between them is equal to twice the smaller number. The sum of the two number is 68. Find the product of the two numbersA. 868B. 965C. 814D. 986 |
|
Answer» Correct Answer - a Let the smaller number be x The other number is `68 -x` `68 - x- x = 2x` `68 = 4x` `:. X = 17` `:.` Bigger number `= 68 - 17 = 51` `:.` Product of the number = 867 Hence, the correct option is (a) |
|