document.write( "Question 848571: A grocer sells peanuts for $0.90 per pound and walnuts for $1.30 per pound. How many pounds of each must be mixed to create a 50 pound mixture that sells for $1 per pound? \n" ); document.write( "
Algebra.Com's Answer #511206 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
p+w=50,
\n" ); document.write( ".90p+1.3w=50
\n" ); document.write( "p=37.5, w=12.5
\n" ); document.write( "
\n" );