Calculate to the nearest degree, the angle between the given vectors.

[x]=8 [y]=3, x * y = 12square root 3

the answer is 30 degrees ont he back of my textbook

To calculate the angle between two vectors, you can use the dot product formula:

A · B = |A| * |B| * cos(theta)

Where A · B is the dot product of vectors A and B, |A| is the magnitude (length) of vector A, |B| is the magnitude of vector B, and theta is the angle between the two vectors.

In this case, the dot product of vectors x and y is given as 12√3. The magnitudes of the vectors can be calculated as follows:

|A| = √(8^2 + 3^2) = √(64 + 9) = √73

|B| = √(8^2 + 3^2) = √(64 + 9) = √73

Substituting these values into the dot product formula, we get:

12√3 = √73 * √73 * cos(theta)

Simplifying:

12√3 = 73 * cos(theta)

Now, we can solve for cos(theta):

cos(theta) = (12√3) / 73

Using a calculator, evaluate this expression:

cos(theta) ≈ 0.298

To find the angle theta, we can use the inverse cosine function (cos^(-1)):

theta ≈ cos^(-1)(0.298)

Using a calculator to find the inverse cosine, we get:

theta ≈ 72.71 degrees

Therefore, the angle between vectors x and y is approximately 72.71 degrees. It seems the answer provided in your textbook is not correct.