document.write( "Question 1106059: The school football team needs to raise at least $850 to buy new practice equipment.
\n" );
document.write( "The team received a donation of $125 and also earns $4 per ticket sold. What is the
\n" );
document.write( "least number of tickets that need to be sold for the team to have enough money for the
\n" );
document.write( "new practice equipment?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #720968 by Boreal(15235) You can put this solution on YOUR website! 125+4x>=850, where x is the number of tickets sold \n" ); document.write( "4x > 725 \n" ); document.write( "x>181, so x must be at least 182 tickets \n" ); document.write( " |