InterviewSolution
Saved Bookmarks
| 1. |
150 has been divided into two parts such that twice the first part is equal to the second part. Find the parts. |
|
Answer» Let first part be x So, other part = 150 – x According to question, 2x = 150 – x ⇒ 2x + x = 150 ⇒ 3x = 150 ⇒ 150/3 = 50 Thus, other part = 150 – x = 150 – 50 = 100 Hence, 150 has been divided into 50 and 100. |
|