Given L as the length of a rectangle and W as its width, the area is calculated as:
A = L.W
Bob's swimming pool has L = w + 14 and a width of W = w + 8. Additionally, there is a walkway around the pool 4 feet wide. This walkway adds 2*4=8 to each dimension, thus: L = w + 22, W = w + 16.