document.write( "Question 177493: I am having difficulty solving this: The pupils in a certain class are divided equally into 3 groups A, B and C. The number of boys in A equals the number of girls in B. 25% of the boys in Class are in group C. What is the ratio of boys to girls?\r
\n" );
document.write( "\n" );
document.write( "I know that A and B are split equally with boys and girls. If group C has 25% of the boys that means the other 75% is split between the other 2 groups. This is where I get lost. Help please.\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #132559 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! you have 3 groups. \n" ); document.write( "all 3 groups have the same number of students in them. \n" ); document.write( "let y = the number of students in each group. \n" ); document.write( "---- \n" ); document.write( "let b = total number of boys in all 3 groups. \n" ); document.write( "let g = total number of girls in all 3 groups. \n" ); document.write( "since y equals the total number of students in each group, this means that the total number of students in all 3 groups is 3*y. \n" ); document.write( "this also means that: \n" ); document.write( "b + g = 3*y \n" ); document.write( "--- \n" ); document.write( "25% of the boys are in group C. \n" ); document.write( "this means .25*b are in group C. \n" ); document.write( "also means that 75% of the boys are in groups A and B. \n" ); document.write( "which means that .75*b are in groups A and B. \n" ); document.write( "--- \n" ); document.write( "let x = number of boys in A. \n" ); document.write( "that means the number of boys in B is equal to .75*b - x. \n" ); document.write( "if the number of boys in B is accurate, then the number of boys in A and the number of boys in B should total .75*b \n" ); document.write( "since x + .75*b - x = .75*b, this relationship holds and the number of boys in B is accurate. \n" ); document.write( "--- \n" ); document.write( "the number of boys in A equals the number of girls in B. \n" ); document.write( "this means that the number of girls in B is equal to x. \n" ); document.write( "--- \n" ); document.write( "if the number of girls in B is x, and the number of boys in B is .75*b - x, and the total number of students in B is y, this means that: \n" ); document.write( ".75*b - x + x = y \n" ); document.write( "which means that: \n" ); document.write( ".75*b = y \n" ); document.write( "which means that: \n" ); document.write( "b = y/.75 \n" ); document.write( "--- \n" ); document.write( "you also have that: \n" ); document.write( "b + g = 3*y \n" ); document.write( "substituting y/.75 for b in that equation, you get: \n" ); document.write( "y/.75 + g = 3*y \n" ); document.write( "subtract y/.75 from both sides of this equation to get: \n" ); document.write( "g = 3*y - y/.75 \n" ); document.write( "which makes: \n" ); document.write( "g = 1.25*y/.75 \n" ); document.write( "--- \n" ); document.write( "you have: \n" ); document.write( "b = y/.75 \n" ); document.write( "g = 1.25*y/.75 \n" ); document.write( "this makes: \n" ); document.write( "b + g = y/.75 + 1.25*y/.75 = 2.25*y/.75 = 3*y which is good because we already know that: \n" ); document.write( "b + g = 3*y \n" ); document.write( "the values of: \n" ); document.write( "b = y/.75 \n" ); document.write( "g = 1.25*y/.75 \n" ); document.write( "have been confirmed to be good. \n" ); document.write( "--- \n" ); document.write( "since b = y/.75 \n" ); document.write( "and g = 1.25*y/.75 \n" ); document.write( "then the ratio of boys to girls must be: \n" ); document.write( "b/g = (y/.75)/(1.25*y/.75) \n" ); document.write( "--- \n" ); document.write( "b/g = y/.75 / (1.25*y)/.75) is the same as: \n" ); document.write( "b/g = y/.75 * (.75/1.25*y) \n" ); document.write( "the .75 cancels out and the y cancels out and we are left with: \n" ); document.write( "b/g = 1/1.25 which equals to .8 \n" ); document.write( "--- \n" ); document.write( "the ratio of boys to girls is .8 \n" ); document.write( "--- \n" ); document.write( " \n" ); document.write( " |