Find the value of this 3 digit number

poznateqojh

poznateqojh

Answered question

2022-04-08

Find the value of this 3 digit number such that dividing by it leaves REM =11.

Answer & Explanation

kinoNoidae1wj

kinoNoidae1wj

Beginner2022-04-09Added 7 answers

Firstly, the correct notation for remainder
REM(n÷p)=r is
n=pq+rnrmodp
Examples include 133mod5 and 4443mod7
So you want to find the minimum n100 such that n11mod13
n11mod13,n100
n+10011mod13,n0
n+9+13711mod13,n0
Since adding 13 won't change the remainder, we can ignore the 137 term:
n+911mod13,n0
n2mod13
In english terms, this means n (the two-digit part) has remainder 2 when divided by 13. The trivial example is n=210211mod13, but other examples are n=15,28,41,54,. These give 115, 128, 141, 154, ... which all give remainder of 11 when divided by 13.
cinereod3am

cinereod3am

Beginner2022-04-10Added 10 answers

Actually, I already solved the answer in Q itself but did a silly mistake.
As you can see , I did write 9+x as remainder. So, 9+x=11 gives x=2. Therefore, 102 is ans.
Also, one thing to notice is that if at 136=91 we have remainder =0.(9113).
Then, 9213 gives remainder 1. Therefore, 102 when we reach, we get remainder as 11.

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?