OK, we know the lenght and width of the total area is 26 by 20
and we know the sidewalk is uniform width so
let the width of the sidewalk = w
then the length of the pool is 26 - 2w and the width of the pool is 20 - 2w
so now we can create an equation
A=lw
216 = (26-2w)(20-2w)
216 = 520 - 92w + 4w2
4w2 -92w + 304 = 0
divide by 4
w2 - 23 + 76 = 0
(w-19)(w-4) = 0
w - 19 = 0
w = 19 this does not work as an aswer becasue 2w is bigger than the lenght or width
w - 4=0
w = 4 and this should work and this is the width of the walk around the pool
26 - 8 =18
20 - 8 = 12
18*12 = 216 (the area of the pool
Hope this helps