Answer: 4368
(The other answer was wrong)
Call the 5 chairs a, b, c, d, e. Then, since they can't be adjacent, we need at least one chair between them. So it looks something like this
a [] b [] c [] d [] e
We have 15 chairs left (20 - 15 = 5), and we must insert 4, so now there are 15 - 4 = 11 chairs to distribute across six slots:
(here) a (here) b (here) c (here) d (here) e (here)
This is just solving a + b + c + d + e + f = 11 where a, b, c, d, e, f are non-neg ints. This comes out to 16 choose 5, which is 4368.
Also if you need help on AoPS HW use the Message Board first before Brainly, Web2.0calc, MSE, etc plz!
Hope that helped,
-sirswagger21