document.write( "Question 23147: A theater sells children’s tickets for half the adult ticket price. If 5 adult
\n" );
document.write( "tickets and 8 children’s tickets cost a total of $27, what is the cost of
\n" );
document.write( "an adult ticket? \n" );
document.write( "
Algebra.Com's Answer #11636 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! Childern =1/2x , Adult x\r \n" ); document.write( "\n" ); document.write( "x(8)/2+5x=27 \n" ); document.write( "4x+5x=27 \n" ); document.write( "9x=27 \n" ); document.write( "x=3 \n" ); document.write( "Hence the cost of one adult ticket is $3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |