InterviewSolution
Saved Bookmarks
| 1. |
Fill in the blanks to make the statements true. If a number is increased by 20, it becomes 45. Then the number is______ |
|
Answer» Let us assume the number be x. If a number is increased by 20 = x + 20 If a number is increased by 20, it becomes 45, x + 20 = 45 Transpose, 20 to RHS then it becomes -20. x = 45 – 20 x = 25 |
|