document.write( "Question 1129561: If 122 people attend a concert and tickets for adults cost $4 while tickets for children cost $3 and total receipts for the concert was $443, how many of each went to the concert?
\n" );
document.write( "Adults-
\n" );
document.write( "Children- \n" );
document.write( "
Algebra.Com's Answer #746112 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If 122 people attend a concert and tickets for adults cost $4 while tickets for children cost $3 and total receipts for the concert was $443, how many of each went to the concert? \n" ); document.write( "----- \n" ); document.write( "Equations: \n" ); document.write( "People Eq:: a + c = 122 people \n" ); document.write( "Value Eq:: 4a + 3c = 443 \n" ); document.write( "------------------ \n" ); document.write( "Solve for \"a\":: \n" ); document.write( "3a + 3c = 3*122 \n" ); document.write( "4a + 3c = 443 \n" ); document.write( "------------------ \n" ); document.write( "Subtract to get: \n" ); document.write( "a = 443*366 = 77 \n" ); document.write( "---- \n" ); document.write( "Solve for \"c\":: \n" ); document.write( "77+c =122 \n" ); document.write( "c = 45 \n" ); document.write( "-----------\r \n" ); document.write( "\n" ); document.write( "Adults:: 77 \n" ); document.write( "Children:: 45 \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |