document.write( "Question 833158: There are 110 boys in school. Fifty-six percent of students are girls . How many students go to this school
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #502341 by rm29924(97)![]() ![]() You can put this solution on YOUR website! If 56 percent of students are girls then 44 percent of the students are boys. \n" ); document.write( "We need to solve to see what number 110 is 44 percent of. \n" ); document.write( "110/x = 44/100 \n" ); document.write( "cross multiply \n" ); document.write( "11000=44x \n" ); document.write( "divide both sides by 44 \n" ); document.write( "x=250 \n" ); document.write( "that is the total number of students \n" ); document.write( "now we have to subtract 110 from 250 \n" ); document.write( "there are 140 girls \n" ); document.write( " |