document.write( "Question 993950: Stefan and Bill each improved their yards by planting hostas and shrubs. They bought their supplies from the same store. Stefan spent $117 on 7 hostas and 10 shrubs. Bill spent $108 on 8 hostas and 5 shrubs. What is the cost of one hosta and the cost of one shrub? \n" ); document.write( "
Algebra.Com's Answer #613111 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x=hostas cost \n" ); document.write( "y=shrubs cost \n" ); document.write( "7x+10y=117 \n" ); document.write( "8x+5y=108 \n" ); document.write( "====== \n" ); document.write( "7x+10y=117 \n" ); document.write( "-16x-10y=-216, multiplying the bottom by (-2) \n" ); document.write( "-9x=-99 \n" ); document.write( "x=11 \n" ); document.write( "substitute into first \n" ); document.write( "77+10y=117 \n" ); document.write( "y=4 \n" ); document.write( "===== \n" ); document.write( "check with second \n" ); document.write( "88+20=108 \n" ); document.write( "hosts are $11 \n" ); document.write( "shrubs are $4 \n" ); document.write( " |