0 . 0 0 0 9 1 8 2 7 3 6 4 5 5 4 6 3 7 2 8 1 9 1 = N 1
Given that N is a 4-digit integer, find N .
Note : The repeated digits are from 00, 09, 18, ..., 81,(those multiple 9), followed by 91, the period is 22.
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.
Best solution
how do you go from 99/N to (9/100)/(1-1/100)?
Log in to reply
That's sum of geometric series!
sum to infinity of a geometric series with a common ratio (abs) < 1
For a decimal number less than 1 with repeated digits of an integer n as 0 . n ˙ with a period of p is given as below:
0 . n ˙ = n ( 1 0 p 1 + 1 0 2 p 1 + 1 0 3 p 1 + . . . ) = 1 0 p n ( 1 − 1 0 p 1 1 ) = 1 0 p − 1 n
For n = 9 1 8 2 7 3 6 4 5 5 4 6 3 7 2 8 1 9 1 and p = 2 2 , we have:
0 . \ddddot 0 0 0 9 1 8 2 7 3 6 4 5 5 4 6 3 7 2 8 1 9 1 ⇒ N = 1 0 2 2 − 1 9 1 8 2 7 3 6 4 5 5 4 6 3 7 2 8 1 9 1 = N 1 = 9 1 8 2 7 3 6 4 5 5 4 6 3 7 2 8 1 9 1 1 0 2 2 − 1 = 9 , 1 8 2 , 7 3 6 , 4 5 5 , 4 6 3 , 7 2 8 , 1 9 1 9 , 9 9 9 , 9 9 9 , 9 9 9 , 9 9 9 , 9 9 9 , 9 9 9 , 9 9 9
Since N is a 4-digit number, let N = 1 0 0 0 A + 1 0 0 B + 1 0 C + D = A B C D , where A , B , C and D are positive integer less than 1 0 . Then, we have:
9 , 1 8 2 , 7 3 6 , 4 5 5 , 4 6 3 , 7 2 8 , 1 9 1 N 9 , 1 8 2 , 7 3 6 , 4 5 5 , 4 6 3 , 7 2 8 , 1 9 1 × A B C D = 9 , 9 9 9 , 9 9 9 , 9 9 9 , 9 9 9 , 9 9 9 , 9 9 9 , 9 9 9 = 9 , 9 9 9 , 9 9 9 , 9 9 9 , 9 9 9 , 9 9 9 , 9 9 9 , 9 9 9
Using long multiplication, we have:
× 9 , 1 8 2 , 7 3 6 , 4 5 5 , 4 6 3 , 7 2 8 , 1 9 1 A B C D 8 , 2 6 4 4 , 6 2 8 , 0 9 9 , 1 7 3 , 5 5 3 , 7 1 9 7 3 4 , 6 1 8 , 9 1 6 , 4 3 7 , 0 9 8 , 2 5 5 , 2 8 0 0 9 , 1 8 2 , 7 3 6 , 4 5 5 , 4 6 3 , 7 2 8 , 1 9 1 , 0 0 0 9 , 9 9 9 , 9 9 9 , 9 9 9 , 9 9 9 , 9 9 9 , 9 9 9 , 9 9 9 ⇐ n × 9 ⇐ n × 8 0 ⇐ n × 0 ⇐ n × 1 0 0 0 D = 9 for the product to end with ......9 C = 8 for the product to end with .....99 B = 0 for the product to end with ....999 A = 1 for the product to end with ...9999
⇒ N = 1 0 8 9
I got it till the fraction but how did you evaluate it?
Log in to reply
Yup doing it by hand is tedious.
Log in to reply
I have redone the solution. Hope you like it.
I cheated using Wolfram Alpha, you and click and see here .
Log in to reply
Ohk no problem.
I have redone the solution. Hope you like it.
Just divide 1 by the given number, you will get N (simple maths, if X=1/Y, then Y=1/X)
Essentially what I did.
Problem Loading...
Note Loading...
Set Loading...
Note that N 1 = 1 0 0 0 0 9 + 1 0 0 0 0 0 0 1 8 + 1 0 0 0 0 0 0 0 0 2 7 ⋯ .
Multiply by 100. N 1 0 0 = 1 0 0 9 + 1 0 0 0 0 1 8 + 1 0 0 0 0 0 0 2 7 ⋯
N 1 0 0 − N 1 = N 9 9 = 1 0 0 9 + 1 0 0 0 0 9 + 1 0 0 0 0 0 0 9 ⋯
N 9 9 = 1 − 1 0 0 1 1 0 0 9 = 1 1 1
N 9 9 = 1 1 1 ⟹ N = 1 1 × 9 9 = 1 0 8 9