document.write( "Question 897033: Mega Movies hosted a film premiere on Friday night. They charged $8 for adults and $6 for children. 151 adults and children attended. $1,156 was made in ticket sales . How many children and adults attended? \n" ); document.write( "
Algebra.Com's Answer #544852 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a+c=151, \n" ); document.write( "8*a+6*c=1156 \n" ); document.write( "a=151-c \n" ); document.write( "8*(151-c)+6*c=1156 \n" ); document.write( "1208-8b+6*c=1156 \n" ); document.write( "-2*c=-52 \n" ); document.write( "c=26 \n" ); document.write( "a=151-c \n" ); document.write( "a=125 c=26 \n" ); document.write( " \n" ); document.write( " |