document.write( "Question 1135284: You are buying plants for your garden. The soil cost $4 per bag and the plant cost $10 each. You want to buy at least 5 plants and you can spend no more than $100 total. \r
\n" );
document.write( "\n" );
document.write( "Write the system of linear inequality to model the situation. \n" );
document.write( "
Algebra.Com's Answer #752873 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "The system consists of 2 (two) inequalities \r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " p >= 5, (counting plants) (1)\r\n" ); document.write( "\r\n" ); document.write( " 10p + 4b <= 100 (counting dollars) (2)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "where p is the number of plants and b is the number of the soil bags.\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |