document.write( "Question 707037: Distance between ships: At noon, Ship A is 45 miles due south of Ship B and is sailing north at a rate of 8 miles per hour. Ship B is sailing east at a rate of 6 miles per hour. Write the distance (d) between ships as a function of the time (t), where t=0 represents noon. \n" ); document.write( "
Algebra.Com's Answer #435529 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Distance between ships: At noon, \n" ); document.write( " Ship A is 45 miles due south of Ship B and is sailing north at a rate of 8 miles per hour. \n" ); document.write( " Ship B is sailing east at a rate of 6 miles per hour. \n" ); document.write( " Write the distance (d) between ships as a function of the time (t), where t=0 represents noon. \n" ); document.write( ": \n" ); document.write( "The is a Pythagoras problem; d = \n" ); document.write( "a = 6t (distance east) \n" ); document.write( "b = (45-8t); distance north \n" ); document.write( "d = distance between the two ships \n" ); document.write( ": \n" ); document.write( "Ref point, is the starting point of b when t=0 they are 45 mi apart \n" ); document.write( "d = \n" ); document.write( "FOIL (45-8t)(45-8t) \n" ); document.write( "d = \n" ); document.write( "combine like terms \n" ); document.write( "d = \n" ); document.write( ": \n" ); document.write( "Graphically, time on the x axis, distance on the y axis \n" ); document.write( " \n" ); document.write( "You can see after 14 hrs, they are about 107 mi apart (green line) \n" ); document.write( " |