Using Quadratic Formula to Solve (x-2)(x-3) (x-4)(x-5)=10/3
When you are given an equation with a product of factors, the first step is to expand the equation by multiplying the factors. After that, you can simplify the equation to its standard form and use the quadratic formula to solve it. Here are the steps to solve the given equation:
Step 1: Expand the Equation
Use the FOIL method to expand the equation:
(x-2)(x-3) (x-4)(x-5) = 10/3
(x² - 5x + 6) (x² - 9x + 20) = 10/3
Step 2: Simplify the Equation
Multiply the terms in the equation and simplify it to the standard form:
x⁴ - 14x³ + 65x² - 116x + 60 = 10/3
Convert the equation to the standard form by moving the constant to the left side:
x⁴ - 14x³ + 65x² - 116x + 60 - 10/3 = 0
3x⁴ - 42x³ + 195x² - 348x + 170 - 10 = 0
3x⁴ - 42x³ + 195x² - 348x + 160 = 0
Step 3: Use the Quadratic Formula
Use the quadratic formula to solve for x:
x = (-b ± sqrt(b² - 4ac)) / 2a
Identify the values of a, b, and c:
Substitute the values into the formula:
x = (-(-42) ± sqrt((-42)² - 4(3)(195))) / 2(3)
x = (42 ± sqrt(42² - 4(3)(195))) / 6
Simplify the expression:
x = (42 ± sqrt(-2316)) / 6
x = (42 ± 2i√579) / 6
Therefore, the solutions are:
- x = (42 + 2i√579) / 6 = 7 + (1/3)i√579
- x = (42 - 2i√579) / 6 = 7 - (1/3)i√579