document.write( "Question 258233: two cars drive the 120 miles from town A to town B. The first car goes 10 mph faster than the second, and completes the journey in 1 hour less time. Let s be the speed of the slower car.
\n" ); document.write( "(A) In terms of s, what is the speed of the faster car?
\n" ); document.write( "(B) In terms of S, how long does the slower car take to complete the trip?
\n" ); document.write( "(C) In terms of S, how long does the faster car take to complete the trip?
\n" ); document.write( "(D) Express the conditions \"the faster car completes the journey in one hour less than the slower car\" as an equation involving s using the answers to part b and c.
\n" ); document.write( "(E) Solve the equation in part d to find the speed of the slower car.
\n" ); document.write( "

Algebra.Com's Answer #190178 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
(A) In terms of s, what is the speed of the faster car?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "faster car travels at s + 10 miles per hour.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(B) In terms of S, how long does the slower car take to complete the trip?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "rate * time = distance.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this makes time = distance / rate.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "slower car takes (120/s) hours to complete the trip.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(C) In terms of s, how long does the faster car take to complete the trip?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "faster car takes (120 / (s+10)) hours to complete the trip.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(D) Express the conditions \"the faster car completes the journey in one hour less than the slower car\" as an equation involving s using the answers to part b and c.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the time it takes the slower car is expressed by the equation:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "h[s] = 120/s where h represents the time in hours.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the time it takes the faster car is expressed by the equation:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "h[f] = 120/(s+10) where h represents the time in hours.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the statement that it takes the faster car one less hour to complete the trip can be expressed by the equation h[f] = h[s] - 1.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "replace h[f] and h[s] with their respective equivalents and you get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "120/(s+10) = 120/s - 1\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(E) Solve the equation in part d to find the speed of the slower car.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the equation in part D is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "120/(s+10) = 120/s - 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "multiply both sides of this equation by s * (s+10) to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "120 * s = 120 * (s+10) - (1 * (s+10) * s)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "simplify to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "120 * s = 120 * s + 1200 - (s^2 + 10*s))\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "simplify further to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "120 * s = 120 * s + 1200 - s^2 - 10*s\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "subtract 120 * s from both sides of this equation to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "0 = 120 * s - 120 * s + 1200 - s^2 - 10*s\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "combine like terms to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "0 = 1200 - s^2 - 10*s\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "add s^2 to both sides of this equation and add 10*s to both sides of this equation and subtract 1200 from both sides of this equation to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "s^2 + 10*s - 1200 = 0\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "factor this quadratic equation to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(s+40) * (s-30) = 0\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve for s to get s = -40 or s = 30\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since s can't be negative, then s must equal 30.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "speed of the slower car is 30 miles per hour.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "speed of the faster car is 40 miles per hour.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since time = distance / rate, then:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the time it takes the slower car = 120/30 = 4 hours.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the time it takes the faster car = 120/40 = 3 hours.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the faster car takes 1 hour less than the slower car so the equation is satisfied.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "answer to part E is that the speed of the slower car is 30 miles per hour.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );