Bunuel
A class of boys and girls has more girls than boys, with a total of 50 students. On a particular day, 20 students were absent, leaving more boys than girls present.
Select for
Maximum the maximum possible number of girls that could have been in the original class of 50 students, and select for
Minimum the minimum possible number of girls who could have been absent on that day. These two values could correspond to separate scenarios and are not necessarily consistent with each other. Make only two selections, one in each column.

Official Solution: Given that the total number of students is 50, we have: G + B = 50
To determine the
maximum possible number of girls in the original class, we need to ensure that after 20 students were absent, the number of boys present was greater than the number of girls present.
If there were 49 girls and 1 boy, even if all 20 absent students were girls, the remaining students would be 29 girls and 1 boy, meaning boys would not outnumber girls. Therefore, we need to find the highest possible G such that G - 20 < B, while still satisfying G + B = 50.
Substituting B = 50 - G into G - 20 < B, we get G - 20 < 50 - G, which simplifies to 2G < 70, or G < 35. Thus, the maximum possible G is 34.
For example, if G = 35, then B = 15. Even if all 20 absent students were girls, the remaining students would be 15 girls and 15 boys, meaning boys would not outnumber girls. Therefore, the number of girls must be less than 35, making 34 the maximum possible.
To minimize the number of girls who could have been absent on the day when the number of boys exceeded the number of girls, we should start with the smallest possible number of girls, which is 26. Since 20 students were absent, 30 students were present in the class that day. To achieve the smallest possible number of absent girls, we need to distribute the 30 students as evenly as possible while ensuring that the number of boys exceeds the number of girls. This approach maximizes the number of girls present, minimizing the difference between 26 (the initial number of girls) and the number of girls present. The closest distribution that meets this condition is 16 boys and 14 girls, meaning the minimum number of girls who could have been absent is 26 - 14 = 12.
Correct answer: Maximum
"34"Minimum
"12"Attachment:
GMAT-Club-Forum-ixz9f7p9.png [ 9.25 KiB | Viewed 2070 times ]