document.write( "Question 1089962: Pat travels 70 miles on her milk route, and Bob travels 75 miles on his route. Pat travels 5 miles per hour slower than Bob, and her route takes her one half hour longer than Bob's. How fast is each one travelling? \n" ); document.write( "
Algebra.Com's Answer #704367 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! Pat travels 70 miles on her milk route, and Bob travels 75 miles on his route. Pat travels 5 miles per hour slower than Bob, and her route takes her one half hour longer than Bob's. How fast is each one travelling? \n" ); document.write( "let bob travel X miles/hours and pat X-5 miles /hours \n" ); document.write( "T1=75/x \n" ); document.write( "t2=70/x-5 \n" ); document.write( "t2-t1=1/2 \n" ); document.write( "70/x-5-75/x=1/2 \n" ); document.write( "70x-75(x-5)/x^2-5x=1/2 \n" ); document.write( "(-5x+375)x2=x^2-5x \n" ); document.write( "-10x+750=X^2-5x \n" ); document.write( "x^2+5x-750=0 \n" ); document.write( "x=-30 or x=25 rejecting negative value x=25 miles/hours \n" ); document.write( " \n" ); document.write( " |