SOLUTION: At 1 pm, ship a leaves port heading due west at x miles per hour. two hours later ship B is 100 miles due south of the same port and heading due north at y miles per hour. at 5 pm
Algebra ->
Customizable Word Problem Solvers
-> Travel
-> SOLUTION: At 1 pm, ship a leaves port heading due west at x miles per hour. two hours later ship B is 100 miles due south of the same port and heading due north at y miles per hour. at 5 pm
Log On
Question 828291: At 1 pm, ship a leaves port heading due west at x miles per hour. two hours later ship B is 100 miles due south of the same port and heading due north at y miles per hour. at 5 pm how far apart are the ship.
Actually i could not understand the meaning of this problem...please elaborate it.. Found 2 solutions by TimothyLamb, richwmiller:Answer by TimothyLamb(4379) (Show Source):
You can put this solution on YOUR website! ---
the problem tries to confuse you, but it's basically describing a right triangle, and asking you to find the hypotenuse, given the two legs.
---
find the position of both ships at 5 pm so we know the length of legs a and b:
---
speed and distance formulas:
s = d/t
d = t*s
---
ship1 at 5 pm:
time = 5 - 1 = 4 hours
speed x m/hr
position = 4x west of harbor
a = 4x
---
ship2 at 5 pm:
time = 5 - 3 = 2 hours
speed y m/hr
position = (100-2y) south of harbor
b = (100-2y)
---
the positions of the ships are perpendicular relative to the harbor, so the ship positions form the legs of the right triangle, and the harbor is the 90 degree vertex.
---
hyp = sqrt( aa + bb )
---
answer:
hyp = sqrt( 16xx + (100-2y)(100-2y) )
---
Solve and graph linear equations:
https://sooeet.com/math/linear-equation-solver.php
---
Solve quadratic equations, quadratic formula:
https://sooeet.com/math/quadratic-formula-solver.php
---
Solve systems of linear equations up to 6-equations 6-variables:
https://sooeet.com/math/system-of-linear-equations-solver.php
You can put this solution on YOUR website! we are dealing with right triangles here.
we don't have real number speeds just x and y.
4x is the distance traveled west by ship a
3y-100 is the distance traveled north by ship b
the distance between them is the hypotenuse
(4x)^2+(3y-100)^2=d^2
16 x^2+9 y^2-600 y+10000 = d^2