document.write( "Question 972705: A grocer wishes to mix peanuts worth .90 per pound with walnuts worth $1.60 per pound to make 175 pounds of a mixture that is worth $1.30 per pound. How much of each nut should she use? \n" ); document.write( "
Algebra.Com's Answer #594956 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
A grocer wishes to mix peanuts worth .90 per pound with walnuts worth $1.60 per pound to make 175 pounds of a mixture that is worth $1.30 per pound. How much of each nut should she use?
\n" ); document.write( "***
\n" ); document.write( "let x=amt of peanuts to mix
\n" ); document.write( "175-x=amt of walnuts to mix
\n" ); document.write( "..
\n" ); document.write( ".90x+1.60(175-x)=1.30*175
\n" ); document.write( ".90x+280-1.6x=227.50
\n" ); document.write( "0.70x=52.50
\n" ); document.write( "x=75
\n" ); document.write( "175-x=100
\n" ); document.write( "amt of peanuts to mix=75 lbs
\n" ); document.write( "amt of walnuts to mix=100 lbs
\n" ); document.write( "
\n" );