document.write( "Question 99973: A grocer wants to mix peanuts and cashews to produce 20 lb bag of mixed nuts worth $6.20/lb. How many pounds of each kind of nut should she use if peanuts cost $4.80/lb and cashews cost $8/lb? \n" ); document.write( "
Algebra.Com's Answer #72780 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
8*X+4.8(20-X)=20*6.2
\n" ); document.write( "8X+96-4.8X=124
\n" ); document.write( "3.2X=124-96
\n" ); document.write( "3.2X=28
\n" ); document.write( "X=28/3.2
\n" ); document.write( "X=8.75 POUNDS OF THE $8 MIX
\n" ); document.write( "20-8.75=11.25 POUNDS OPF THE $4.80 MIX
\n" ); document.write( "PROOF
\n" ); document.write( "8*8.75+4.8*11.25=124
\n" ); document.write( "70+54=124
\n" ); document.write( "124=124
\n" ); document.write( "
\n" );