Tilted Square Numbers!

Logic Level 4

Let the numbers belonging to this sequence be known as tilted square numbers. Find the sum of digits of the 10 10 3 th {{10}^{10}}^{3} \text{th} tilted square number.


The answer is 9001.

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.

4 solutions

Chew-Seong Cheong
Apr 25, 2015

We note that the tilted square of dots is equal to two triangle less a diagonal of dots. The number of dots on the diagonal = 2 n 1 =2n-1 .

The number of dots on the n t h n^{th} term is D ( n ) = 2 ( n ( 1 + 2 n 1 ) 2 ) ( 2 n 1 ) = 2 n 2 2 n + 1 D(n) = 2\left(\dfrac{n(1+2n-1)}{2}\right) - (2n-1) = 2n^2 - 2n+1

Therefore,

D ( 1 0 1 0 3 ) = D ( 1 0 1000 ) = 2 × 1 0 2000 2 × 1 0 1000 + 1 = 2 × 1 0 2000 1 0 1001 + 1 0 1001 2 × 1 0 1000 + 1 = ( 2 × 1 0 2000 1 0 1001 ) + 8 × 1 0 1000 + 1 = ( 2 × 1 0 999 1 ) 1 0 1001 + 8 × 1 0 1000 + 1 = 1 followed by 999 × 9 followed by 8 followed by 999 × 0 followed by 1 \begin{aligned} D(10^{10^3}) & = D(10^{1000}) \\ & = 2\times 10^{2000}-2\times 10^{1000} + 1 \\ & = 2\times 10^{2000} - 10^{1001} + 10^{1001} - 2\times 10^{1000} +1 \\ & = (2\times 10^{2000} - 10^{1001}) + 8\times 10^{1000} +1 \\ & = (2\times 10^{999}-1)10^{1001} + 8 \times 10^{1000} + 1 \\ & = \text{1 followed by 999} \times \text{9 followed by 8} \\ & \quad \quad \text{followed by 999} \times \text{0 followed by 1}\end{aligned}

Therefore, the sum of digits of D ( 1 0 1000 ) D(10^{1000}) is:

N = 1 + 999 × 9 + 8 + 0 + 1 = 9001 N = 1 + 999\times 9 + 8 + 0 + 1 = \boxed{9001}

Archit Boobna
Apr 25, 2015

No. of orange dots= ( n 1 ) 2 { \left( n-1 \right) }^{ 2 } No. of green dots= n 2 { n }^{ 2 }

Total no. of dots= ( n 1 ) 2 + n 2 { \left( n-1 \right) }^{ 2 }+{ n }^{ 2 }

Putting n = 10 10 3 n={ 10 }^{ { 10 }^{ 3 } }

We can observe a pattern while finding the sum of digits of numbers in the form ( 10 a ) 2 + ( 10 a 1 ) 2 { \left( { 10 }^{ a } \right) }^{ 2 }+{ \left( { 10 }^{ a }-1 \right) }^{ 2 }

( 10 1 ) 2 + ( 10 1 1 ) 2 = 181 { \left( { 10 }^{ 1 } \right) }^{ 2 }+{ \left( { 10 }^{ 1 }-1 \right) }^{ 2 }=181 , sum of digits=10.

( 10 2 ) 2 + ( 10 2 1 ) 2 = 19801 { \left( { 10 }^{ 2 } \right) }^{ 2 }+{ \left( { 10 }^{ 2 }-1 \right) }^{ 2 }=19801 , sum of digits=19

( 10 3 ) 2 + ( 10 3 1 ) 2 = 1998001 { \left( { 10 }^{ 3 } \right) }^{ 2 }+{ \left( { 10 }^{ 3 }-1 \right) }^{ 2 }=1998001 , sum of digits=28

( 10 4 ) 2 + ( 10 4 1 ) 2 = 199980001 { \left( { 10 }^{ 4 } \right) }^{ 2 }+{ \left( { 10 }^{ 4 }-1 \right) }^{ 2 }=199980001 , sum of digits=37

So this forms an AP with initial term 1 + 9 1+9 and common difference of 9 9 .

So we can observe that for numbers in the form ( 10 a ) 2 + ( 10 a 1 ) 2 { \left( { 10 }^{ a } \right) }^{ 2 }+{ \left( { 10 }^{ a }-1 \right) }^{ 2 } , sum of digits is 1 + 9 a 1+9a

So for n = 10 10 3 n={{10}^{10}}^{3} , the sum of digits is 1 + 9 × 10 3 1+9\times {10}^{3} which is equal to 9001 \boxed{9001}

Moderator note:

You need to show that that the sum of digits is in the form of 1 + 9 a 1+9a .

Shaurya Gupta
Nov 21, 2015

The difference between consecutive terms are in AP. The general term can be written as T n = 1 + 4 ( 1 + 2 + . . . + ( n 1 ) ) = 1 + 2 n ( n 1 ) T_n = 1 + 4(1+2+...+(n-1)) = 1 + 2n(n-1)
For n = 1 0 r , T n = 1 + 2 × 1 0 r × ( 1 0 r 1 ) n=10^r, T_n = 1+2\times 10^r \times (10^r -1) .

1 0 r 1 10^r - 1 has r r consecutive 9 9 's in it. Multiplying it by two will give us a number of the form 1999...9998 \overline { 1999...9998 } with r 1 r-1 consecutive 9 9 's in it. Multiplying it by 1 0 r 10^r will add r r zeroes to the number and the sum of digits will be 9 r 9r Finally, we add the 1 1 and the sum of digits will be 9 r + 1 = 9 × 1000 + 1 = 9001 9r+1 = 9\times 1000 + 1 = \boxed{9001} .

Feathery Studio
May 21, 2015

First we should say that 1 0 10 3 = 1 0 1000 {10^{10}}^{3} = 10^{1000} .

So the change in the number of dots increases by 4 4 each term, so dividing that by 2 2 will gives us a = 2 a = 2 . Next, since we know the rate of increase of change is 4 4 , when x = 0 x=0 , y = 1 y=1 . So we have y = 2 x 2 + b x + 1 y=2x^{2} + bx + 1 . Replacing the x x and y y values... we find that b = 2 b = -2 . We now have our quadratic equation y = 2 x 2 2 x + 1 y=2x^{2} - 2x + 1 .

When we have x = 1 0 1000 x=10^{1000} , the sum of digits of 2 x 2 2x^{2} is 2 + 0 × 2000 2 + 0\times2000 . Now when we subtract 2 x 2x , we know that there are 1000 1000 digits, in 2 × 1 0 1000 2\times10^{1000} , and the first (from the right) 999 999 are zeroes. However, the first non-zero digit is the thousandth digit, and it is 8 8 (since we are subtracting 2 2 from 10 10 ). Since that would leave a 1 1 , all the other digits (excepting the first from the left) would be 9 9 ( 9 + 1 = 10 9 + 1 = 10 ). The first digit must be less than 2 2 , but greater than 0 0 , so it is 1 1 . So now we have the sum of digits is 1 + 9 × 999 + 8 1 + 9\times999 + 8 . Finally, we have + 1 +1 , so our sum of digits is now

1 + 9 × 999 + 9 = 1 + 9 × 1000 = 9001 1 + 9\times999 + 9 = 1 + 9\times1000 = \boxed{9001} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...