document.write( "Question 1013910: The number of tickets sold on Monday were 198, Tuesday 96, Wednesday 204 for a dance. The gym can hold a maximum of 600 people. The final day is Thursday to sale tickets. Find the most tickets that can be sold on Thursday.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Inequality:_________\r
\n" );
document.write( "\n" );
document.write( "Solution:_______________ \n" );
document.write( "
Algebra.Com's Answer #630231 by fractalier(6550) You can put this solution on YOUR website! Ineq: 198 + 96 + 204 + x <= 600 \n" ); document.write( "Solution is found by \n" ); document.write( "498 + x <= 600 \n" ); document.write( "x <= 102 people \n" ); document.write( " |