City y is 200km and in the direction of 048 from city x. City x is 80km and in the direction of 108 from city y. Find the distance of city z from city x and the bearing of city

City y is 200km and in the direction of 048 from city x. City x is 80km and in the direction of 108 from city y. Find the distance of city z from city x and the bearing of city x from z.

You repeated your post with the same error in both.

I will assume that your second sentence should say:
City z is 80km and in the direction of 108 from city y

I sketched the diagram and got triangle xyz to have an angle of 120° at y
So by the cosine law:
d^2 = 200^2 + 80^2 - 2(200)(80)cos120°
find d

once you have d, we can use the sine law to find angle yxz and you can get
the bearing easily after that. (add it to 48°)

To find the distance of city z from city x, we need more information.

To find the distance of city Z from city X, we need to use the concept of vector addition. Let's start by drawing a diagram to visualize the locations of the cities.

```
048
---------------> City Y (200 km)
| /
80 km / 108
| /
↓ ↓
City X → City Z (distance to be found)
```

From the diagram, we can see that city Z forms a right triangle with city X and city Y. We know the lengths of the two sides, as well as the angle between them.

Using the Pythagorean theorem, we can find the length of the hypotenuse (distance between city X and city Z). The Pythagorean theorem states that in a right triangle, the square of the length of the hypotenuse (c) is equal to the sum of the squares of the two other sides (a and b):

c^2 = a^2 + b^2

In our case, a = 80 km and b = 200 km. Plugging these values into the equation:

c^2 = 80^2 + 200^2

c^2 = 6400 + 40000
c^2 = 46400

Taking the square root of both sides, we find:

c ≈ √46400
c ≈ 215.3 km

So, the distance of city Z from city X is approximately 215.3 km.

Now let's find the bearing of city Z from city X. The bearing is the direction from one location to another, expressed as an angle measured clockwise from the north.

To find the bearing, we can use trigonometry. Using the triangle formed by city X, city Y, and city Z, we can find the angle using the inverse tangent (arctan) function:

tan(θ) = opposite/adjacent

In our case, the opposite side is the distance between city X and city Z (215.3 km), and the adjacent side is the distance between city X and city Y (80 km). Plugging these values into the equation:

tan(θ) = 215.3/80

Taking the arctan of both sides:

θ ≈ arctan(215.3/80)
θ ≈ 70.76 degrees

Therefore, the bearing of city Z from city X is approximately 70.76 degrees.