document.write( "Question 455654: I need help solving this word problem. I have spent the last half an hour trying out different things and cannot get the math right. Please help.\r
\n" );
document.write( "\n" );
document.write( "Four hundred people attended a recent concert. Admission was $10 for each adult and $5 for each child. Ticket receipts totaled $3250. How many children and how many adults attended the concert?\r
\n" );
document.write( "\n" );
document.write( "All I have is:
\n" );
document.write( "People = 400
\n" );
document.write( "Adult = $10
\n" );
document.write( "Child = $5
\n" );
document.write( "Total = $3250. \n" );
document.write( "
Algebra.Com's Answer #312829 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! a+c=400 a=400-c \n" ); document.write( "10a+5c=3250 \n" ); document.write( "10(400-c)+5c=3250 \n" ); document.write( "4000-10c+5c=3250 \n" ); document.write( "-5c=-750 \n" ); document.write( "c=150 children \n" ); document.write( "400-150=250 adults \n" ); document.write( "------------------- \n" ); document.write( "250*10=$2500 \n" ); document.write( "150*5=$750 \n" ); document.write( "Total=$3250 \n" ); document.write( " |