Each brick is assigned a number which is the sum of the numbers on the two bricks below it. Only some of the numbers are showing.
Is the number on the top brick odd or even?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The number of the leftmost brick in the bottom row is 3 .
The bottom row is then 3 , 2 , a 1 , a 2 , a 3 , a 4 , a 5 , a 6 , 2 .
The number on the top brick can be obtained from the appropriate row of Pascal's triangle and it is:
3 + 8 ⋅ 2 + 2 8 ⋅ a 1 + 5 6 ⋅ a 2 + 7 0 ⋅ a 3 + 5 6 ⋅ a 4 + 2 8 ⋅ a 5 + 8 ⋅ a 6 + 2
All of the terms are even except the first, 3 , so the number is odd .