
Michael B. answered 11/18/12
I can provide your 'A-HA' moment
This is a problem which defines two different conditions that must be satisfied at the same time, from which we can write two equations.
Condition #1: The perimeter must be 22ft
Equation #1: L + L + W + W = 22
2L + 2W = 22
2(L + W) = 22
L + W = 11
Condition #2: The area must be 18 ft2
Equation #2: L * W = 18
So we must solve the two equations simultaneously. We can do this by substitution (there are other methods as well) which we do by solving one of the equations for one variable, and we substitute the answer into the other equation:
Step 1: Solve the equation for L
L = 11 - W
Step 2: Plug into the other equation:
(11 - W) * W = 18
Step 3: Solve for W
11W - W2 = 18
W2 - 11W + 18 = 0
(W - 9)(W-2) = 0
W=9 or W=2
Step 4: Solve for the other variable using either of the two equations:
If W=9 then L=2
or If W=2 then L=9
Since your problem statement requires the rectangle to be longer than it is wide, we choose the answer that L=9 and W=2.