Final answer:
To find the angle of intersection between two planes, we need to find the angle between their normal vectors. The normal vectors of the planes can be found by extracting the coefficients of x, y, and z from their respective equations. Using the dot product formula, we can find the angle between the normal vectors. Substituting the values, we can evaluate the expression and find the angle.
Step-by-step explanation:
To find the angle of intersection between two planes, we need to find the angle between their normal vectors.
The normal vectors of the planes can be found by extracting the coefficients of x, y, and z from their respective equations.
For the first plane, the normal vector is (5, 3, 2), and for the second plane, it is (3, 4, -7).
Using the dot product formula, we can find the angle between the normal vectors: cos(theta) = (n1 · n2) / (|n1| |n2|), where n1 and n2 are the normal vectors of the planes.
Substituting the values, we have cos(theta) = [(5)(3) + (3)(4) + (2)(-7)] / [(√(5² + 3² + 2²))(√(3² + 4² + (-7)²))].
Evaluating this expression, we get cos(theta) = 4 / (√154).
Taking the inverse cosine, we find that theta is approximately 73.91 degrees.