For the vectors with a = 14, b = 13, and c = 365, calculate the following dot products.

NOTE theres a picture but i couldn't upload its a right angle triangle with c as the hypt, a bottom and b side

To calculate dot products for vectors, we can use the following formula:

dot product = (magnitude of vector a) * (magnitude of vector b) * cos(angle between a and b)

In this case, vector a has a magnitude of 14, vector b has a magnitude of 13, and vector c has a magnitude of 365 (the hypotenuse of the right triangle). To find the dot products, we need to determine the angle between vectors a and b.

Since the given triangle is a right triangle, we can use trigonometry to find the angle. Let's denote the angle between vectors a and b as θ.

To find θ, we use the following trigonometric ratio:

cos(θ) = adjacent/hypotenuse

In this case, vector a is the adjacent side, and vector c is the hypotenuse. Therefore, we can write:

cos(θ) = a/c = 14/365

Now we can calculate the dot products using the formula mentioned earlier:

1. Dot product of a and b:
dot product(a, b) = (magnitude of a) * (magnitude of b) * cos(θ)
= 14 * 13 * cos(arccos(14/365))

2. Dot product of a and c:
dot product(a, c) = (magnitude of a) * (magnitude of c) * cos(90 degrees)
= 14 * 365 * cos(90 degrees)
= 0 (since the cosine of 90 degrees is 0)

3. Dot product of b and c:
dot product(b, c) = (magnitude of b) * (magnitude of c) * cos(θ)
= 13 * 365 * cos(arccos(14/365))

Using the values above, you can calculate the dot products by substituting the corresponding values into the formulas.