document.write( "Question 1037771: There were 104,830 people who attended a rock festival. if there were 8110 more boys than girls, and
\n" );
document.write( "24,810 fewer adults over 50 years of age than there were girls, how many of each group attended the festival.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #652571 by JoelSchwartz(130)![]() ![]() ![]() You can put this solution on YOUR website! x=number of boys who attended the rock festival \n" ); document.write( "y=number of girls who attended the rock festival \n" ); document.write( "z=number of adults over the age of fifty that attended the rock festival. \n" ); document.write( "x=8,110+y \n" ); document.write( "y-24,810=z \n" ); document.write( "x+y+z=104,830 \n" ); document.write( "8,110+y+y+y-24,810=104,830 \n" ); document.write( "3y=121,530 \n" ); document.write( "y=40,510 \n" ); document.write( "x=48,620 \n" ); document.write( "z=15,700 \n" ); document.write( " |