document.write( "Question 86284: Peanuts are worth $2 per pound and cashews are worth $12 per pound. How many pounds of each must you mix to get 20 pounds of mixed nuts that are worth $5 per pound? I think I have the equation and what part of the equation is for each part.
\n" );
document.write( "5(x+y)=2x+12y
\n" );
document.write( "
\n" );
document.write( "x=lbs of nuts
\n" );
document.write( "y=lbs of cashews
\n" );
document.write( "x+y=final mixture
\n" );
document.write( "2x=value of peanuts
\n" );
document.write( "12y=value of cashews
\n" );
document.write( "$5=mixture per lb
\n" );
document.write( "If you can help, I would greatly appreciate it. \n" );
document.write( "
Algebra.Com's Answer #62379 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Peanuts are worth $2 per pound and cashews are worth $12 per pound. How many pounds of each must you mix to get 20 pounds of mixed nuts that are worth $5 per pound? I think I have the equation and what part of the equation is for each part. \n" ); document.write( "5(x+y)=2x+12y \n" ); document.write( ": \n" ); document.write( "x=lbs of nuts \n" ); document.write( "y=lbs of cashews \n" ); document.write( "x+y=final mixture \n" ); document.write( "2x=value of peanuts \n" ); document.write( "12y=value of cashews \n" ); document.write( "$5=mixture per lb \n" ); document.write( ": \n" ); document.write( "Using your information: \n" ); document.write( ": \n" ); document.write( "Actually the final mixture would be 5(20), so you have: \n" ); document.write( "2x + 12y = 5(20) \n" ); document.write( "2x + 12y = 100 \n" ); document.write( ": \n" ); document.write( "Also we know: \n" ); document.write( "x + y = 20 \n" ); document.write( "x = (20 - y) \n" ); document.write( ": \n" ); document.write( "Substitute (20-y) for x, find y: \n" ); document.write( "2(20-y) + 12y = 100 \n" ); document.write( "40 - 2y + 12y = 100 \n" ); document.write( "-2y + 12y = 100 - 40 \n" ); document.write( "10y = 60 \n" ); document.write( "y = 6 lb of cashews \n" ); document.write( ": \n" ); document.write( "x = 20 - 6 = 14 lb of peanuts: \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution: \n" ); document.write( "2(14) + 12(6) = \n" ); document.write( "28 + 72 = 100 \n" ); document.write( " \n" ); document.write( " |