2001 SMT/Algebra Problems/Problem 9

Revision as of 20:28, 19 March 2025 by Eevee9406 (talk | contribs) (Created page with "==Problem== Find all solutions to <math>(x - 3)(x - 1)(x + 3)(x + 5) = 13</math>. ==Solution== Substitute <math>y=x+1</math>. Then the equation becomes <cmath>(y-4)(y-2)(y+2)...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

Find all solutions to $(x - 3)(x - 1)(x + 3)(x + 5) = 13$.

Solution

Substitute $y=x+1$. Then the equation becomes \[(y-4)(y-2)(y+2)(y+4)=13\] Combine using difference of squares, and let $z=y^2$: \[(z-16)(z-4)=13\] \[z^2-20z+51=0\] Thus $z=3$ or $z=17$. Going back, $y=\pm\sqrt{3},\pm\sqrt{17}$, so the solution set of $x$ is: \[x\in\{-\sqrt{3}-1,\sqrt{3}-1,-\sqrt{17}-1,\sqrt{17}-1\}\]

~ eevee9406