document.write( "Question 1163227: In a class of 52 students 16 are science students. If 1/3 of the boys and 1/4 of the girls assign students, how many boys are in the class? \n" ); document.write( "
Algebra.Com's Answer #787250 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! In a class of 52 students 16 are science students. \n" ); document.write( " If 1/3 of the boys and 1/4 of the girls science students, how many boys are in the class? \n" ); document.write( ": \n" ); document.write( "let b = no. of boys \n" ); document.write( "then since the total students is 52, \n" ); document.write( "(52-b) = no. of girls \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "get rid of the denominators, multiply equation by 12 \n" ); document.write( "4b + 3(52-b) = 12 * 16 \n" ); document.write( "4b + 156 - 3b = 192 \n" ); document.write( "4b - 3b = 192 - 156 \n" ); document.write( "b = 36 boys in the class. \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "See if that checks out \n" ); document.write( "52 - 36 = 16 girls \n" ); document.write( " \n" ); document.write( "12 + 4 = 16 \n" ); document.write( " |