document.write( "Question 603750: A store sells walnuts for $ 3.00 per pound and pecans for $ 5.00 per pound. How many pounds of each should be used to make a mixture that weighs 10 pounds and costs $ 3.70 per pound? \n" ); document.write( "
Algebra.Com's Answer #380792 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A store sells walnuts for $ 3.00 per pound and pecans for $ 5.00 per pound. How many pounds of each should be used to make a mixture that weighs 10 pounds and costs $ 3.70 per pound? \n" ); document.write( "** \n" ); document.write( "let x= lbs of walnut in mixture \n" ); document.write( "10-x=lbs of pecans in mixture \n" ); document.write( ".. \n" ); document.write( "3x+5(10-x)=10*3.70 \n" ); document.write( "3x+50-5x=37 \n" ); document.write( "2x=13 \n" ); document.write( "x=13/2=6.5 lbs \n" ); document.write( "10-x=3.5 lbs \n" ); document.write( "ans: \n" ); document.write( "lbs of walnut in mixture=6.5 \n" ); document.write( "lbs of pecans in mixture=3.5 \n" ); document.write( " |