document.write( "Question 1051599:  In a museum, the ratio of adults to children is
\n" );
document.write( "2 to 14. If there are 320 people in the museum, how many children are there?\r
\n" );
document.write( "\n" );
document.write( "I don't understand ratios. How do you figure out just by knowing the 2 to 14 ratio.  \n" );
document.write( "
| Algebra.Com's Answer #667075 by stanbon(75887)      You can put this solution on YOUR website! In a museum, the ratio of adults to children is \n" ); document.write( "2 to 14. If there are 320 people in the museum, how many children are there? \n" ); document.write( "I don't understand ratios. How do you figure out just by knowing the 2 to 14 ratio. \n" ); document.write( "adults = 2x \n" ); document.write( "children = 14x \n" ); document.write( "---- \n" ); document.write( "Equation: \n" ); document.write( "2x + 14x = 320 \n" ); document.write( "16x = 320 \n" ); document.write( "x = 20 \n" ); document.write( "------ \n" ); document.write( "adults = 2x = 2*20 = 40 \n" ); document.write( "children = 14x = 14*20 = 280 \n" ); document.write( "------------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |