Can You Tell the Seed Number

A seed number of a given number is obtained by adding its digits and again adding the digits of the obtained number and continuing the process until you are remained with single digit number.

Now can you tell the seed number of the following number :

2 56789 { 2 }^{ 56789 }

7 5 8 4

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.

3 solutions

First, the seed number of a number, n n is equal to n ( m o d 9 ) n \pmod{9} . This is because the seed number is found by repeatedly calculating the digital root from a number, until the result is a one-digit number. The modulus of the digital root of a number is always the same as the modulus of the number.

Since 2 6 1 ( m o d 9 ) 2^{6} \equiv 1 \pmod{9} , we have

2 56789 ( 2 6 ) 9464 × 2 5 32 5 ( m o d 9 ) 2^{56789} \equiv (2^{6})^{9464} \times 2^{5} \equiv 32 \equiv 5 \pmod{9} .

Hence, the seed number of 2 56789 2^{56789} is 5 \boxed{5} .

can you explain it more better

MAYYANK GARG - 7 years, 2 months ago

By considering the pattern of the seed numbers of the sequence we can easily find the solution like this,

2 1 = 2 2^{1}=2

2 2 = 4 2^{2}=4

2 3 = 8 2^{3}=8

2 4 = 16 1 + 6 = 7 2^{4}=16\rightarrow1+6=7

2 5 = 32 3 + 2 = 5 2^{5}=32\rightarrow 3+2=5

2 6 = 64 6 + 4 = 10 1 + 0 = 1 2^{6}=64\rightarrow 6+4=10\rightarrow1+0=1

2 7 = 128 1 + 2 + 8 = 11 1 + 1 = 2 2^{7}=128\rightarrow 1+2+8=11\rightarrow1+1=2

2 8 = 256 2 + 5 + 6 = 13 1 + 3 = 4 2^{8}=256\rightarrow 2+5+6=13\rightarrow1+3=4

2 9 = 512 5 + 1 + 2 = 8 2^{9}=512\rightarrow 5+1+2=8

2 10 = 1024 1 + 0 + 2 + 4 = 7 2^{10}=1024\rightarrow 1+0+2+4=7 .................................

So we can observe a pattern in the sum of the digits that is going on and on,

2 , 4 , 8 , 7 , 5 , 1 2,4,8,7,5,1

2 , 4 , 8 , 7 , 5 , 1........ 2,4,8,7,5,1........

The pattern consists of 6 values, so to check the seed number we must divide 56789 by 6.

Then you will obtain a remainder of 5 5 .

So the 5th number in our pattern which is 5 5 is the correct answer.

Having found the pattern, can you justify why this pattern must be true?

Hint: What does the seed number represent? What stays the same as you find the digit sum?

Calvin Lin Staff - 7 years, 3 months ago

the seed number of a number, n is equal to n (mod 9) 56789 is not divisible by 2,3,4,5,6,7,8 if we divide by 4 residual is 1 if we divide by 5 residual is 4 if we divide by 6 residual is 5 if we divide by 7 residual is 5 if we divide by 8 residual is 5 so the seed is 5

Moshiur Mission - 7 years, 3 months ago

1,2,4,8,7,5,1,2,4,8,7,5,1,2,4,8,7,5,............... 1,2,4,8,16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536,131072,......

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...