Ask Question
13 November, 08:26

When $n$ is divided by 10, the remainder is $a$. when $n$ is divided by 13, the remainder is $b$. what is $n$ modulo 130, in terms of $a$ and $b$?

+2
Answers (1)
  1. 13 November, 12:10
    0
    If

    N = a (mod 10)

    N = b (mod 13)

    gcd (10,13) = 1

    then

    N = 10 bx + 13 ay (mod 130)

    Where

    10x + 13y = 1

    -> (10x + 13) (mod 2) = 1 (mod 2)

    -> y (mod 2) = 1

    y = - 3, x = 4

    -> N = 40b - 39a (mod 130)

    It is given that ra + sb should be non-negative:

    N = 40b - 39a (mod 130)

    N = 40b + (130 - 39) a (mod 130)

    N = 40b + 91a (mod 130)

    Therefore, N modulo 130, in terms of a and b is: N = 40b + 91a (mod 130).
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “When $n$ is divided by 10, the remainder is $a$. when $n$ is divided by 13, the remainder is $b$. what is $n$ modulo 130, in terms of $a$ ...” in 📘 Mathematics if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers