document.write( "Question 912157: At carowinds you purchased 4 adult tickets and 3 children tickets for $480. Your best friend purchased 2 adult tickets and 1 child ticket for $210. How much does each adult ticket cost? How much does the child cost each?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #553618 by JulietG(1812)\"\" \"About 
You can put this solution on YOUR website!
4A + 3C = 480
\n" ); document.write( "2A + 1C = 210
\n" ); document.write( "C = 210 - 2A
\n" ); document.write( "Replace that value of C into the first equation.
\n" ); document.write( "4A + 3(210-2A)= 480
\n" ); document.write( "4A + 630 - 6A = 480
\n" ); document.write( "-2A + 630 = 480
\n" ); document.write( "630 = 480 + 2A
\n" ); document.write( "150 = 2A
\n" ); document.write( "75 = A
\n" ); document.write( "
If the adult ticket is 75, then the child ticket is
\n" ); document.write( "210 - 150 = 60
Check:
\n" ); document.write( "4 adult tickets and 3 children tickets for $480: (4*75) + (3*60) = 300+180=480
\n" ); document.write( "2 adult tickets and 1 child ticket for $210: (2*75) + (1*60) = 150+60 = 210
\n" ); document.write( "
\n" );