document.write( "Question 973854: Simone and Sean are running in a four-mile relay race. After Simone completes the first two miles, Sean runs the second two miles. Sean runs 1 mile per hour slower than Simone. Together they complete the race in 0.9 hours. How fast did each person run? Justify your answer. \n" ); document.write( "
Algebra.Com's Answer #596033 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Simone and Sean are running in a four-mile relay race. After Simone completes the first two miles, Sean runs the second two miles. Sean runs 1 mile per hour slower than Simone. Together they complete the race in 0.9 hours. How fast did each person run? \n" ); document.write( "*** \n" ); document.write( "let x= Sean's speed \n" ); document.write( "x+1=simon's v speed \n" ); document.write( "travel time=distance / speed \n" ); document.write( " \n" ); document.write( "lcd: x(x+1) \n" ); document.write( "2(x+1)+2x=0.9(x^2+x) \n" ); document.write( "mult. by 10 \n" ); document.write( "20(x+1)+20x=9(x^2+x) \n" ); document.write( "20x+20+20x=9x^2+9x \n" ); document.write( "9x^2-31x-20=0 \n" ); document.write( "solve for x by quadratic formula: \n" ); document.write( " \n" ); document.write( "a=9, b=-31, c=-20 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "How fast did each person run? \n" ); document.write( "Sean: 4 mph \n" ); document.write( "Simon: 5 mph \n" ); document.write( " \n" ); document.write( " |