Solveeit Logo

Question

Question: The remainder when \({23^{23}}\) is divided by \(53\) is \({\text{(A) 17}}\) \({\text{(B) 21}}\)...

The remainder when 2323{23^{23}} is divided by 5353 is
(A) 17{\text{(A) 17}}
(B) 21{\text{(B) 21}}
(C) 30{\text{(C) 30}}
(D) 43{\text{(D) 43}}

Explanation

Solution

Here we have to find the remainder of the given number. Using the property of modulo, we get the value for finding the remainder. Then doing some simplification we get the required answer.

Formula used:
Properties of modulo: (ab)c{({a^b})^c} can be written as abc{a^{bc}}

Complete step-by-step answer:
We have to find the remainder when 2323{23^{23}} is divided by 5353
To find the remainder we have to divide the 22 numbers, this can be written as:
232353\Rightarrow \dfrac{{{{23}^{23}}}}{{53}}
Now in the above terms the numerator can be expanded and written as:
2322×2353\Rightarrow \dfrac{{{{23}^{22}} \times 23}}{{53}}
Now since we know the property that (ab)c{({a^b})^c} can be written as abc{a^{bc}} we split the numerator and write is as:
(232)11×2353\Rightarrow \dfrac{{{{({{23}^2})}^{11}} \times 23}}{{53}}
Now on squaring the bracket term and we get:
(529)11×2353\Rightarrow \dfrac{{{{(529)}^{11}} \times 23}}{{53}}
Now since the question is to find the remainder of the term, we will divide 529529 with the denominator value which is 5353.
On dividing we get:
Since the remainder when 529529 is divided by 5353 is 5252, since 5252 can be written as 53153 - 1 we can write that the remainder is 1 - 1.
On re-writing the equation we get:
(1)11×2353\Rightarrow \dfrac{{{{( - 1)}^{11}} \times 23}}{{53}}
Now since 1 - 1 is raised to a power which is odd, the equation can be simplified and re-written as:
2353\Rightarrow \dfrac{{ - 23}}{{53}}
Now to find the remainder we have to find the remainder therefore it can be found by:
5323\Rightarrow 53 - 23
On subtracting we get:
30\Rightarrow 30
Therefore, the remainder is 3030,

Therefore, the correct option is (C)(C).

Note:
When there are such high powers and calculations have to be done then we use modulo to get the answers because a very powerful calculator is required to compute such high powers.
The mod function is generally expressed as: r=amodbr = a\bmod b,
Here rr is the remainder or the modulus value, aa is the dividend and bb is the divisor.
For example 10mod3=110\bmod 3 = 1 since the remainder we get after dividing 1010 by 33 is11.