Here's a problem on my test review:
A 12 kg crate resta on a horizontal surface and a boy pulls on it with a force that is 30° below the horizontal. If the coefficient of static friction is 0.40, the minimum magnitude force he needs to start the crate moving is:
Okay, so I found the equation for the forces in the Y direction: $$\sum F_{Y} = F_{N} - mg - F\sin\theta = 0$$ $$F_{N} = mg + F\sin\theta$$
And the X direction: $$\sum F_{X} = F\cos(\theta) - F_{f} = 0$$ $$F\cos\theta = F_{f}$$
Solving for the force: $$F\cos\theta = u_{s}F_N$$ $$F\cos\theta = u_s (mg + F\sin\theta)$$ $$F\cos{-30°} = 0.40 \left[(12 kg)(9.8 \frac{m}{s^2}) + F\sin{-30°} \right]$$ $$F \left[\cos{-30°} - (.4)(\sin{-30°} \right] = 47.04 N$$ $$ F=44N $$
However, it looks like the correct answer was 71. Any ideas where I went wrong here?