document.write( "Question 1124472: Hi
\n" );
document.write( "tap X can fill a tank in 10 min. Tank Y can empty it in 6 min. Both taps are turned on at the same time
\n" );
document.write( "and the tank is 3/4 full. How long will it take to reach the stage when the tank is empty and the water flowing in from X is immediately emptied through Y.\r
\n" );
document.write( "\n" );
document.write( "thanks \n" );
document.write( "
Algebra.Com's Answer #740778 by Alex.33(110)![]() ![]() You can put this solution on YOUR website! Let me suppose the tank's volume is V litres. Then \n" ); document.write( "speed of x: +V/10 litre/min \n" ); document.write( "speed of y: -V/6 litre/min \n" ); document.write( "/*The positive/negative sign shows the increase/decrease of water volume.*/ \n" ); document.write( "Initially the water is 3V/4. Let's begin. \n" ); document.write( "3V/4+V*t/10-V*t/6=0 \n" ); document.write( "t=45/4=11.25 minutes.\r \n" ); document.write( "\n" ); document.write( "And we're done. Figure out what we want. Extract useful material from the question. Design the approach. Do. \n" ); document.write( " \n" ); document.write( " |