8 1 0 n = 0 . d 2 5 = 0 . d 2 5 d 2 5 d 2 5 d 2 5 …
For which positive integer n , will d be a digit?
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.
This steps true thanks
Seems the question is whether these methods compute a solution directly, or if one has to do a repetitive trial and error with multiples of 37 or 25 and have the answer option in hand to solve.
SOUNDS COMPLICATED
Didn't understand
Log in to reply
I cannot make sense of this "explanation" !
Log in to reply
Okay I'll do my best to explain some of this, but I'm very tired so feel free to add any corrections to spellings or if you think I explained it poorly. So, at the start, we make the assumption that d must be some natural number in [0,9]. The second line is analogous to changing series indexes (sort of), we're only really doing this multiplication in order to manipulate the digits in a way that is more convenient for us, no actual 'data' has been changed here. So we see a pattern we now recognise. Namely, k/999 for some rational number k, where 0<k<999. The RHS of line 2 is just another rewrite of the information we have. That is, n/810 * 1000 = d25 + n/810. We're doing this to acknowledge d25 's relationship with the term n/810. Note how we transitioned from a 'rational' form to an irrational form then back again to a rational form of this number, and all these 'expressions' do actually express the same thing! Working with the LHS and the RHS of line 2 it becomes now much easier to show that by taking away one factor of n/810 from each side we obtain line 3. This is, n/810 * 999 = d25. Simplifying, for n= (d25) * 30/37. You can plug these into your calculator to check! Not magic! The trick is to notice how to simplify the ratio 810/999. Depending on your calculator settings you might be able to quickly tweak it to display results in ratios (when possible) rather than in decimals. So, from line 4 we can deduce that since n is an integer, the RHS must also be an integer. Then we have that d25 is divisible by 37. Let's break it down a bit. Divisibility means that one whole number is divisible by another if, after dividing, the remainder is zero. So, given our d s in [0,9] we can simply check which of our 10 options it is by individually checking 025/37, 125/37, 225/37, 325/37 and so on. We can then deduce that d=9, and substituting back into line 4 we get n=750.
Just use options for solving, it wont take much long.
Log in to reply
And How do you do that?
How do you do it if you are not given the options ???
Log in to reply
It is so easy to try each of the four options to find the value of d . As a Mathematician I would find this to be the least satisfactory means of solving the problem , in fact it would be little more than plain cheating ! I have reviewed the initial explanation (posted by Utsav Banerjee) and it makes perfect sense now ! . It is true what to say that when you are tired it is best to take a break, have some sleep, and review things with a fresh brain and a fresh pair of eyes :-) . Claudia Molina, thank you too for that very detailed and very clearly presented explanation .
n/810 = (100d+25)/999
n = 810(100d + 25)/999 = 30(100d+25)/37
So, to become n be an integer, 100d+25 must divide 37
So, d must be: 9
so, therefore,
n = 30(925)/37
n = 750
We know that : n/810 = 0.d25d25...
So 1000 * (n/810) = d25.d25...
then 999 * (n/810) = d25
and since 25 | d25 then 25 | n
because 810=5 * 9^2 and 999=111 * 9
so n=750
Did you really think it was ok to use the number 810 here?
small typo, 810 = 5 2 9^2
0.d25... = d25/999 & 810:999 is 30:37 as ratio.
So ratio n:d25 is 30:37.
d25 is divisible by 25 and lowest common factor is 25x37 which = 925.
Therefore ratio 30:37 makes 750:925. n = 750 and d25 is 925
First I realized since all three digits are repeating could convert 9 9 9 d 2 5 into a fraction. Then I started to prime factor 999 and came up with 9 x 111 = 9 x 3 x 37. Next, I prime factored 810 which equals 3 x 3 x 3 x 3 x 5 x 2. Next I tried to simplify a little, so I got rid of 9 on both sides, which left me with 1 1 1 d 2 5 = 9 0 n and then I remembered that if the digits of a number add up to a multiple of 3, it can be divided again. So I divided by 3 again: 3 0 n = 3 7 d 2 5 lol... then I solved for d because I had a feeling that either 125, 225, 325, 425, 525, 625, 725, 825, or 925 is divisible by 37. It look a long time, in fact, it took 9 tries lol, but I solved for d = 9. Then I plugged d into the original equation and i came up with 8 1 0 n = 9 9 9 9 2 5 . Then I simplified and it turned out 750 was the answer!
Let d ∈ { 0 ; … ; 9 } be the missing digit. Turn the periodic decimal into a fraction: 8 1 0 n = 0 . d 2 5 = 9 9 9 1 0 0 d + 2 5 ∣ ⋅ 9 9 9 ∣ ⋅ 3 0 ⇒ 3 7 n − 3 0 0 0 d = 7 5 0 ( ∗ )
The integers 3 7 , − 3 0 0 0 are relatively prime and we can be sure the Diophantine Equation ( ∗ ) has (infinitely many) solutions. Let's use Euclid's Algorithm to solve it: n − 2 − 1 0 1 2 p n − 3 0 0 0 3 7 − 3 1 0 a n % % − 8 1 − 1 2 − 3 x n 9 7 3 1 2 1 0 1 ⇒ n d = 7 5 0 ⋅ 9 7 3 + 3 0 0 0 N = 7 5 0 ⋅ 1 2 + 3 7 N , N ∈ Z
The restriction d ∈ { 0 ; … ; 9 } identifies the correct solution: d = 7 5 0 ⋅ 1 2 + 3 7 N ∈ ! { 0 ; … ; 9 } ⇒ N = − 2 4 3 , d = 9 , n = 7 5 0 ⋅ 9 7 3 + 3 0 0 0 N = 7 5 0
Repeated decimals are expressed in fraction as m/9, m/99, m/999... And for 3 decimal repetition it is m/999. m/999= m/9
111= m/9
3
37 = m/27
37. If the divider is made of anything else that means it cannot have the 3 decimal pattern! So, let's look at the 810. 810 = 9
90= 27
30. The 30 shouldn't be there which means the denominator is also a product of 30 to cancel the divider's 30.
n = #30. Looking at the pattern we see that m is a product of 25; m=d
100 +25 = d
4*25 +25. m = #25.
In order to display the 25 pattern with n/810 , n also needs to be a product of 25. n = #30 & n = #25, therefore n needs to be a product of 150. Which from the choice is 750.
Problem Loading...
Note Loading...
Set Loading...
8 1 0 n = 0 . d 2 5 d 2 5 … ( 0 ≤ d ≤ 9 )
So, 8 1 0 n × 1 0 0 0 = d 2 5 . d 2 5 … = d 2 5 + 8 1 0 n .
Therefore, 8 1 0 n × 9 9 9 = d 2 5
or, n = ( d 2 5 ) × 3 7 3 0 .
Since n is an integer, 3 7 ∣ ( d 2 5 ) .
So, d = 9 and n = 7 5 0 . □