document.write( "Question 329629: You are building a landscape garden and want to spend no less than $3,000 and no more than $8,000. You need 35 tons of rock, each costs $60 and each tree costs $99. How many trees can you buy out of a budget of $24,000? Show your answer using inequalities.
\n" );
document.write( "Also want to map (6,15), what is the y-intercept. \n" );
document.write( "
Algebra.Com's Answer #236291 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! You are building a landscape garden and want to spend no less than $3,000 and no more than $8,000. \n" ); document.write( "You need 35 tons of rock, each costs $60 and each tree costs $99. \n" ); document.write( "Show your answer using inequalities. \n" ); document.write( "Also want to map (6,15), what is the y-intercept. \n" ); document.write( "--- \n" ); document.write( "Let # of trees be \"x\": \n" ); document.write( "3000 <= 35*60+99x <= 8000 \n" ); document.write( "--- \n" ); document.write( "900 <= 99x <= 5900 \n" ); document.write( "9.09 <= x <= 59.596 \n" ); document.write( "--- \n" ); document.write( "# of trees is \n" ); document.write( "between 8 and 59 \n" ); document.write( "==================================== \n" ); document.write( "How many trees can you buy out of a budget of $24,000? \n" ); document.write( "35*60+99x <= 24000 \n" ); document.write( "99x <= 21900 \n" ); document.write( "x <= 221 when rounded down to a whole number \n" ); document.write( "--------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------------- \n" ); document.write( " \n" ); document.write( " |