document.write( "Question 442675: A merchant wants to combine peanuts selling $2.40 per pound and cashews selling for $6.00 per pound to form 60 pounds which will sell at $3.00 per pound. What amount of each type of nut should be used? \n" ); document.write( "
Algebra.Com's Answer #305414 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
Let x = the number of pounds of cashews
\n" ); document.write( "Then 60 - x = the number of pounds of peanuts
\n" ); document.write( "We can write the following equation for the total dollar amount:
\n" ); document.write( "2.4x + 6(60-x) = 3(60)
\n" ); document.write( "Solve for x:
\n" ); document.write( "2.4x + 360 - 6x = 180
\n" ); document.write( "-3.6x = -180
\n" ); document.write( "x = 50
\n" ); document.write( "Therefore there are 60 - 50 = 10 pounds of peanuts
\n" ); document.write( "Ans: 10 lbs. peanuts, 50 lbs. cashews
\n" ); document.write( "
\n" );