document.write( "Question 778101: Lana ordered concert tickets that cost $7.50 for children and $12.00 for adults. She ordered 8 more children's tickets than adults' tickets. Her total bill was $138. How many of each type of ticket did she order?\r
\n" );
document.write( "\n" );
document.write( "Having problems setting up and solving. Please help \n" );
document.write( "
Algebra.Com's Answer #474719 by sofiyac(983)![]() ![]() You can put this solution on YOUR website! lets say she got x of adult tickets, then children's would be x+8 \n" ); document.write( "7.50(x+8)+12x=138 \n" ); document.write( "7.50x+60+12x=138 \n" ); document.write( "19.50x=78 \n" ); document.write( "x=4 so we have 4 adult tickets and 4+8=12 children's tickets \n" ); document.write( " |