InterviewSolution
Saved Bookmarks
| 1. |
6. There are 15 boys and 10 girls in a class. What is the percentage in the class o(a) girls(b) boys? |
|
Answer» Total no. of students in a class = 15 + 10 = 25 Percentage of boys = (15/25)*100 = 60% Percentage of girls = (10/25)*100 = 40% |
|