Respuesta :

Answer:

For the first grid:

0        7        2

5         3        1

4        -1         6

For the second grid:

1           2              6

8          3             -2

0          4             5

For the third grid:

3           -2           5

4           2            0

-1           6             1

Step-by-step explanation:

It's a bit hard to explain, but I just found what the sum was supposed to be for each grid and worked from there.

I hope my answer is satisfactory!

Here the completed grids that the total of each row, each column, and each diagonal in the grid is equal.

Here the first grid :

0        7         2

5         3        1

4        -1         6

Here the second grid :

1           2              6

8          3             -2

0          4            5

Here the third grid :

3           -2           5

4           2            0

-1           6             1

What are Arithmetic operations?

Arithmetic operations can also be specified by subtracting, dividing, and multiplying built-in functions.

The operator that performs the arithmetic operation is called the arithmetic operator.

Operators which let do a basic mathematical calculation

+ Addition operation: Adds values on either side of the operator.

For example 12 + 2 = 14

- Subtraction operation: Subtracts the right-hand operand from the left-hand operand.

for example 12 -2 = 10

* Multiplication operation: Multiplies values on either side of the operator

For example 12*2 = 24

/ Division operation: Divides left-hand operand by right-hand operand

For example 12/2 = 6

To determine missing values in the magic squares,

Apply the arithmetic operations in the rows and columns,

The sum of each row = 9

The sum of each column = 9

The sum of each diagonal = 9

Here the first grid :

0        7         2

5         3        1

4        -1         6

Here the second grid :

1           2              6

8          3             -2

0          4            5

Here the third grid :

3           -2           5

4           2            0

-1           6             1

Learn more about Arithmetic operations here:

brainly.com/question/25834626

#SPJ2