document.write( "Question 903957: A tub can be filled in 6min if both the hot and cold faucets are turned on. If the tub can be filled in 10 min with cold water, how long would it take to fill that tub with hot water? \n" ); document.write( "
Algebra.Com's Answer #548460 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
let C = rate of cold water filling the tub.
\n" ); document.write( "let H = rate of hot water filling the tub.
\n" ); document.write( "together, the rates are additive so you get (H+C) * 6 = 1
\n" ); document.write( "that's rate * time = quantity.
\n" ); document.write( "rate is H + C
\n" ); document.write( "time is 6 minutes
\n" ); document.write( "quantity is 1 full tub\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you know that (H+C)*T = 1
\n" ); document.write( "H = rate of hot water
\n" ); document.write( "C = rate of cold water
\n" ); document.write( "T = time in minutes\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you also know that C*10 = 1
\n" ); document.write( "solve for C and you get C = 1/10\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "replace C with 1/10 in (H+C)*T = 1 and you get (H+1/10)*6 = 1
\n" ); document.write( "simplify to get 6H + 6/10 = 1
\n" ); document.write( "subtract 6/10 from both sides of the equation to get 6H = 4/10
\n" ); document.write( "divide both sides of the equation by 6 to get H = 4/60 = 1/15.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the rate of the cold water is 1/10 of a full tub in 1 minute.
\n" ); document.write( "the rate of the hot water is 1/15 of a full tub in 1 minute.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the hot water alone will fill the tub using the equation of HT = 1
\n" ); document.write( "replace H with 1/15 and you get 1/15*T = 1
\n" ); document.write( "solve for T and you get T = 15 minutes.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the cold water can fill the tub in 10 minutes.
\n" ); document.write( "the hot water can fill the tub in 15 minutes.
\n" ); document.write( "when the cold water and the hot water are both turned on, they can fill the tub in 6 minutes.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(H+C)*6 = 1 becomes (1/15 + 1/10)*6 = 1 which becomes (2/30 + 3/30)*6 = 1 which becomes 5/30*6 = 1 which becomes 1 = 1, confirming the solution is good.
\n" ); document.write( "
\n" ); document.write( "
\n" );