Another way to do this is to place the original problem in the form: ax2 + bx + c = 0
and then find the value of the discriminant: b2 - 4ac (the portion under the square root sign in the quadratic formula).
If this value is zero, there will be one answer; if this value is positive, there will be two (unequal) real answers; if this value is negative there will be two (unequal) imaginary answers.
5 = 17x2 - 200x ---> subtract 5 from both sides and exchange the sides ---> 17x2 - 200x - 5 = 0
So, a = 17, b = -200, and c = -5
b2 - 4ac = (-200)2 - 4(17)(-5) = 40340
Since this value is positive, there will be two, unequal, real answer.