edited by
792 views

1 Answer

0 votes
0 votes

Let $p$ be a prime number, and $a$ be any integer. Then $a^p-a$ is always divisible by $p.$ In modular arithmetic notation, this can be written as $a^p\equiv a \mod p$

Special case: If $a$ is not divisible by $p,$ Fermat's little theorem is equivalent to the statement that $a^{p-1}-1$ is an integer multiple of $p,$ or in symbols $:a^{p-1}\equiv 1(\mod p).$

In other words: Remainder of $\left[\dfrac{a^{p-1}}{p}\right] = 1,$ where $p$ is a prime number and $HCF(a, p) = 1.$

Remainder of$:\dfrac{2^{1040}}{131}$

Here $a = 2,p = 131$ and $HCF(2,131) = 1$

We can write $2^{130} \equiv 1 \mod 131$

$$(OR)$$

$\text{Euler’s Theorem:}$ Consider the number in the form of $\dfrac{a^{p}}{n}$ 

As per the Euler’s theorem, If $n$ is relatively prime to $a$ then $a^\Phi(n)$ divided by $n$ gives $1$ as the remainder.

i.e Remainder $\left[\dfrac{a^{\Phi(n)}}{n}\right] = 1$

Here, Remainder of$:\dfrac{2^{1040}}{131}$

Here $a = 2,p = 131$ and $HCF(2,131) = 1$

$\Phi(131) = 130\:\left[\because\text{If p is prime, then} \:\Phi(p) = p-1\:\:\text{(or)}\:\: \Phi(p^{n}) = p^{n} – p^{n-1}\right]$

$\therefore \text{Remainder}\:\left[\dfrac{2^{\Phi(131)}}{131}\right] = \left[\dfrac{2^{130}}{131}\right] = 1$

So, the correct answer is $(A).$

References:

Answer:

Related questions

0 votes
0 votes
0 answers
1
Chandanachandu asked Mar 5, 2020
610 views
A student is asked to form numbers between $3000$ and $9000$ with digits $2,3,5,7$ and $9$. If no digit is to be repeated, in how many ways can the student do so?$24$$12...
0 votes
0 votes
0 answers
3
Chandanachandu asked Mar 5, 2020
407 views
If $x$ is a real number, $[x]$ is greatest integer less than or equal to $x$, then $3[x]+2-[x]= 0$. Will the above equation have any real root?YesNoWill have real roots f...
3 votes
3 votes
0 answers
4
Chandanachandu asked Mar 5, 2020
1,039 views
A certain number written in a certain base is $144$. Which of the following is always true?Square root of the number written in the same base is $12$.If base is increased...
0 votes
0 votes
0 answers
5
Chandanachandu asked Mar 5, 2020
385 views
$p$ is a prime and $m$ is a positive integer. How many solutions exist for the equation $p^{6}-p= (m^{2}+m+6)(p-1)$?$0$$1$$2$$\text{Infinite}$