document.write( "Question 390945: A vessel is filled with 20 liters of alcohol. A certain amount of alcohol is removed from the vessel and it is filled with water. than the same amount of the mixture is removed and the vessel is filled with water again. after this, vessel contains only 5 liters of pure alcohol. how many liters of the liquid were removed from the vessel each time?\r
\n" );
document.write( "\n" );
document.write( "The book says that the problem must be solved using quadratic equation. I got the answer logically, which is 10, but I could not write a proper equation. \n" );
document.write( "
Algebra.Com's Answer #277267 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let x=amount that is removed and replaced each time\r \n" ); document.write( "\n" ); document.write( "After initial action (remove alcohol and fill with water )we have 20 liters that contains (20-x)/20 parts of pure alcohol or (20-x) liters of pure alcohol\r \n" ); document.write( "\n" ); document.write( "After 2nd removal, we remove ((20-x)/20)*x parts of pure alcohol leaving \n" ); document.write( "(20-x)-((20-x)/20)*x of pure alcohol and we are told that this equals 5 liters, sooooo: \n" ); document.write( "(20-x)-(20x-x^2)/20 =5 multiply each term by 20 \n" ); document.write( "400-20x-20x+x^2=100 simplify \n" ); document.write( "x^2-40x+300=0----quadratic in standard form and it can be factored \n" ); document.write( "(x-10)(x-30)=0 \n" ); document.write( "x=10 liters ------------amount that is removed and replaced \n" ); document.write( "x=30 NO GOOD --This amount is more than 20 liters \r \n" ); document.write( "\n" ); document.write( "After first action, we remove 10 liters of pure alcohol leaving 20 liters that is 50% alcohol \n" ); document.write( "After 2nd action, we remove 10 liters that is 50% alcohol or 5 liters of pure alcohol \n" ); document.write( "In total we remove 10+5 or 15 liters of pure alcohol leaving 5 liters\r \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " \n" ); document.write( " |