document.write( "Question 902895: how many pounds of almonds selling for $3 per pound should be mixed with 7 pounds of peanuts selling for $1.20 per pound to obtain a mixture worth $1.74 per pound \n" ); document.write( "
Algebra.Com's Answer #547586 by Edwin McCravy(20064) You can put this solution on YOUR website! how many pounds of almonds selling for $3 per pound should be mixed with 7 \n" ); document.write( "pounds of peanuts selling for $1.20 per pound to obtain a mixture worth $1.74 \n" ); document.write( "per pound \n" ); document.write( " \r\n" ); document.write( " | number | price | |\r\n" ); document.write( " | of | per | Total |\r\n" ); document.write( " | pounds | pound | Value | \r\n" ); document.write( "---------|--------|-------|---------=-|\r\n" ); document.write( "almonds | x | $3.00 | $3.00x |\r\n" ); document.write( "---------|--------|-------|-----------|\r\n" ); document.write( "peanuts | 7 | $1.20 | $1.20(7) |\r\n" ); document.write( "---------|--------|-------|-----------|\r\n" ); document.write( "mixture | x+7 | $1.74 |$1.74(x+7) |\r\n" ); document.write( "--------------------------------------|\r\n" ); document.write( "\r\n" ); document.write( "The equation comes from:\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |