document.write( "Question 198449: How many pounds of refined sugar costing $1.35 a pound must be added to 120 pounds of another sugar brand of refined sugar costing $1.75 per pound to make a misture costing $1.50 a pound? \n" ); document.write( "
Algebra.Com's Answer #148969 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! How many pounds of refined sugar costing $1.35 a pound must be added to 120 \n" ); document.write( " pounds of another sugar brand of refined sugar costing $1.75 per pound to \n" ); document.write( " make a mixture costing $1.50 a pound? \n" ); document.write( "; \n" ); document.write( "Let x = amt of $1.35 sugar required \n" ); document.write( ": \n" ); document.write( "1.35x + 1.75(120) = 1.50(x + 120) \n" ); document.write( ": \n" ); document.write( "1.35x + 210 = 1.5x + 180 \n" ); document.write( ": \n" ); document.write( "210 - 180 = 1.5x - 1.35x \n" ); document.write( ": \n" ); document.write( "30 = .15x \n" ); document.write( "x = \n" ); document.write( "x = 200 lb of $1.35 sugar \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check solution \n" ); document.write( "1.35(200) + 1.75(120) = 1.5(200+120) \n" ); document.write( "270 + 210 = 480 \n" ); document.write( " |