Math Problem Statement

MATH_1319_Exam 2.pdf

67.72 KB

solve 6-10

Solution

To solve question 6 from your exam:

Solve the equation:

x1+7=x\sqrt{x - 1} + 7 = x

Step-by-step solution:

  1. Isolate the square root term: x1=x7\sqrt{x - 1} = x - 7

  2. Square both sides to eliminate the square root: (x1)2=(x7)2(\sqrt{x - 1})^2 = (x - 7)^2 x1=(x7)(x7)x - 1 = (x - 7)(x - 7) x1=x214x+49x - 1 = x^2 - 14x + 49

  3. Rearrange the equation: 0=x215x+500 = x^2 - 15x + 50

  4. Solve the quadratic equation using the quadratic formula: x=(15)±(15)24(1)(50)2(1)x = \frac{-(-15) \pm \sqrt{(-15)^2 - 4(1)(50)}}{2(1)} x=15±2252002x = \frac{15 \pm \sqrt{225 - 200}}{2} x=15±252x = \frac{15 \pm \sqrt{25}}{2} x=15±52x = \frac{15 \pm 5}{2}

  5. Calculate the solutions: x1=15+52=10x_1 = \frac{15 + 5}{2} = 10 x2=1552=5x_2 = \frac{15 - 5}{2} = 5

  6. Check for extraneous solutions by substituting both values into the original equation:

    • For x=10x = 10: 101+7=10True since9+7=10\sqrt{10 - 1} + 7 = 10 \quad \text{True since} \quad \sqrt{9} + 7 = 10
    • For x=5x = 5: 51+7=5False since4+7=9\sqrt{5 - 1} + 7 = 5 \quad \text{False since} \quad \sqrt{4} + 7 = 9

Final Answer:

Only x=10x = 10 is a valid solution.

Would you like more details on this or any other part of the exam?

Here are 5 related questions for practice:

  1. Solve x+2+5=x\sqrt{x + 2} + 5 = x.
  2. Solve x26x+8=0x^2 - 6x + 8 = 0 by completing the square.
  3. Find the domain of the function f(x)=3x5f(x) = \sqrt{3x - 5}.
  4. Solve the inequality x35\sqrt{x - 3} \leq 5.
  5. Simplify x416\sqrt{x^4 - 16}.

Tip: Always check for extraneous solutions when solving equations involving square roots, as squaring both sides can introduce invalid solutions.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Algebra
Square Root Equations
Quadratic Equations

Formulas

Quadratic formula: x = (-b ± √(b² - 4ac)) / 2a
Square root properties: (√a)² = a

Theorems

Quadratic formula theorem

Suitable Grade Level

Grades 9-12