Instructions:
Insert numbers into empty fields in triangle (grape). The sum of two neighbouring numbers in one row must be equal to number below those fields.
Example
15
8
32
12
Solution
15
8
1
2
23
9
3
32
12
44