document.write( "Question 468960: candy selling for $2 per pound is to be mixed with candy selling for $6 per pound. how many pounds of the more expensive candy are needed to produce a 24-pound mixture taht sells for $5 per pound? \n" ); document.write( "
Algebra.Com's Answer #321805 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Value ---------------- quantity \n" ); document.write( "Candy I 6 ---------------- x pounds \n" ); document.write( "Candy II 2 ---------------- 24 - x pounds \n" ); document.write( "Mixture 5.00% ---------------- 24 \n" ); document.write( " \n" ); document.write( "6x+2(24-x)=5*24 \n" ); document.write( "6x+48-2x =120 \n" ); document.write( "6x-2x=120-48 \n" ); document.write( "4x=72 \n" ); document.write( "/4 \n" ); document.write( "x=18 pounds 6.00% Candy I \n" ); document.write( "6 pounds 2.00% Candy II \n" ); document.write( " \n" ); document.write( " |