document.write( "Question 266453: A materials scientist has 6 lbs of a 40% silver alloy. How many pounds of pure silver must he mix with the entire 6 pounds of 40% alloy to obtain as much of a 62% alloy as he can? \n" ); document.write( "
Algebra.Com's Answer #195773 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! This is a mixture problem. We can set up the following table. \n" ); document.write( "alloy . . . . . % . . . . . LB . . . . . %lb \n" ); document.write( "40% . . . . . .40 . . . . . . 6 . . . . .240 \n" ); document.write( "100% . . . . . 100 . . . . .x . . . . .100x \n" ); document.write( "mixture . . . .62 . . . . .x + 6 . . 62x + 372 \n" ); document.write( "Looking at the third column we get \n" ); document.write( "240 + 100x = 62x + 372 \n" ); document.write( "subtracting 62x we get \n" ); document.write( "240 - 38x = 372 \n" ); document.write( "subtract 240 to get \n" ); document.write( "132 = 38x \n" ); document.write( "divide to get \n" ); document.write( "x = 3.4736 \n" ); document.write( " |