document.write( "Question 38279: Hi! I am having difficulty trying to figure this problem out. Any help or direction that you are able to provide in solving is most appreciated! \r
\n" );
document.write( "\n" );
document.write( "Two ships leave port at the same time. Ship A sails north at a speed of 20mph while ship B sails east at a speed of 30mph.
\n" );
document.write( "a.- Find an expression in terms of the time 't'(in hours) giving the distance between the two ships.
\n" );
document.write( "b.- Using the expression obtained in part (a), find the distance between the two ships 2hr after leaving port. \n" );
document.write( "
Algebra.Com's Answer #23749 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Make a right triangle diagram, with one leg going north (y) and one going east (x). Label the hypotenuse z. \n" ); document.write( "In general D = RT, distance = rate*time, so we can write \n" ); document.write( "y = 20t and x = 30t \n" ); document.write( "Now from the Pythagorean Theorem, we know \n" ); document.write( "z^2 = x^2 + y^2 \n" ); document.write( "So let us substitute \n" ); document.write( "z^2 = (30t)^2 + (20t)^2 \n" ); document.write( "z^2 = 900t^2 + 400t^2 \n" ); document.write( "z^2 = 1300t^2 \n" ); document.write( "z = sqrt(1300t^2) \n" ); document.write( "z = 10t*sqrt(13) \n" ); document.write( "and we're done with part a... \n" ); document.write( "In part b, t = 10, so \n" ); document.write( "z = 10*10*sqrt(13) \n" ); document.write( "z = 100*sqrt(13) \n" ); document.write( "z = 360.6 mi \n" ); document.write( " |