InterviewSolution
Saved Bookmarks
| 1. |
The sum of X and Y is 60.When X is divided by Y, Then the quotient is 5.Find the difference between X and Y.1. 202. 103. 404. 50 |
|
Answer» Correct Answer - Option 3 : 40 Given X + Y = 60 And X ÷ Y = 5 Explanation X/Y = 5 X = 5Y X + Y = 60 ….(1) Put X = 5Y in equation ( 1) ⇒ 5 Y + Y = 60 ⇒ 6Y = 60 ⇒ Y = 10 So, X is 50 i.e. (60 – 10) Difference of X and Y is 40 i.e(50 – 10) |
|