document.write( "Question 905428: Two cyclists start biking from the same location. Kate heads south at an average pace of 17 mph. An hour later, Nate heads west at an average pace of 14 mph. Which of the following could be used to determine how long after Kate starts riding it takes for them to be at least 35 miles apart? [Let t represent time.] \n" ); document.write( "
Algebra.Com's Answer #549200 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Using Pythagorean Theorem \n" ); document.write( "(17t)^2 + (14(t-1))^2 = 35mi^2 \n" ); document.write( "289t^2 + 196(t^2 - 2t + 1) = 1225mi \n" ); document.write( " 485t^2 -392t - 1029 = 0\r \n" ); document.write( "\n" ); document.write( "
|