SOLUTION: Let $a$ be an integer such that $0 \le a \le 10$ and $a^2 \equiv a \pmod{11}$. If $a \neq 0,$ then find the value of $a$.
Algebra.Com
Question 1207670: Let $a$ be an integer such that $0 \le a \le 10$ and $a^2 \equiv a \pmod{11}$. If $a \neq 0,$ then find the value of $a$.
Found 2 solutions by ikleyn, math_tutor2020:
Answer by ikleyn(52776) (Show Source): You can put this solution on YOUR website!
.
The answer is a = 1.
This answer is OBVIOUS.
Answer by math_tutor2020(3816) (Show Source): You can put this solution on YOUR website!
Since we can effectively "divide" both sides of by 'a' to arrive at .
Technically it's not division that's happening, but instead multiplication of the multiplicative inverse.
---------------------------------------------------------------------------------
Another pathway is
(mod 11)
(mod 11)
(mod 11)
That leads to either a = 0 or a-1 = 0
But is specified in the instructions, so we must conclude that a-1 = 0 leads to a = 1.
---------------------------------------------------------------------------------
Yet another alternative method is to simply brute force your way through things.
Try a = 1, a = 2, etc all the way up to a = 10.
a = 1
a^2 = a (mod 11)
1^1 = 1 (mod 11)
1 = 1 (mod 11)
That works out
a = 2
a^2 = a (mod 11)
2^2 = 2 (mod 11)
4 = 2 (mod 11)
That doesn't work out since the two sides don't boil down to same number, and we cannot reduce either side.
a = 3
a^2 = a (mod 11)
3^2 = 3 (mod 11)
9 = 3 (mod 11)
That doesn't work out either.
a = 4
a^2 = a (mod 11)
4^2 = 4 (mod 11)
16 = 4 (mod 11)
5 = 4 (mod 11)
This is the first time that we reduce mod 11 on the left hand side.
You can repeatedly subtract 11 from the item until getting in the range of between 0 and 10, or you can divide by 11 to look at the remainder.
Like the previous cases, the two sides don't match, so a = 4 isn't a solution.
Keep this process going and you'll find that the values a = 5 through a = 10 are also non-solutions.
This confirms that only a = 1 is the solution.
RELATED QUESTIONS
Find the number of solutions to
N &\equiv 2 \pmod{5}, \\
N &\equiv 2 \pmod{6}, \\
N... (answered by ikleyn,greenestamps)
Find an integer $x$ such that $0 \leq x < 205$ and $x^2 \equiv 11... (answered by greenestamps,math_tutor2020)
Find the smallest positive integer $N$ such that
N &\equiv 2 \pmod{5}, \\
N &\equiv 2... (answered by ikleyn,greenestamps)
Let Z be a standard normal random variable. Use the calculator provided to determine the (answered by Fombitz)
A permutation of the numbers (1,2,3,\dots,n) is a rearrangement of the numbers in which... (answered by CPhill)
Let x spadesuit y = x^2/y for all $x$ and $y$ such that $y\neq 0$. Find all values of $a$ (answered by ikleyn)
Sketch the graph of each of the following. State the range, amplitude, period, and phase... (answered by Alan3354)
Find the number of sequences (a_1, a_2, a_3, \dots, a_8) such that:
* a_i \in \{1, 2, 3, (answered by CPhill,greenestamps,ikleyn)
Let f be the piecewise function such that
f(x) =
x^2 - 5x - 64 & \text{if} \ x \le 0,... (answered by CPhill)