document.write( "Question 460118: The Candy Emporium sells two types of hard candy--type A sells for $1.50 per pound and type B sells for $2.00 per pound. How much of each type of candy should be combined to obtain 20 pounds of a mixture which sells for $1.80 per pound?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #315580 by mananth(16946)![]() ![]() You can put this solution on YOUR website! price ----------------quantity \n" ); document.write( "Candy A 1.5 ----------------x pounds \n" ); document.write( "Candy B 2 ----------------20-x pounds \n" ); document.write( "Mixture 1.80% ----------------20 \n" ); document.write( " \n" ); document.write( "1.5x+2(20-x)=1.8*20 \n" ); document.write( " \n" ); document.write( "1.5x+40-2x=36 \n" ); document.write( "1.5x-2x=36-40 \n" ); document.write( "-0.5x=-4 \n" ); document.write( "/-0.5 \n" ); document.write( "x=8 pounds $1.50 \n" ); document.write( "12 pounds $2.00 \n" ); document.write( " \n" ); document.write( " |