CHALLENGE PROBLEM

1. Place any four numbers you choose in the first row of this array.

2. In the second row, in the first three columns write the difference of the two numbers just above and to the right in the first row (the larger minus the smaller). In the fourth column write the difference of the number above and the one in the first column of that row (again the larger minus the smaller).

3. Repeat for each row, in terms of the numbers in the row just above.

4. Will every choice of four number you begin with eventually lead to rows of zeros?

5. Challenge: Find four begining numbers that let you generate more than 10 rows with non-zero values. More than 20?

 

 

An Example: Begin with 2, 7, 15, 35

2

7

15

35

5

8

20

33

3

12

13

28

9

1

15

25

8

14

10

16

6

4

6

8

2

2

2

2

0

0

0

0

0

0

0

0

Return