document.write( "Question 1110617: At the movie theatre, child admission is
\n" );
document.write( "$5.20
\n" );
document.write( " and adult admission is
\n" );
document.write( "$9.10
\n" );
document.write( ". On Saturday,
\n" );
document.write( "142
\n" );
document.write( " tickets were sold for a total sales of
\n" );
document.write( "$960.70
\n" );
document.write( ". How many child tickets were sold that day? \n" );
document.write( "
Algebra.Com's Answer #725609 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! A+C=142 \n" ); document.write( "9.1A+5.2C=960.70; multiply top by -5.2 to eliminate C \n" ); document.write( "-5.2A-5.2C=-738.4 \n" ); document.write( "3.9A=222.3 \n" ); document.write( "A=57 \n" ); document.write( "C=85 ANSWER \n" ); document.write( "$518.70 adults \n" ); document.write( "$442 child \n" ); document.write( "Adds to $960.70 \n" ); document.write( " |