Hi, I was working on my math homework and I was stumbling on these problems. I wanted to double check my answers that I have; I also could not answer 5.

If vectors O(0,0,0), A(6,0,0), B(6,-sqrt(24), sqrt(12)), and C(0,-sqrt(24), sqrt(12)) form a square.

1) Find a vector equation of the line L, through M (the midpoint of OB), perpendicular to the plane II.
For this I got L = (3, -sqrt24/2, sqrt12/2) + t (0, 1, sqrt2).
2) Find the coordinates of D, the point of intersection of the line L with the plane whose equation is y = 0.
For this I got D=(3,sqrt24/2, sqrt12/2 + 3)
3) Find the coordinates of E, the reflection of the point D in the plane II.
I got E = (-3, -sqrt24/2, -sqrt12/2+3)
4) Find the angle of ODA, and what this tells you about the solid OABCDE.
I couldn't get this because my cos0 was 5.

To find the angle of ODA, we can use the dot product between two vectors. The dot product of two vectors A and B is given by A · B = ||A|| ||B|| cosθ, where ||A|| represents the magnitude of vector A.

1) First, let's find the vector OD. We can subtract the coordinates of point D from point O:

OD = D - O = (3, sqrt(24)/2, sqrt(12)/2 + 3) - (0, 0, 0) = (3, sqrt(24)/2, sqrt(12)/2 + 3).

2) Next, let's find the vector OA. We can subtract the coordinates of point A from point O:

OA = A - O = (6, 0, 0) - (0, 0, 0) = (6, 0, 0).

3) Now, let's use the dot product formula to find the angle θ between vectors OD and OA:

OD · OA = ||OD|| ||OA|| cosθ.

First, let's find the magnitudes of both vectors:

||OD|| = sqrt(3^2 + (sqrt(24)/2)^2 + (sqrt(12)/2 + 3)^2) = sqrt(3 + 12/4 + 12/4 + 3 + 18) = sqrt(3 + 6 + 6 + 3 + 18) = sqrt(36) = 6.

||OA|| = sqrt(6^2 + 0^2 + 0^2) = sqrt(36) = 6.

Substituting these values into the dot product formula:

OD · OA = (3, sqrt(24)/2, sqrt(12)/2 + 3) · (6, 0, 0) = 3*6 + (sqrt(24)/2)*0 + (sqrt(12)/2 + 3)*0
= 18 + 0 + 0 = 18.

So, we have:

18 = 6 * 6 * cosθ.

Simplifying this equation:

18 = 36 cosθ.

Dividing both sides by 36:

1/2 = cosθ.

Since cos(0) = 1, it seems like you made an error in your calculations. The correct value of cosθ should be 1/2, not 5. Therefore, the angle θ can be found by taking the inverse cosine of 1/2:

θ = cos^(-1)(1/2).

Using a calculator, we can determine that θ is approximately 60 degrees.

This tells us that the angle ODA is 60 degrees. In a square, all angles are equal to 90 degrees. Since the angle ODA is not 90 degrees, we can conclude that the solid OABCDE is not a square.