document.write( "Question 1082237: At the city museum, child admission is $5.30 and adult admission is $9.00. On Saturday, 136 tickets were sold for a total sales of $913.20. How many child tickets were sold that day? \n" ); document.write( "
Algebra.Com's Answer #696296 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
c+a=136
\n" ); document.write( "5.3*c+9*(a)=913.20
\n" ); document.write( "5.3*c+9*(136-c)=913.20
\n" ); document.write( "
\n" );