document.write( "Question 47455: A candy store sells malted milk balls for $2.50 per pound, and chocolate-covered
\n" );
document.write( "raisins for $3.75 per pound. How many pounds of each should be used to make a 10
\n" );
document.write( "pound mixture that sells for $3.00 per pound? \n" );
document.write( "
Algebra.Com's Answer #31331 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! A candy store sells malted milk balls for $2.50 per pound, and chocolate-covered \n" ); document.write( "raisins for $3.75 per pound. How many pounds of each should be used to make a 10 \n" ); document.write( "pound mixture that sells for $3.00 per pound? \n" ); document.write( "LET MILK BALLS USED BE M LB. \n" ); document.write( "RAISINS USED =10-M LB. \n" ); document.write( "COST OF MILK BALLS = M*2.5 \n" ); document.write( "COST OF RAISINS = (10-M)*3.75=37.5-3.75M \n" ); document.write( "TOTAL COST =2.5M+37.5-3.75M=10*3=30 \n" ); document.write( "3.75M-2.5M=37.5-30=7.5 \n" ); document.write( "1.25M=7.5 \n" ); document.write( "M=7.5/1.25=6 \n" ); document.write( "MILK BALLS USED =6 LB. \n" ); document.write( "RAISINS USED =10-6=4 LB. \n" ); document.write( " |