N is a positive integer such that 1 0 N leaves a remainder of 70 when divided by 100; that is, 1 0 N ≡ 7 0 m o d 1 0 0 . What is the remainder when N is divided by 100?
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.
I think k belong to [ 1,inf) as 70 is remainder .So k must be integer
Note that both N = 7 and N = 1 7 are values that satisfy the congruence above. However, they leave different remainders when divided by 100. A modular arithmetic error may lead one to believe that since 1 0 × N ≡ 1 0 × 7 m o d 1 0 0 then it must be that N ≡ 7 m o d 1 0 0 .
However, in order to divide the equivalence 1 0 N ≡ 7 0 m o d 1 0 0 by 10, we must also divide our modulus (in this case 100) by 10. In reality, the correct division looks like this:
1 0 × N ≡ 1 0 × 7 m o d 1 0 0 ⟶ N ≡ 7 m o d 1 0 .
It's says in the given infirmation, that N/100 give a remainder of 70. And we are asked for the remainder if N is devided by 100. Therefore it should be 70. Correct me if I'm wtong!
One Line solution :
From the given options , both 17 and 7 are correct and it is clear that we cannot choose two so there should be more information provided about N .
We realize that 10N is basically a number of the form 100x +70,or 10(10x+7).Doing basic algebra(10n=10(10x+7),n=10x+7) we find that N has multiple(infinitely many)values(it depends on your choice for x).Therefore we need more information to determine which one is the right one for the question.
7x10= 70 | 17x10=5 70 | 27x10=2 70 | 37x10=3 70 | 47x10=4 70 | 57x10=5 70 | 67x10 6 70 | 77x10=7 70 | 87x10=8 70 | 97x10=9 70 |
So is it 7,17,27,37,47,57,67,77,87 or 97?We have no idea.
Problem Loading...
Note Loading...
Set Loading...
We see, 1 0 N ≡ 7 0 ( m o d 1 0 0 )
1 0 N = 1 0 0 k + 7 0 [ k ∈ ( 0 , ∞ ) ]
N = 1 0 k + 7
So we aren't sure what k is actually and the remainders may be (7,17,27,37,47,57,67,77,87,97) respectively.