document.write( "Question 963557: Kelly rollerblades for 12 miles, then slows down by 4 miles per hour for another 6 miles. The slower portion takes 15 minutes less than the first part. Find the total time she spent rollerblading, if you know it was not more than 1 hour and 30 minutes. \n" ); document.write( "
Algebra.Com's Answer #588749 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Kelly rollerblades for 12 miles, then slows down by 4 miles per hour for another 6 miles.
\n" ); document.write( " The slower portion takes 15 minutes less than the first part.
\n" ); document.write( " Find the total time she spent rollerblading, if you know it was not more than 1 hour and 30 minutes.
\n" ); document.write( ":
\n" ); document.write( "let s = speed on the first 12 mi
\n" ); document.write( "then
\n" ); document.write( "(s-4) = speed on te last 6 mi
\n" ); document.write( ":
\n" ); document.write( "Change 15 min to 1/4hr
\n" ); document.write( ":
\n" ); document.write( "Write a time equation; time = dist/speed
\n" ); document.write( ":
\n" ); document.write( "fast speed time = slower speed time + 1/4 hr
\n" ); document.write( "\"12%2Fs\" = \"6%2F%28%28s-4%29%29\" + \"1%2F4\"
\n" ); document.write( "multiply equation by 4s(s-4), cancel the denominators and we have:
\n" ); document.write( "12*4(s-4) = 6(4s) + s(s-4)
\n" ); document.write( "12(4s-16) = 24s + s^2 - 4s
\n" ); document.write( "48s - 192 = s^2 + 20s
\n" ); document.write( "Combine on the right to form a quadratic equation
\n" ); document.write( "0 = s^2 + 20s - 48s + 192
\n" ); document.write( "s^2 - 28s + 192 = 0
\n" ); document.write( "This will factor to
\n" ); document.write( "(s-12)(s-16) = 0
\n" ); document.write( "Two solutions
\n" ); document.write( "s = 12 mph
\n" ); document.write( "or
\n" ); document.write( "s = 16 mph
\n" ); document.write( ":
\n" ); document.write( "Lets use the faster speed s=16 mph for the first 12 mi, and 12 mph for the last 6
\n" ); document.write( "Find the times
\n" ); document.write( "12/16 = .75 hrs
\n" ); document.write( "6/12 = .50 hr
\n" ); document.write( "---------------
\n" ); document.write( "tot time: 1.25 hrs, 1 hr 15 min
\n" ); document.write( "less than 1 hr 30 min
\n" ); document.write( "
\n" );