document.write( "Question 476465: a candy store wishes to mix two types of candy to get 5 pounds of $2 per pound candy. if candy A costs $3.20 per pound and candy B costs $1.70 per pound, how much of each type should they use? \n" ); document.write( "
Algebra.Com's Answer #326776 by robertb(5830)![]() ![]() You can put this solution on YOUR website! 3.20A + 1.70B = 2*5 = 10\r \n" ); document.write( "\n" ); document.write( "A + B = 5 ==> B = 5 - A ==> 3.2A + 1.70*(5 - A) = 10\r \n" ); document.write( "\n" ); document.write( "==> 3.2A + 8.5 - 1.70A = 10\r \n" ); document.write( "\n" ); document.write( "==> 1.50A = 1.5\r \n" ); document.write( "\n" ); document.write( "==> A = 1 pound for A \r \n" ); document.write( "\n" ); document.write( "==> B = 4 pounds for B. \n" ); document.write( " |