document.write( "Question 1028425: In a park, the ratio of adults to children is 6 to 13. If there are 76 people in the park, how many children are there
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #643521 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! A ratio of 6 to 13 can be expressed as 6x to 13x. If we add them we get \n" ); document.write( "6x + 13x = 76 \n" ); document.write( "19x = 76 \n" ); document.write( "x = 4 \n" ); document.write( "so that there are \n" ); document.write( "6x = 24 adults and \n" ); document.write( "13x = 52 children \n" ); document.write( " |