document.write( "Question 294561: At a candy shop, plain candy covered chocolate costs $2.95 per pound, while candy covered chocolate with almonds costs $4.95 per pound. How many pounds of plain candy covered chocolate should be mixed with 3 pounds of candy covered chocolate with almonds to obtain a mix that sells for $3.95 per pound? \n" ); document.write( "
Algebra.Com's Answer #212673 by ozybloke(7)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Mixture Problem: At a candy shop, plain candy covered chocolate costs $2.95 per pound, while candy covered chocolate with almonds costs $4.95 per pound. How many pounds of plain candy covered chocolate should be mixed with 3 pounds of candy covered chocolate with almonds to obtain a mix that sells for $3.95 per pound?\r \n" ); document.write( "\n" ); document.write( "..................Amount.............Value per pound........Total Value \n" ); document.write( "Plain chocolate.......x.....................2.95................2.95x \n" ); document.write( "Candy / almonds....3.....................4.95...............14.85 \n" ); document.write( "Mixture.............x + 3...................3.95............3.95(x + 3) \n" ); document.write( " \n" ); document.write( "x = number of pounds of plain candy covered chocolate \n" ); document.write( "2.95x + 14.85 = 3.95(x + 3) \n" ); document.write( "2.95x +14.85 = 3.95x + 11.85 \n" ); document.write( "14.85 -11.85 = 3.95x - 2.95x \n" ); document.write( "3 = x [plain candy covered chocolate] \n" ); document.write( " \n" ); document.write( " |