document.write( "Question 348663: A store has decided to combine their peppermint candy, priced at $8 per pound, with their cherry candy, priced at $14 per pound. How many pounds of peppermint candy should be mixed with 2 pounds of cherry candy to obtain a mixture that is priced at $10 per pound? \n" ); document.write( "
Algebra.Com's Answer #249245 by mananth(16946)![]() ![]() You can put this solution on YOUR website! peppermint candy, $8 per pound, let it be x lbs \n" ); document.write( " 2lbs cherry candy $14 per pound. \n" ); document.write( "Mixture at $10 per pound 2+x \n" ); document.write( "... \n" ); document.write( "8x+2*14 = 10(x+2) \n" ); document.write( "8x+28=10x+20 \n" ); document.write( "10x-8x=28-20 \n" ); document.write( "2x=8 \n" ); document.write( "x= 4 lbs of peppermint candy. \n" ); document.write( " |