The number on each brick is the product of the numbers on the two bricks below it. All bricks consist of a positive integer greater than 1. The top brick, assigned with , is the least possible number, where is a positive integer.
What is the value of ?
Note: If you think there are multiple distinct values of , choose "Not enough information".
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.
Let x be the number in the brick left of brick A , and y be the number in the brick right of brick C . Then the brick above bricks x and A contains x A , the brick above bricks A and B contains A B , the brick above these last two bricks contains x A 2 B , etc. Continuing to the top produces the completed pyramid below:
We need to find the lowest value of k such that k ! = x A 4 B 6 C 4 y for some x , A , B , C , y ∈ N > 1 . Writing the prime factorizations of the first few factorials,
2 ! = 2
3 ! = 3
⋮
8 ! = 2 7 ⋅ 3 2 ⋅ 5 ⋅ 7
9 ! = 2 7 ⋅ 3 4 ⋅ 5 ⋅ 7
1 0 ! = 2 8 ⋅ 3 4 ⋅ 5 2 ⋅ 7
1 1 ! = 2 8 ⋅ 3 4 ⋅ 5 2 ⋅ 7 ⋅ 1 1
1 2 ! = 2 1 0 ⋅ 3 5 ⋅ 5 2 ⋅ 7 ⋅ 1 1
We see that 1 2 ! 's expansion is the first one that has exponents high enough to make two 4 th powers and a 6 th. To accomplish this, we split 2 1 0 into 2 6 ⋅ 2 4 and 3 5 into 3 4 ⋅ 3 . Then we let A = B = 2 and C = 3 ; the remaining factors of 3 , 5 , 5 , 7 and 1 1 can be distributed among x and y in any fashion, e.g. x = 3 ⋅ 5 ⋅ 7 = 1 0 5 , y = 5 ⋅ 1 1 = 5 5 . Then k ! = 1 2 ! = 1 0 5 ⋅ 2 4 ⋅ 2 6 ⋅ 3 4 ⋅ 5 5 .
The only variation allowed by the above solution (other than x and y ) is which of A , B or C equals 3 , and regardless of that we will have A ⋅ B ⋅ C = 2 2 ⋅ 3 = 1 2