document.write( "Question 348062: sam took his family to the zoo. an adult's ticket is two times the cost of a child's ticket. the total cost for two adult's tickets and three children's tickets was $28. how much do the tickets cost? \n" ); document.write( "
Algebra.Com's Answer #248860 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
child's ticket = x
\n" ); document.write( "adult's ticket = 2x
\n" ); document.write( "..
\n" ); document.write( "child tickets = 3
\n" ); document.write( "adults tickets = 2
\n" ); document.write( "...
\n" ); document.write( "3x+2*2x=28
\n" ); document.write( "3x+4x=28
\n" ); document.write( "7x=28
\n" ); document.write( "/7
\n" ); document.write( "x= 28/7
\n" ); document.write( "x= $4 child ticket
\n" ); document.write( "adult ticket = 2x = 2*4 = 8
\n" ); document.write( "
\n" );