InterviewSolution
Saved Bookmarks
| 1. |
Sum of two numbers is 95 if one exceeds The Other by 3 find the number |
|
Answer» Required answer: The TWO numbers are 46 and 49. Given information: Sum of two numbers is 95. Need to find out: The two numbers is = ? Then, The other number = x + 3 According to the given question: => x + x + 3 = 95 => 2x + 3 = 95 => 2x = 95 - 3 => 2x = 92 => x = 46 So, The number is 46. Therefore, Other number = 46 + 3 = 49 => 46 + 48 => 95 i.e. the sum of two numbers is 95. |
|