document.write( "Question 1159329: Bert traveled 72 miles across the state through rain at a reasonable speed. If it had been sunny, he would have driven an average of 20 miles per hour faster, and would have arrived at his destination 24 minutes sooner. How long did his trip take him in the rain? How fast was he driving in the rain?
\n" ); document.write( "Hint: First solve a quadratic equation. Then write two equations with two unknowns.
\n" ); document.write( "

Algebra.Com's Answer #782323 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Bert traveled 72 miles across the state through rain at a reasonable speed.
\n" ); document.write( " If it had been sunny, he would have driven an average of 20 miles per hour faster, and would have arrived at his destination 24 minutes sooner.
\n" ); document.write( ":
\n" ); document.write( "let s = speed in the rain
\n" ); document.write( "let t = drive time in the rain
\n" ); document.write( "change 24 min 24/60 = .4 hrs, then
\n" ); document.write( "(s+20) = sunny speed
\n" ); document.write( "(t-.4) = sunny driving time)
\n" ); document.write( "Two distance equations
\n" ); document.write( "s*t = 72
\n" ); document.write( "for substitution
\n" ); document.write( "s = 72/t
\n" ); document.write( "and
\n" ); document.write( "(t-.4)*(s+20) = 72
\n" ); document.write( "FOIL
\n" ); document.write( "ts + 20t - .4s - 8 = 72
\n" ); document.write( "we know ts = 72
\n" ); document.write( "72 + 20t - .4s - 8 = 72
\n" ); document.write( "-72 from both sided
\n" ); document.write( "20t - .4s - 8 = 0
\n" ); document.write( "simplify, divide by .4
\n" ); document.write( "50t - s - 20
\n" ); document.write( "replace s with (72/t)
\n" ); document.write( "50t - 72/t - 20 = 0
\n" ); document.write( "multiply by t
\n" ); document.write( "50t^2 - 72 - 20t = 0
\n" ); document.write( "A quadratic equation
\n" ); document.write( "50t^2 - 20t - 72 = 0
\n" ); document.write( "Using the quadratic formula I got a postive solution of
\n" ); document.write( "t = 1.41655 hrs or 1 + .41655*60 = 1 hr 25 min, his time in the rain
\n" ); document.write( ":
\n" ); document.write( " How fast was he driving in the rain?
\n" ); document.write( "\"72%2F1.41655\" = 50.8 mph
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check this, find his sunny speed. 50.8 + 20 = 70.8 mph
\n" ); document.write( "Find his sunny time: \"72%2F70.8\" = 1.0169 or 1 + .0169*60 = 1 hr 1 min
\n" ); document.write( "Which ia 24 min faster than the time in rain\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Hint: First solve a quadratic equation. Then write two equations with two unknowns.
\n" ); document.write( "
\n" );