document.write( "Question 271184: Movie tickets for an adult and three children cost $20. An adults ticket cost $2 more than a childs ticket. Find the cost of the adult's ticket. \n" ); document.write( "
Algebra.Com's Answer #198566 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Movie tickets for an adult and three children cost $20. An adults ticket cost $2 more than a childs ticket. Find the cost of the adult's ticket. \n" ); document.write( "----------------------- \n" ); document.write( "Equations: \n" ); document.write( "A + 3C = 20 \n" ); document.write( "A = C + 2 \n" ); document.write( "--------------------- \n" ); document.write( "Substitute into the 1st equation and solve for \"C\": \n" ); document.write( "(c+2) + 3c = 20 \n" ); document.write( "4c = 18 \n" ); document.write( "c = 9/2 \n" ); document.write( "c = $4.50 (cost for a child's ticket) \n" ); document.write( "----- \n" ); document.write( "Since A = C+2, A = 4.50+2 = 6.50 (cost of an adult ticket) \n" ); document.write( "============================================================ \n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( " |