document.write( "Question 1026517: A chemist has 800g of a dye solution that is 20% of it original strength. How much dye must be added to increase the strength to 50%?\r
\n" );
document.write( "\n" );
document.write( "Please solve this question using two variables. \n" );
document.write( "
Algebra.Com's Answer #641812 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A chemist has 800g of a dye solution that is 20% of it original strength. \n" ); document.write( " How much dye must be added to increase the strength to 50%? \n" ); document.write( "Please solve this question using two variables. \n" ); document.write( ": \n" ); document.write( "Why would you use two variables, there is only one unknown here \n" ); document.write( "let x = amt of pure dye required \n" ); document.write( ": \n" ); document.write( "A typical mixture equation \n" ); document.write( "x + .20(800) = .50(x+800) \n" ); document.write( "x + 160 = .5x + 400 \n" ); document.write( "x - .5x = 400 - 160 \n" ); document.write( ".5x = 240 \n" ); document.write( "x = 240/.5 \n" ); document.write( "x = 480 g of pure dye required \n" ); document.write( " \n" ); document.write( " |