document.write( "Question 1044583: Children's tickets for a ferry trip cost half the adult price. When 3 adults and 5 children bought tickets, they spent K41.80 in total. How much does an adult ticket cost? \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #659923 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make Adult tickets = 'x' \n" ); document.write( "Children's tickets = x/2 \n" ); document.write( "3 Adults + 5 Children's tickets = K41.80 \n" ); document.write( "3(x) + 5(x/2) = K41.80 \n" ); document.write( "3x + 2.5x = K41.80 \n" ); document.write( "5.5x = K41.80 \n" ); document.write( "x = K41.80/5.5 \n" ); document.write( "x = 7.6 \n" ); document.write( "Adult's ticket = K7.6 \n" ); document.write( "Child's ticket = K3.8 \n" ); document.write( "Proof: \n" ); document.write( "3(7.6) + 5(3.8) = K41.80 \n" ); document.write( "22.8 + 19.0 = K41.80 \n" ); document.write( "K41.80 = K41.80 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |