document.write( "Question 397758: Write a system of equations to solve the following problem. Let c be the number of child tickets and a be the number of adult tickets.
\n" ); document.write( "Each child ticket for a ride costs $3, while each adult ticket costs $5. If the ride collected a total of $150, and 40 tickets were sold, how many of each type of ticket was sold?
\n" ); document.write( "

Algebra.Com's Answer #281929 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Write a system of equations to solve the following problem.
\n" ); document.write( " Let c be the number of child tickets and a be the number of adult tickets.
\n" ); document.write( "Each child ticket for a ride costs $3, while each adult ticket costs $5.
\n" ); document.write( " If the ride collected a total of $150, and 40 tickets were sold, how many
\n" ); document.write( " of each type of ticket was sold?
\n" ); document.write( ":
\n" ); document.write( "Two equations:
\n" ); document.write( "c + a = 40
\n" ); document.write( "a = (40-c); use this for substitution
\n" ); document.write( "and
\n" ); document.write( "3c + 5a = $150
\n" ); document.write( "
\n" );