InterviewSolution
Saved Bookmarks
| 1. |
The sum of three times a number and 5 added to it is 44 |
|
Answer» Required ANSWER: The NUMBER is 13. Correct Question: When 5 is ADDED to three times a number, we obtain 44. Find the number. Given Information: 5 is added to 3 times a number then we get 44. Need to find out: The number is = ? Let the number be x. Now, => 3x + 5 = 44 => 3x = 39 => x = 13 So, The number = 13. x = 13 Then, => 3 × 13 + 5 => 39 + 5 => 44 which is true. |
|