document.write( "Question 1109715: 3. A concert is being held in your hometown. 1500 tickets are sold. Adult tickets are $10.50 and child’s tickets are $7.50. If a total of $13950 worth of tickets were sold, determine how many adult tickets and how many child tickets were sold.\r
\n" );
document.write( "\n" );
document.write( "Answer: Let x be the number of adult tickets and y be the number of child tickets. System of equations:
\n" );
document.write( "1st equation:
\n" );
document.write( "2nd equation:
\n" );
document.write( "Solution: x = and y = \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #724667 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x+y=1500 \n" ); document.write( "10.50x+7.50y=13950 \n" ); document.write( "multiply the first one by -7.5 to eliminate y \n" ); document.write( "-7.5x-7.5y=-11250 \n" ); document.write( "3x=2700 \n" ); document.write( "x=900 adults for $9450 \n" ); document.write( "y=600 children for $4500 \n" ); document.write( " \n" ); document.write( " |