Minimal Sorting Of Students

There are 48 boys and 64 girls in your class. Your teacher plans to arrange your class into rows according to the following rules.

  1. There will be separate rows for boys and girls.

  2. Each row will have an equal number of students.

What is the minimum number of rows possible to arrange your class?

5 6 7 8 9

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Zee Ell
Aug 17, 2016

We get the minimal number of rows when the number of students in each row (number of columns) is maximal.

Since each row is of equal length and boys and girls stand in separate rows, the maximum length of the rows is:

gcd(48,64) = 16 , which means, that:

  • boys stand in 48 ÷ 16 = 3 rows and
  • girls stand in 64 ÷ 16 = 4 rows.

Hence, the total number of rows is:

3 + 4 = 7 3 + 4 = \boxed {7}

This can also be possible in case we go for 8 rows of 14 students in each 6 rows containing 8 boys each & 8 rows containing 8 girls each.

Harish Meena - 4 years, 5 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...