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)\"\" \"About 
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( "\"2%2Fx%2B2%2F%28x%2B1%29=0.9\"
\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( "\"x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+\"
\n" ); document.write( "a=9, b=-31, c=-20
\n" ); document.write( "\"x+=+%2831+%2B-+sqrt%28+31%5E2-4%2A9%2A-20%29%29%2F%282%2A9%29+\"
\n" ); document.write( "\"x+=+%2831+%2B-+sqrt%28+961%2B720%29%29%2F%2818%29+\"
\n" ); document.write( "\"x+=+%2831+%2B-+sqrt%281681%29%29%2F%2818%29+\"
\n" ); document.write( "\"x+=+%2831+%2B-+sqrt%281681%29%29%2F%2818%29+\"
\n" ); document.write( "\"x+=+%2831+%2B41%29%2F%2818%29=72%2F18=4+\"
\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( "
\n" );