document.write( "Question 370860: Give an example of a solution you could add to achieve the desired result. Then explain why that solution would work.: You have a 68% alcohol solution. You want to end up with a solution containing 50% alcohol. \n" ); document.write( "
Algebra.Com's Answer #264295 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! You have a 68% alcohol solution. \n" ); document.write( " You want to end up with a solution containing 50% alcohol. \n" ); document.write( ": \n" ); document.write( "Add pure water, let w = amt of water, start with 10 liters of 68% solution \n" ); document.write( ": \n" ); document.write( ".68(10) = .50(w+10) \n" ); document.write( "6.8 = .5w + 5 \n" ); document.write( "6.8 - .5 = .5w \n" ); document.write( "1.8 = .5w \n" ); document.write( "multiply both sides by 2 \n" ); document.write( "w = 3.6 liters of water added to 10 liters of 68% solution yields 13.6 liters of 50% solution \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this, the amt of alcohol will remain the same; only the per cent changes \n" ); document.write( ".68(10) = .5(13.6) \n" ); document.write( "6.8 = 6.8 \n" ); document.write( " |