

InterviewSolution
Saved Bookmarks
1. |
In a class, the total numbers of boys and girls are in the ratio 4 : 3. On one day it was found that 8 boys and 14 girls were absent from the class and that the number of boys was the square of the number of girls. What is the total number of students in the class? |
Answer» Let boys be 4x and girls be 3x. ∵ 4x – 8 = (3x – 14)2 ∴ 9x2 – 88x + 204 = 0 9x2 – 54x – 34x + 204 = 0 (9x – 34) (x – 6) = 0 x = 6, 34/9 ∴ Total number of students = 7x = 42 |
|