document.write( "Question 98428: A manager sell peanuts for $2.50 per pound. He wants to mix cashews that sell for $5.00 a pound with the peanuts to create 30 pounds of a mixture that sells for $4.00 a pound. How many pounds of each nut are needed.
\n" );
document.write( "please show me how to set this up and solve it \n" );
document.write( "
Algebra.Com's Answer #71596 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! 30*4=2.5x+5*(30-x) \n" ); document.write( "120=2.5x+150-5x \n" ); document.write( "120-150=2.5x-5x \n" ); document.write( "-2.5x=-30 \n" ); document.write( "x=-30/2.5 \n" ); document.write( "12 pounds of $2.50 peanuts are needed. \n" ); document.write( "30-12=18 pounds of $5.00 cashews are needed. \n" ); document.write( "proof \n" ); document.write( "30*4=2.5*12+5*18 \n" ); document.write( "120=30+90 \n" ); document.write( "120=120 \n" ); document.write( " |