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 #553619 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! 4a + 3c = 480 \n" ); document.write( "-2(2a + 1c) = 210 \n" ); document.write( "c = $60, cost of children ticket \n" ); document.write( "a = $75 |