document.write( "Question 220221: How many pounds of nuts selling for $9 a pound must be mixed with 12 pounds of chocolate selling for $5 a pound to create a mixture that sells for $6 a pound? \n" ); document.write( "
Algebra.Com's Answer #165390 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
9x+5(12+x)=6(12+x)
\n" ); document.write( "9x+60+5x=72+6x
\n" ); document.write( "8x=12
\n" ); document.write( "x=1.5 lbs of $9 nuts
\n" ); document.write( "
\n" );