Jump to content
BrainDen.com - Brain Teasers
  • 0


Guest
 Share

Question

9riq6t.png63up7c.png

(when I use 'n' this is what i'm using)

For the FIRST pyramid: n=9

For the SECOND pyramid: n=10

Each pyramid contains a square base consisting of n^2 blocks.

Remember that depending on whether 'n' is odd or even the pyramids change slightly.

Take each pyramid and coat it in paint. (so that only the outside faces get painted)

Now, disassemble each pyramid and count how many of the blocks have...

NO Faces painted: ?

ONE Face painted: ?

TWO Faces painted: ?

THREE Faces painted: ?

FOUR Faces painted: ?

FIVE Faces painted: ?

and

The TOTAL number of blocks: ?

Do this for each pyramid.

Now determine formulas to give you the number of painted faces and total number of blocks for each pyramid.

- The formula MUST work for ANY square based pyramid with an 'n' of at least 5 (I choose 5 because it's the smallest pyramid with at least 1 block with no painted faces, I'm not sure if the formulas would get wacky below n=5 but this is just in case they do!)

** I'm posting this before I've actually worked out all the formulas how I would like them to be.

** And how I would LIKE for them to be is without using sigma notation (or prove it's impossible to come up with a formula without using sigma notation)

** I would prefer them to be in terms of 'n' or you could use a combination with f0, f1, f2, ... , f5 with f0 being the number of blocks with NO faces painted, f1 being the number of blocks with ONE face painted, etc.

Have Fun!

- K4D

(if you didn't check out my cube version of this you can see it Here!)

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

I'll tackle the total number of blocks first

First of all, this is a modified version of the sum of square problems. The sum of squared natural numbers up to n, Sn, is

Sn = 12 + 22 + ... + n2 = n3/3 + n2/2 + n/6

For n = even, the total number of blocks Se,n is

Se,n = 22 + 42 + ... + n2

= 4( 12 + 22 + ... + (n/2) 2 )

= 4( Sn/2 )

= 4( n3/24 + n2/8 + n/12 )

For n = odd, the total number of blocks, So,n, is quite easy if we use the above two equations

So,n = Sn - Se,n-1

So,n = n3/3 + n2/2 + n/6 - 4( (n-1)3/24 + (n-1)2/8 + (n-1)/12 )

Now let's tackle the pyramids,

Lets assume n = even, just so that n/2 is a nice number too.

f5 = 0

f4 = 4

f3 = (n-2)*4 + 4( n/2 -1 )

f2 = 4( (n-4)/2 (n/2 -1 ) )

f1 = (n-2)2

f0 = Se,n - ( f1 + f2 + f3 + f4 + f5)

The case for odd n should be easy to derive as a slight modification of the above. There should be a single set of equation that can accommodate any n regardless of whether it is odd or even, but I'm not feeling ambitious right now.

Link to comment
Share on other sites

  • 0

I assume that the bottom gets painted.

Zero painted faces = 35

One painted face = 49

Two painted faces = 36

Three painted faces = 40

Four painted faces = 4

Five painted faces = 1

Total 165

I'll try to put together some formulas tomorrow if no one else does. Some of them look pretty straight-forward.

Edited by Prof. Templeton
Link to comment
Share on other sites

  • 0

N1(n) = (n - 2)2 for all n > 2

They are the interior blocks on the bottom layer.

N2(n) = N(n) - N0(n) - N1(n) - N3(n) - N4(n) - N5(n) for all n > 2

Basically, everything that's left over after doing all the others.

N3(n) = {[(n - 1) / 2 - 1] + (n - 2)} * 4 for odd n > 1

N3(n) = [n / 2 - 1 + (n - 2)] * 4 for even n > 2

These are the blocks on the four corners of the interior layers and the outer blocks that are not corners on the bottom layer.

N4(n) = 4 for all n > 2

They are the blocks in the four corners of the bottom layer.

N5(n) = 1 for odd n > 1

N5(n) = 0 for even n

It's the solitary block on top of the pyramid.

Edited by HoustonHokie
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...