Let n be a five digit number (whose first digit is non-zero) and let m be the four digit number formed from n by removing its middle digit. Determine the smallest value of n such that m n is an integer.
You can try more of my Questions here .
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.
1 2 3 4 |
|
Let n = 1 0 0 0 0 a + 1 0 0 0 b + 1 0 0 c + 1 0 d + e and m = 1 0 0 0 a + 1 0 0 b + 1 0 d + e , where a , b , c , d , and e are base-10 digits and a = 0 . If m n is an integer, then m ∣ n , or
1 0 0 0 a + 1 0 0 b + 1 0 d + e ∣ 1 0 0 0 0 a + 1 0 0 0 b + 1 0 0 c + 1 0 d + e .
This implies that
1 0 0 0 a + 1 0 0 b + 1 0 d + e ∣ 9 0 0 0 a + 9 0 0 b + 1 0 0 c .
Clearly we have that 8 ( 1 0 0 0 a + 1 0 0 b + 1 0 d + e ) < 9 0 0 0 a + 9 0 0 b + 1 0 0 c < 1 0 ( 1 0 0 0 a + 1 0 0 b + 1 0 d + e ) , as a ≥ p . therefore m n must be equal to 9 , and
9 0 0 0 a + 9 0 0 b + 9 0 d + 9 e = 9 0 0 0 a + 9 0 0 b + 1 0 0 c .
This simplifies to 9 0 d + 9 e = 1 0 0 c . The only way that this could happen is that c = 0 . Then d = e = 0 . Therefore the only values of n such that m n is an integer are multiples of 1 0 0 0 . And therefore the least value is 1 0 0 0 0 .
but n is 5 digit number.How can it be 1000?It should be 10000 in my opinion. Sorry, if I am wrong.
Log in to reply
Yeah sorry miss, the answer is the smallest multiple of 1000 that is of 5 digits, i.e 10000. Thanks for pointing out my mistake, I've edited it.
Log in to reply
Thanks. I have updated the answer to 10000.
As the problem creator, you can report that "The answer is incorrect", and state what the correct answer should be (preferably along with an explanation), and it will be updated it accordingly.
Note: This problem would be more interesting if we were to find the largest value n .
Log in to reply
@Calvin Lin – Thnx for editing sir, and since I am new to Brilliant , would you be more specific sir on where to report , for my answer to be corrected. Thank you sir for the same.
And sir as for the largest number n possible , I'll soon star working on it, thanks for the idea sir
Log in to reply
@A Former Brilliant Member – Welcome to Brilliant!
To report a problem, click on the dot dot dot menu in the lower right corner, and select report. You can then explain the issues that you are having with the problem.
Log in to reply
@Calvin Lin – Thank you sir. And sorry for the late response, I only noticed your reply today.
Wish you a happy New Year sir .
Log in to reply
@A Former Brilliant Member – No worries. and with notifications (top right corner on desktop view), it is now much easier to find replies and comments :)
Happy new year!
Problem Loading...
Note Loading...
Set Loading...
Python: