document.write( "Question 453511: You need 30 tons of rock to cover the area. If each ton costs $60 and each tree is $84, what is the maximum number of trees you can buy with a budget of $2500. Write an inequality that illustrates problem and solve. Express answer as an inequality and how you arrived at it.
\n" );
document.write( "I tried this $2500=30*60+700/84=8 \n" );
document.write( "
Algebra.Com's Answer #311592 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! You need 30 tons of rock to cover the area. \n" ); document.write( "If each ton costs $60 and each tree is $84, what is the maximum number of trees you can buy with a budget of $2500. \n" ); document.write( "Write an inequality that illustrates problem and solve. \n" ); document.write( "Express answer as an inequality and how you arrived at it. \n" ); document.write( "---- \n" ); document.write( "Rock cost = 30*60 = $1800 \n" ); document.write( "--- \n" ); document.write( "Tree cost = 84x where x is the number of trees you buy. \n" ); document.write( "----- \n" ); document.write( "Inequality: \n" ); document.write( "1800 + 84x <= 2500 \n" ); document.write( "--- \n" ); document.write( "84x <= 700 \n" ); document.write( "--- \n" ); document.write( "x <= 8 1/3 \n" ); document.write( "--- \n" ); document.write( "The maximum number of trees you can buy is 8. \n" ); document.write( "============================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |