InterviewSolution
Saved Bookmarks
| 1. |
In A Game Of Billiards, A Can Give B 20 Points In 60 And He Can Give C 30 Points In 60. How Many Points Can B Give C In A Game Of 100? |
|
Answer» A SCORES 60 while B SCORE 40 and C scores 30. The number of points that C scores when B scores 100 = (100 * 30)/40 = 25 * 3 = 75. In a game of 100 points, B gives (100 - 75) = 25 points to C. A scores 60 while B score 40 and C scores 30. The number of points that C scores when B scores 100 = (100 * 30)/40 = 25 * 3 = 75. In a game of 100 points, B gives (100 - 75) = 25 points to C. |
|