Question

Difficulty: MediumQuadratic Equations and the Quadratic Formula

A right triangle has a hypotenuse of length x+4x + 4 inches. The lengths of the two legs of the triangle are xx inches and x+2x + 2 inches. What is the value of xx?

  1. A
    2
  2. 6Answer
  3. C
    8
  4. D
    10
  5. E
    12

Answer

6
The correct answer is 6 because applying the Pythagorean theorem yields the relation x2+(x+2)2=(x+4)2x^2 + (x + 2)^2 = (x + 4)^2. Expanding the binomials gives x2+x2+4x+4=x2+8x+16x^2 + x^2 + 4x + 4 = x^2 + 8x + 16, which simplifies to the quadratic equation x24x12=0x^2 - 4x - 12 = 0. Factoring this equation yields (x6)(x+2)=0(x - 6)(x + 2) = 0. Discarding the negative solution x=2x = -2 because length must be positive leaves the correct solution of 6.

Step-by-Step Solution

1
Set up the equation using the Pythagorean theorem, where the sum of the squares of the legs equals the square of the hypotenuse.
x2+(x+2)2=(x+4)2x^2 + (x + 2)^2 = (x + 4)^2
The sides of a right triangle must satisfy the Pythagorean relation a2+b2=c2a^2 + b^2 = c^2.
2
Expand the squared binomial terms on both sides of the equation.
x2+(x2+4x+4)=x2+8x+16x^2 + (x^2 + 4x + 4) = x^2 + 8x + 16
Applying the algebraic identity (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2 is necessary to simplify the terms.
3
Simplify the equation and move all terms to one side to set the quadratic expression to zero.
x24x12=0x^2 - 4x - 12 = 0
Standard form (ax2+bx+c=0ax^2 + bx + c = 0) is required to solve quadratic equations.
4
Factor the quadratic equation.
(x6)(x+2)=0(x - 6)(x + 2) = 0
Factoring allows finding the roots by setting each linear binomial factor to zero.
5
Solve for xx and discard any physically impossible negative values.
x=6x = 6 (since x=2x = -2 is discarded)
A physical measurement of side length must be strictly positive.

Key Concept

Formulating and solving quadratic equations derived from the Pythagorean theorem by expanding binomials and factoring.
Rate this question