document.write( "Question 80682: Steve traveled 200 miles at a certain speed. Had he gone 10mph faster, the trip would have taken 1 hour less. Find the speed of his vehicle. \n" ); document.write( "
Algebra.Com's Answer #57837 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! For this equation you use the formula: \n" ); document.write( ". \n" ); document.write( "D = R*T \n" ); document.write( ". \n" ); document.write( "where D = the distance traveled, R = the rate or speed, and T = the time \n" ); document.write( ". \n" ); document.write( "The rate and the time are the two unknowns. For the 200 miles we can write the equation for \n" ); document.write( "the actual trip as: \n" ); document.write( ". \n" ); document.write( "200 = R * T <--- call this the first equation \n" ); document.write( ". \n" ); document.write( "For the proposed trip you know that the new rate equals the old rate plus 10 mph. You can \n" ); document.write( "write this new rate as (R + 10). \n" ); document.write( ". \n" ); document.write( "And you also know that the new time is an hour less than the old time. You can write this \n" ); document.write( "new time as (T - 1) \n" ); document.write( ". \n" ); document.write( "Therefore you can write the equation for the new trip as: \n" ); document.write( ". \n" ); document.write( "200 = (R + 10)*(T - 1) \n" ); document.write( ". \n" ); document.write( "Multiply the right side out to get: \n" ); document.write( ". \n" ); document.write( "200 = R*T - R + 10*T - 10 <--- call this the second equation \n" ); document.write( ". \n" ); document.write( "Since you need to solve this second equation for R, solve the first equation for T in terms of \n" ); document.write( "R and then substitute that into this second equation. \n" ); document.write( ". \n" ); document.write( "Solving the first equation for T in terms of R you divide both sides by R and you get: \n" ); document.write( ". \n" ); document.write( "200 = T * R \n" ); document.write( ". \n" ); document.write( "200/R = (T*R)/R \n" ); document.write( ". \n" ); document.write( "200/R = T \n" ); document.write( ". \n" ); document.write( "Now substitute the left side of this equation into the second equation to get: \n" ); document.write( ". \n" ); document.write( "200 = R*(200/R) - R + 10*(200/R) - 10 \n" ); document.write( ". \n" ); document.write( "Simplify this by multiplying out the right side: \n" ); document.write( ". \n" ); document.write( "200 = 200 - R + (2000/R) - 10 \n" ); document.write( ". \n" ); document.write( "Subtract 200 from both sides and the equation becomes: \n" ); document.write( ". \n" ); document.write( "0 = - R + 2000/R - 10 \n" ); document.write( ". \n" ); document.write( "Multiply both sides by -R and you get: \n" ); document.write( ". \n" ); document.write( "0 = R^2 - 2000R/R + 10R \n" ); document.write( ". \n" ); document.write( "The middle term on the right side simplifies to -2000 and the equation becomes: \n" ); document.write( ". \n" ); document.write( "0 = R^2 - 2000 + 10R \n" ); document.write( ". \n" ); document.write( "Transpose this equation (switch sides) and rearrange terms so it is in the more conventional \n" ); document.write( "form of: \n" ); document.write( ". \n" ); document.write( "R^2 + 10R - 2000 = 0 \n" ); document.write( ". \n" ); document.write( "This equation factors into: \n" ); document.write( ". \n" ); document.write( "(R + 50)*(R - 40) = 0 \n" ); document.write( ". \n" ); document.write( "This equation will be true if either factor on the left side equals zero. So set each equal \n" ); document.write( "to zero and solve for R: \n" ); document.write( ". \n" ); document.write( "R + 50 = 0 \n" ); document.write( ". \n" ); document.write( "Subtract 50 from both sides and R becomes: \n" ); document.write( ". \n" ); document.write( "R = -50 mph \n" ); document.write( ". \n" ); document.write( "Then set the second factor equal to zero: \n" ); document.write( ". \n" ); document.write( "R - 40 = 0 \n" ); document.write( ". \n" ); document.write( "Add 40 to both sides to get: \n" ); document.write( ". \n" ); document.write( "R = 40 mph \n" ); document.write( ". \n" ); document.write( "Ignore the first answer of -50 mph because a negative speed doesn't really make sense. \n" ); document.write( ". \n" ); document.write( "So the answer is 40 mph as the speed. \n" ); document.write( ". \n" ); document.write( "Check this out. At 40 mph you drive the 200 miles in 5 hours. \n" ); document.write( ". \n" ); document.write( "Now increase the speed by 10 mph to 50 mph. If you drive 200 miles at 50 mph it will \n" ); document.write( "take 4 hours. The answer checks ... increasing the speed to 50 mph reduces the time it \n" ); document.write( "takes to drive 200 miles by 1 hour. \n" ); document.write( ". \n" ); document.write( "So the answer to the original rate is 40 mph. \n" ); document.write( ". \n" ); document.write( "Hope this helps you to understand the problem and a way that you can solve it. \n" ); document.write( ".\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |