document.write( "Question 1058939: The ticket to a concert cost @12.30 for the lower level and $5.25 for the upper level . A total of 12,400 tickets were sold for a total amount of $102,465. How many lower level tickets were sold ? \n" ); document.write( "
Algebra.Com's Answer #674070 by ikleyn(52788)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "The ticket to a concert cost @12.30 for the lower level and $5.25 for the upper level .
\n" ); document.write( "A total of 12,400 tickets were sold for a total amount of $102,465. How many lower level tickets were sold ?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let x = the number of lower level tickets sold.\r\n" );
document.write( "Then the number of upper level tickets is (12400-x).\r\n" );
document.write( "\r\n" );
document.write( "The lover level tickets cost 12.30*x dollars.\r\n" );
document.write( "The upper level tickets cost 5.25*((12400-x) dollars.\r\n" );
document.write( "\r\n" );
document.write( "Altogether, all the tickets cost 12.30x + 5.25*(12400-x).\r\n" );
document.write( "\r\n" );
document.write( "The equation is\r\n" );
document.write( "\r\n" );
document.write( "12.30x + 5.25*(12400-x) = 102465.\r\n" );
document.write( "\r\n" );
document.write( "Simplify and solve for x.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );