document.write( "Question 1124703: A rock concert sells lower level tickets for $67 and upper level tickets for $73. On the opening night 6481 tickets were sold for a total $461383. \r
\n" );
document.write( "\n" );
document.write( "How many lower level tickets were sold? \r
\n" );
document.write( "\n" );
document.write( "How many upper level tickets were sold? \n" );
document.write( "
Algebra.Com's Answer #741042 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let x be the number of lower level tickets and y be the number of upper level tickets. Then the given information tells us \n" ); document.write( "(1) x+y = 6481 (the total number of tickets was 6481) \n" ); document.write( "(2) 67x+73y = 461383 (the total cost of the tickets was 461383) \n" ); document.write( "With both equations in Ax+By=C form, the easiest way to solve the pair of equations is by elimination. \n" ); document.write( "--> multiply equation (1) by 67 \n" ); document.write( "--> subtract that new equation from equation (2), eliminating x \n" ); document.write( "--> solve the resulting equation for y \n" ); document.write( "--> substitute that value of y in equation (1) to solve for x \n" ); document.write( " |