How do you solve x^2-10x+41=0x210x+41=0?

1 Answer
May 11, 2017

Original question: Solve x^2-10x+41=0x210x+41=0

Since the equation cannot be easily factored, we must use the quadratic equation:
x=(-b+-sqrt(b^2-4ac))/(2a)x=b±b24ac2a where a,b,ca,b,c are from the standard form of a quadratic, f(x)=ax^2+bx+cf(x)=ax2+bx+c

In this question, a=1,b=-10,c=41a=1,b=10,c=41, which we can substitute into the quadratic equation and simplify:
x=(-(-10)+-sqrt((-10)^2-4*1*41))/(2*1)x=(10)±(10)2414121
x=(10+-sqrt(100-164))/2x=10±1001642
x=(10+-sqrt(-64))/2x=10±642

Since we cannot square root a negative number, we use ii to denote the imaginary unit, i=sqrt(-1)i=1, and continue simplifying:
x=(10+-8i)/2x=10±8i2
x=5+-4ix=5±4i

Therefore, our solutions are:
x=5+4i,5-4ix=5+4i,54i