⌊ x 1 0 n ⌋ = 1 9 8 9
Find the minimum value of n ∈ N such that the equation above has an integer solution x .
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.
@Chew-Seong Cheong Yes sir same method here......but I was wondering is there any shortcut for this question...?? What is instead of 1989, the number given was 87618237168237128136454829969 ?? Or any other arbitrary large number which would not be possible to check manually by this method....??
Log in to reply
I was looking for shortcut too but didn't find any. Else I would have given it in the solution.
Log in to reply
Ohh....ok...thanks Sir!!
Log in to reply
@Aaghaz Mahajan – Here you go. If, on the right side, you have m, an integer, then n=ceil(log_10(m*(m+1))), e.g. for the number you suggested, you'd have n=134. Sorry for my notations, I do not know how to include LaTeX in my comments...
Log in to reply
@Bernardo Picão
–
Ohhhh I see Sir, Thanks a lot!!!! Infact, this can be generalized further into a nice formula.......For instance if we did not have 10 as the base of the exponent, but instead some other number 'n' then also a formula can be derived easily!!!
P.S. Even I don't know how to use LATEX, but Sir Pi Han Goh had suggested me
this site
to understand how LATEX is implemented..........
@Bernardo Picão – In the generalization which I have suggested, simply replace the base of log with the base of the exponent given..........For example, in this question, the base of the exponent is 10 and so we are considering log to the base 10...........!!!
i used the same method but started at n = 1 , i didn't realise that the statment implies n is bigger than or equal to 5, but thats a good shortcut you did
Log in to reply
I used to use n = ⌊ x ⌋ and δ = { x } . Then this is not standard. Check out the wiki for \lfloor x \rfloor floor function and { x } fractional part function .
Rearranging gives us k 1 0 n = x where k is between 1989 and 1990. 1/1989 and 1/1990 are .000502765 and .000502513 respectively. We are looking for the first time that an integer is between these values times 1 0 n . We can see from the decimal expansion that this occurs when n=7. (5026 is between 5025.13 and 5027.65)
Same method here!
Did you mean 1/1990?
Log in to reply
Yes, thank you for pointing that out. Also, I apologize for the late reply; I have been busy with college and haven't been on Brilliant for a while.
How can [10ⁿ/x] = 1989 be written as 10ⁿ/k = x?
Problem Loading...
Note Loading...
Set Loading...
Given that ⌊ x 1 0 n ⌋ = 1 9 8 9 , where x , n ∈ N . For x ≥ 1 , implies that n ≥ 5 . And we have
Therefore, the smallest n such that the equation has an integer solution x is 7 .