document.write( "Question 931247: A motorcycle traveling at 70 mph overtakes a car traveling at 40 mph that had a 3 hour head start. How far from the starting point are the two vehicles given that they started from the same point? \n" ); document.write( "
Algebra.Com's Answer #565503 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! distance car traveled when motorcycle departed: \n" ); document.write( "s = d/t \n" ); document.write( "d = st \n" ); document.write( "d = 40*3 \n" ); document.write( "d = 120 miles \n" ); document.write( "--- \n" ); document.write( "relative speed of two vehicles: \n" ); document.write( "70-40 = 30 mph \n" ); document.write( "--- \n" ); document.write( "time when overtake occurs after motorcycle departs: \n" ); document.write( "s = d/t \n" ); document.write( "t = d/s \n" ); document.write( "t = 120/30 \n" ); document.write( "t = 4 hours \n" ); document.write( "time when overtake occurs after car departs: \n" ); document.write( "t + 3 = 7 hours \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "distance from starting point when overtake occurs: \n" ); document.write( "d = 30*7 \n" ); document.write( "d = 210 miles \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |