document.write( "Question 107186: How many pounds of walnuts which cost $4 per pound must be mixed with 25 pounds of almonds which cost $7.50 per pound to make a mixture which will cost $6.50 per pound? \n" ); document.write( "
Algebra.Com's Answer #78035 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let x=walnuts ... 4(x)+7.5(25)=6.5(x+25) \n" ); document.write( "
\n" );