document.write( "Question 436861: You need 30 tons of rock to cover the area. If each ton costs $50 and each tree is $84, what is the maximum number of trees you can buy with a budget of $2,400? Write an inequality that illustrates the problem and solve. Express your answer as an inequality and explain how you arrived at your answer. \n" ); document.write( "
Algebra.Com's Answer #302212 by mananth(16946)![]() ![]() You can put this solution on YOUR website! each ton rock $50 \n" ); document.write( "required 30 tons \n" ); document.write( "Cost = $1500\r \n" ); document.write( "\n" ); document.write( "cost of each tree = $84 \n" ); document.write( "number of trees = x \n" ); document.write( "cost of trees = 84x\r \n" ); document.write( "\n" ); document.write( "Budget = $2400\r \n" ); document.write( "\n" ); document.write( "1500+84x<=2400 \n" ); document.write( "84x<= 2400-1500 \n" ); document.write( "84x<=900 \n" ); document.write( "x<=900/84 \n" ); document.write( "x<=10.7\r \n" ); document.write( "\n" ); document.write( "10 trees \n" ); document.write( " |