document.write( "Question 478670: You buy six bags of wild bird food to fill the feeders in your yard. Oyster shell grit sells for $4.00 a bag and sunflower seeds sell for $4.45 a bag. If you spend $25.80, how many bags of each type are you buying? (hint: write a linear system and solve) \n" ); document.write( "
Algebra.Com's Answer #327977 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! You buy six bags of wild bird food to fill the feeders in your yard. Oyster shell grit sells for $4.00 a bag and sunflower seeds sell for $4.45 a bag. If you spend $25.80, how many bags of each type are you buying? \n" ); document.write( "** \n" ); document.write( "let x=bags of oyster shell grit bought \n" ); document.write( "6-x =bags of sunflower seeds bought \n" ); document.write( ".. \n" ); document.write( "4x+4.45(6-x)=25.80 \n" ); document.write( "4x+26.70-4.45=25.80 \n" ); document.write( "-.45x=-.90 \n" ); document.write( "x=2 \n" ); document.write( "6-x=4 \n" ); document.write( "ans: \n" ); document.write( "2 bags of oyster shell grit were bought \n" ); document.write( "4 bags of sunflower seeds were bought \n" ); document.write( " |