document.write( "Question 438858: The owner of a candy store wishes to mix candy selling for $1.50 per pound with nuts selling for $1.00 pere pound to obtain a party mix to be sold for $1.20 per pound. How many pounds of each must be used to obtain 50 pounds of the mixture? \n" ); document.write( "
Algebra.Com's Answer #316667 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! 50x1.20=60 \n" ); document.write( "m+n=50 \n" ); document.write( "1.5m+1n=60 \n" ); document.write( "1.5m+1.5n=75 \n" ); document.write( ".5n=15 \n" ); document.write( "n=15/.5=30 \n" ); document.write( "m=20 \n" ); document.write( "The owner needs 20 lbs at $1.50/lb. and 30 lbs. at $1.00/lb to get the desired mixture.. \n" ); document.write( " |