Question 607492
Yes, the Pythagorean Theorem is correct for this problem.<br>
The diagonal represents the hypotenuse of a right triangle and the length and width of the rectangle represent the legs. All we need to do is write expressions for the legs and we would be ready to use the Theorem:
Let x = the width of the rectangle. Then, since the length is two centimeters longer, x+2 represents the length.<br>
In the Pythagorean Theorem equation, {{{a^2 + b^2 = c^2}}}, it is critical to know that the "c" <i>must</i> be the hypotenuse. (It doesn't matter which leg is "a" and which one is "b".) So our equation should be:
{{{(x)^2 + (x+2)^2 = (10)^2}}}<br>
Now we solve for x. First we simplify. Be careful. {{{(x+2)^2}}} IS NOT {{{x^2 + 2^2}}}!!! You must use FOIL on (x+2)(x+2) or use the {{{(a+b)^2 = a^2 +2ab + b^2}}} pattern. I prefer using the pattern myself:
{{{x^2 + x^2+2*x*2 + 2^2 = 100}}}
{{{x^2 + x^2+4x + 4 = 100}}}
{{{2x^2 + 4x + 4 = 100}}}
Next, since this is a quadratic equation, we want one side to be zero. Subtracting 100 from each side we get:
{{{2x^2 + 4x - 96 = 0}}}
Now we factor (or use the Quadratic Formula). First, the GCF:
{{{2(x^2 + 2x - 48) = 0}}}
Next we factor the trinomial. The factors of -48 that add up to 2 are 8 and -6:
{{{2(x+8)(x-6) = 0}}}
From the Zero Product Property we know that one (or more) of these factors must be zero. The 2 cannot be zero but the other factors could. So:
x + 8 = 0 or x - 6 = 0
Solving these we get:
x = -8 or x = 6<br>
Since x represents the width of a rectangle and since we do not have negative sides on a rectangle, we reject the x = -8 solution. So the only possible width is 6. And, since the length is x+2, the length is 6+2 or 8.