document.write( "Question 1004880: Sharon plans to mix peppermints worth $1.20 per lb with chocolates worth
\n" );
document.write( "$2.40 per lb to get a 40 lb mix that is worth $1.65 per lb. How much of each
\n" );
document.write( "should she use? \n" );
document.write( "
Algebra.Com's Answer #621227 by addingup(3677)![]() ![]() You can put this solution on YOUR website! p+c= 40lb subtract p from both sides: c= 40-p Used this in the next formula: \n" ); document.write( "1.20p+2.40c= 1.65(40) Now substitute for c: \n" ); document.write( "1.20p+2.40(40-p)= 1.65(40) \n" ); document.write( "1.20p+96-2.40p= 66 \n" ); document.write( "-1.2p= -30 \n" ); document.write( "p= -30/-1.2= 25lbs of peppermint and \n" ); document.write( "c= 40-25= 15 lbs of chocolate \n" ); document.write( " |