document.write( "Question 852073: A family buys tickets to a film. The tickets cost $64 for 2 adults and 4 children. An adult ticket costs $5 more than a child ticket. Find the prices for an adult ticket and a child ticket. \n" ); document.write( "
Algebra.Com's Answer #513724 by Stengo46(2)\"\" \"About 
You can put this solution on YOUR website!
a = Cost of an adult ticket\r
\n" ); document.write( "\n" ); document.write( "Equation: 2a + 4(a-5) = 64 \r
\n" ); document.write( "\n" ); document.write( "Solve for a to get 14 dollars. Since an adult ticket is 5 dollars more than a child ticket, 14 - 5 gets 9 for a child ticket.\r
\n" ); document.write( "\n" ); document.write( "Final answer: Adult ticket is 14 dollars, and a child is 9 dollars.
\n" ); document.write( "
\n" );