Method 1:
Look for factors of 84 that have a difference of 5:
84 =
4*21
6*14
7*12 <--- width is 7, length is 12
Method 2:
Solve algebraically.
// Note that method 1 is basically the same as factoring this expression
--> x = 7 (width) and x + 5 = 12 (length)