Question 515226
Let W be the original width and let L be the original length.  The perimeter of the original rectangle is going to be the sum of twice the width and twice the length, or algebraically {{{ 2W + 2L}}}.  We know that the original perimeter is 86 meters, so we have the equation:

{{{ 2W + 2L = 86 }}}

Doubling the width would give us a width of 2W, and increasing the length by 22 meters would give us a length of L + 22.  The new perimeter is also the sum of twice the (new) width and twice the (new) length, which algebraically is {{{ 2(2W) + 2(L + 22)}}}.  The new perimeter is 166 meters, so this fact gives us the equation

{{{ 2(2W) + 2(L + 22) = 166 }}}
{{{ 4W + 2L + 44 = 166 }}} (distributing the two 2s on the left hand side)
{{{ 4W + 2L = 122 }}} (subtracting 44 from both sides)

We now have two linear equations in two unknowns.  We notice that both equations contain 2L in them, so if we subtract the first equation from the second, we can eliminate the variable L and just solve for W.  This is the elimination method.

{{{ 2W = 36 }}} (subtracting the first equation from the second, or more specifically, subtracting {{{2W + 2L}}} from the left hand side of the second equation, and 86 from the right hand side)
{{{ W = 18 }}} (dividing both sides by 2)

So W = 18.  Substituting 18 for W into the first equation, we get an equation for L alone:

{{{2(18) + 2L = 86 }}} (substituting 18 for W in the first equation)
{{{ 36 + 2L = 86 }}} (simplifying the left hand side)
{{{ 2L = 50}}} (subtracting 36 from both sides)
{{{ L = 25 }}} (dividing both sides by 2)

So we have that the original width is 18 meters, and the original length is 25 meters.  Let's check if these numbers work: for the original rectangle, these measurements would give a perimeter of 18 + 18 + 25 + 25 = 86 meters, which is what we want.  For the new rectangle, the width is doubled to 36 meters, and the length is increased by 22 meters, to 47 meters.  This gives a perimeter of 36 + 36 + 47 + 47 = 166 meters, which is also what we wanted, so our answer is correct.