document.write( "Question 909018: Peanuts worth $2.50 per pound are to be mixed with cashews worth $4.00 per pound.
\n" );
document.write( "How many pounds of each nut should be used to obtain 25 pounds of mixed nuts
\n" );
document.write( "worth $3.00 per pound? \n" );
document.write( "
Algebra.Com's Answer #551472 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x $4 amount \n" ); document.write( "$4x + $2.50(25lb - x) = $3.00(25lb) \n" ); document.write( "x = .50(25lb)/1.5 \n" ); document.write( " |