Solve
Take out the obvious common factor. Every term contains :
so is a root immediately, and the remaining work is a quartic.
Search the divisors of 15000 for an integer root. Testing in the quartic:
so is a factor. Testing is cheap and decisive; guessing large roots such as without evaluating is exactly how wrong factorizations get published.
Divide and keep factoring. Synthetic division of the quartic by leaves
and satisfies this cubic: . Dividing again by gives the quadratic
Factor the final quadratic. Two numbers with product and sum are and :
so the complete factorization is
List the roots and verify them all.
Two independent checks confirm the set. Vieta: the roots must sum to , and ; the product of the four nonzero roots must equal the quartic’s constant divided by nothing, and . Numerically solving the quintic returns exactly as well.
Need to solve a different problem like this? Open the solver →