(23 points!)

Create a Magic Square (3 by 3 grid) that uses integers from -10 to -2 (you will probably need to draw it on a piece of paper). Each row, columns and diagonals need to have the same sum.

(Any trolls who give totally incorrect answers WILL BE REPORTED)

Respuesta :

-5 -10 -3
-4 -6 -8
-9 -2 -7

The rows, columns, and diagonals all = -18