In a school, there are 480 girls and 270 boys. Their auditorium is a little crowded, and so the teachers have to arrange the students in equal rows such that there are an equal number of boys in each of the boy’s row and an equal number of girls in each of the girl’s row. Find the minimum number of rows so that this is possible if no row contains both girls and boys.
25
Since the number of boys and girls in corresponding boys and girls rows should be equal, we need to make sure that the number of rows in which they are ordered is a common factor of both 480 and 270. To make the arrangement in a least possible area, this common factor should be the highest (The highest common factor)
Step 1 : 480=270×1+210
Step 2 : 270=210×1+60
Step 3 : 210=60×3+30
Step 4 : 60=30×2+0
HCF = 30.
So in each of the boys row, there will be 27030 = 9 boys.
And in each girls row, there will be 48030 = 16 girls
Therefore, minimum number of rows =25