document.write( "Question 928589: A group of coworkers drove a car and a minivan to a conference. The car left first and traveled 50 mph. The minivan left 1/2 hour later and traveled at 60 mph. How long will it take the minivan to catch up to the car? \n" ); document.write( "
Algebra.Com's Answer #563699 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! distance traveled by the car when the minivan departs: \n" ); document.write( "s = d/t \n" ); document.write( "d = st \n" ); document.write( "d = 50*0.5 \n" ); document.write( "d = 25 miles \n" ); document.write( "--- \n" ); document.write( "speed of minivan relative to the car: \n" ); document.write( "60 - 50 = 10 mph \n" ); document.write( "--- \n" ); document.write( "time it will take the minivan to catch up to the car: \n" ); document.write( "s = d/t \n" ); document.write( "t = d/s \n" ); document.write( "t = 25 miles / 10 mph \n" ); document.write( "t = 2.5 hours \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( " |