document.write( "Question 1139522: the ratio of boys to girls in a class is 4:5 what fractions are boys
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #759985 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Informally.... \n" ); document.write( "For every 4 boys, there are 5 girls. \n" ); document.write( "Therefore, out of every 9 students, 4 are boys. \n" ); document.write( "Therefore, 4/9 of the students are boys. \n" ); document.write( "Formally.... \n" ); document.write( "The ratio of boys to girls is 4:5. \n" ); document.write( "So let 4x be the number of boys and 5x be the number of girls. \n" ); document.write( "Then 4x+5x = 9x is the total number of students. \n" ); document.write( "Then the fraction of boys in the class is 4x/9x = 4/9. \n" ); document.write( " |