document.write( "Question 281042: Imagine you want to cover the backyard with decorative rock and plant some trees. 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 $2,500? Write an inequality that illustrates the problem and solve. Express your answer as an inequality and explain how you arrived at your answer. \r
\n" );
document.write( "\n" );
document.write( "Would five trees be a solution to the inequality in Part b? Justify your answer.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #204193 by richwmiller(17219) You can put this solution on YOUR website! What do we know ? \n" ); document.write( "30 tons of rock at $60 a ton \n" ); document.write( "trees at $84 each \n" ); document.write( "budget 2500 \n" ); document.write( "30*60+84x<=2500 \n" ); document.write( "x<= 25/3 which is a fraction (1/3) more than 8 \n" ); document.write( "5 trees is within the budget but not the maximum. \n" ); document.write( "8 is the maximum number of whole trees that can be bought within the budget \n" ); document.write( " |