document.write( "Question 718888: The manager of a bulk foods establishment sells peanuts for $8 per pound and premium cashews for $15 per pound. The manager wishes to make a 35 pound nut mixture that will sell for $14 per pound. How many pounds of peanuts should be used? \n" ); document.write( "
| Algebra.Com's Answer #441099 by lwsshak3(11628)      You can put this solution on YOUR website! The manager of a bulk foods establishment sells peanuts for $8 per pound and premium cashews for $15 per pound. The manager wishes to make a 35 pound nut mixture that will sell for $14 per pound. How many pounds of peanuts should be used? \n" ); document.write( "*** \n" ); document.write( "let x=amount of peanuts to use \n" ); document.write( "35-x=amount of cashews to use \n" ); document.write( ".. \n" ); document.write( "8x+15(35-x)=35(14) \n" ); document.write( "8x+525-15x=490 \n" ); document.write( "7x=35 \n" ); document.write( "x=5 \n" ); document.write( "35-x=30 \n" ); document.write( "amount of peanuts to use=5 pounds \n" ); document.write( "amount of cashews to use=30 pounds \n" ); document.write( " |