document.write( "Question 344970: Two vessels contains mixtures of alcohol and water. In one there is three times as much alcohol as water; in the other, five times as much water as alcohol. How much must be drawn off from each to fill a third vessel which holds 7 gallons, in order that its contents may be half water and half alcohol.\r
\n" );
document.write( "\n" );
document.write( "Thanks for the answer! \n" );
document.write( "
Algebra.Com's Answer #246843 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Two vessels contains mixtures of alcohol and water. \n" ); document.write( " In one there is three times as much alcohol as water; in the other, \n" ); document.write( " five times as much water as alcohol. \n" ); document.write( "How much must be drawn off from each to fill a third vessel which holds 7 \n" ); document.write( " gallons, in order that its contents may be half water and half alcohol. \n" ); document.write( ": \n" ); document.write( "Let x = amt drawn from the 1st vessel \n" ); document.write( "then \n" ); document.write( "(7-x) = amt drawn from the 2nd vessel \n" ); document.write( ": \n" ); document.write( "Write an equation based on the percent alcohol \n" ); document.write( "In the 1st vessel 3 times as much alcohol as water = 75 % alcohol \n" ); document.write( "In the 2nd vessel 5 times as much water as alcohol = 16.7 % alcohol \n" ); document.write( ": \n" ); document.write( ".75x + .167(7-x) = .50(7) \n" ); document.write( ": \n" ); document.write( ".75x + 1.167 - .167x = 3.5 \n" ); document.write( ": \n" ); document.write( ".750x - .167x = 3.5 - 1.167 \n" ); document.write( ": \n" ); document.write( ".583x = 2.333 \n" ); document.write( "x = \n" ); document.write( "x = 4 gal from the 1st vessel \n" ); document.write( "then \n" ); document.write( "3 gal from the 2nd vessel \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check in original equation \n" ); document.write( ".75(4) + .167(3) = .50(7) \n" ); document.write( "3 + .5 = 3.5 \n" ); document.write( " \n" ); document.write( " |