Examine the pattern below and notice that the orange digits increment by one each time:
5 0 0 × 5 0 0 5 0 1 × 5 0 1 5 0 2 × 5 0 2 5 0 3 × 5 0 3 5 0 4 × 5 0 4 = 2 5 0 0 0 0 = 2 5 1 0 0 1 = 2 5 2 0 0 4 = 2 5 3 0 0 9 = 2 5 4 0 1 6 ⋮
What is the first value larger than 5 0 4 for which the "increased by one" pattern in the orange digits is broken?
Inspiration: this daily challenge
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.
If we see the green numbers, then ( 5 0 0 + x ) 2 = 5 0 0 2 + 2 ⋅ x ⋅ 5 0 0 + x 2 = ( 2 5 0 + x ) ⋅ 1 0 0 0 + x 2 . The first x , whose square is bigger then 1 0 0 0 is ⌈ 1 0 0 0 ⌉ = 3 2 .
Let the number be N ( n ) = ( 5 0 0 + n ) 2 , where n is a non-negative integer. Then N ( n ) = ( 5 0 0 + n ) 2 = 5 0 0 2 + 1 0 0 0 n + n 2 = 2 5 0 0 0 0 + 1 0 0 0 n + n 2 . The order is okay until n 2 is a 4-digit integer. Then smallest 4-digit n = ⌈ 1 0 0 0 ⌉ = 3 2 , because 3 2 2 = 1 0 2 4 . Then N ( 3 2 ) = 5 3 2 2 = 5 3 3 0 2 4 .
@Mahdi Raza , you need to add & to align. I have put it before the = so that it aligns the = signs. Note that \vdots (vertical dots) also align with = signs. You need only to use one \large without the braces in front of \begin{align} so that all the lines are affect. Don't use \Large use \large is large enough. If not it is like a children's book especially with colors. I would not have used \large for this case.
Log in to reply
Ok, i think you have edited it. Thank you!
Log in to reply
Yes, I have edited it. Can you see the changes?
Log in to reply
@Chew-Seong Cheong – Yes when i go in edit problem, i see changes in latex
1 2 3 4 5 6 |
|
you should use #(comments) for better understanding
The first perfect square number to have a digit on thousandth place is 3 2 2 .
Problem Loading...
Note Loading...
Set Loading...
Suppose the 2-digit number after 500 is x. Then the number can be written as (500+x). If we square the number i.e (500+x)² and expand it using the identity a² + 2ab + b², the expansion is
5 0 0 ² + 2 × 5 0 0 × x + x ²
2 5 0 0 0 0 + 1 0 0 0 × x + x ²
Here the value of the 2nd and 3rd digit keep on changing normally as x increases, however, the pattern breaks when x² becomes a 4 digit number because then 1 is carried to the left side increasing the value of the 3rd digit by 1.
So the first number which has x² as a four-digit no. is 32 as 32² = 1024.