Solve $16 \cos^2 x + 6 \sin x = 17$ for $0 < x < 2\pi$
Steps:
$16(1-\sin^2x)+6\sin x = 17$
$16\sin^2x-6\sin x + 1 = 0$
let $y = \sin x$
$16y^2 - 6y + 1 = 0$
I was not able to solve this quadratic equation. It has no real roots. What was done incorrectly?