document.write( "Question 880488: A grocer plans to mix candy that sells for $2 per pound with candy
\n" );
document.write( "that sells for $4 per pound to get a mixture that sells for $2.75 per pound. How much of each type of candy should she use if she wants 40 pounds of the mixture? \n" );
document.write( "
Algebra.Com's Answer #531502 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A grocer plans to mix candy that sells for $2 per pound with candy \n" ); document.write( "that sells for $4 per pound to get a mixture that sells for $2.75 per pound. How much of each type of candy should she use if she wants 40 pounds of the mixture? \n" ); document.write( "*** \n" ); document.write( "let x=amount of $2 candy to use \n" ); document.write( "40-x=amount of $4 candy to use \n" ); document.write( ".. \n" ); document.write( "2x+4(40-x)=40(2.75) \n" ); document.write( "2x+160-4x=110 \n" ); document.write( "2x=50 \n" ); document.write( "x=25 \n" ); document.write( "40-x=15 \n" ); document.write( "amount of $2 candy to use=25 lbs \n" ); document.write( "amount of $4 candy to use=15 lbs \n" ); document.write( " \n" ); document.write( " |