Ok, in the Pascal Triangle, the element in the row number n and column number p is given by:
So let's take n=3 and find all the entries of that row. We are going to use 0, 1, 2 and 3 as possible values for p.
For p=0:

For p=1:

For p=2:

And for p=3:

So the four entries in the third row of Pascal's Triangle are 1, 3, 3 and 1 so the statement is true.