InterviewSolution
Saved Bookmarks
| 1. |
1 subtracted from one-third of a number gives 1. Find the number. |
|
Answer» Let the number be x. So, one third of the number = x/3 On subtracting 1 from it, we get x/3 - 1 x/3 - 1 = 1 x/3 = 1 + 1 = 2 x = 2 x 3 = 6 Thus, x = 6 is the required number. |
|