document.write( "Question 730044: Annie plans to grow vegetables in her backyard. She wants to grow onions and tomatoes,and plans to buy 6 times as many onion plants as tomato plants. Tomato plants cost $0.99 each and onion plants cost $0.08 each. Annie has $60 to spend. If Annie buys exactly 6 times as many onion plants as she buys tomato plants, how many onion plants can she buy without going over $60?\r
\n" );
document.write( "\n" );
document.write( "Can you help me? I've tried: (x=onion,y=tomato)
\n" );
document.write( "0.08(6)x <= $60-0.99 y <- but i got 9.35
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #853071 by ikleyn(53481) You can put this solution on YOUR website! . \n" ); document.write( "Annie plans to grow vegetables in her backyard. She wants to grow onions and tomatoes, and plans to buy 6 times \n" ); document.write( "as many onion plants as tomato plants. Tomato plants cost $0.99 each and onion plants cost $0.08 each. \n" ); document.write( "Annie has $60 to spend. If Annie buys exactly 6 times as many onion plants as she buys tomato plants, \n" ); document.write( "how many onion plants can she buy without going over $60? \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let x be the number of the tomato plants (the value under the problem's question).\r\n" ); document.write( "\r\n" ); document.write( "Then the number of the onion plants is 6x, according to the problem.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Write your inequality for the total money\r\n" ); document.write( "\r\n" ); document.write( " 0.99x + 0.08*(6x) <= 60 dollars.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Simplify\r\n" ); document.write( "\r\n" ); document.write( " (0.99+0.08*6)x <= 60,\r\n" ); document.write( "\r\n" ); document.write( " 1.47x <= 60,\r\n" ); document.write( "\r\n" ); document.write( " x <=\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |