In order for a matrix to be symmetric, the matrix must be equal to its transpose (or A = AT). In order to show that these matrices are symmetric, they must be equal to their transpose.
AT + A = (AT + A)T Given (Definition of Symmetric Matrices)
AT + A = (AT)T + (A)T Distributive Property of Transpose
AT + A = A + AT Transposes Cancel Out
AT + A = AT + A Communitive Property of Addition
Therefore AT + A is symmetrical.
AAT = (AAT)T Given (Definition of Symmetric Matrices)
AAT = (AT)TAT Transpose of Matrix Multiplication is Reversed
AAT = AAT Transposes Cancel Out
Therefore AAT is symmetrical.