document.write( "Question 1027157: adult tickets to the game are sold for $7 and student tickets are sold for $5 what combination of tickets must be sold to have total sales of at least $5000 \n" ); document.write( "
Algebra.Com's Answer #642417 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
x= number of adult tickets
\n" ); document.write( "y= number of student tickets
\n" ); document.write( "Total sold
\n" ); document.write( "7.00 x + 5.00 y >= 5000.00
\n" ); document.write( "
\n" ); document.write( "
\n" );