document.write( "Question 492653: A nut store usually sells cashews for $4.60 per pound and peanuts for $2.20 per pound. At the end of the month, the peanuts had not sold well. In order to sell 36 pounds of peanuts, the manager decided to mix the 60 lb of peanuts with some cashews and sell the mixture for $2.80 per pound. How many pounds of cashews should be mixed with the peanuts to ensure no change in the profit? (the value remains the same) \n" ); document.write( "
Algebra.Com's Answer #335116 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
---------------- Price ---------------- quantity
\n" ); document.write( "peanuts 2.2 ---------------- 60 pounds
\n" ); document.write( "cashews 4.6 ---------------- x pounds
\n" ); document.write( "Mixture 2.8 ---------------- 60 + x pounds
\n" ); document.write( "
\n" ); document.write( "2.2*60+4.6x=2.8 (60+x)
\n" ); document.write( "132+4.6x=168+2.8x
\n" ); document.write( "4.6x-2.8x=168-132
\n" ); document.write( "1.8 x = 36
\n" ); document.write( "/ 1.8
\n" ); document.write( "x = 20
\n" ); document.write( " 20 pounds of 4.6 % cashews
\n" ); document.write( "
\n" ); document.write( "
\n" );