Solve ## 25x\equiv 15\pmod {29} ##.

  • Thread starter Math100
  • Start date
In summary, the linear congruence ## 25x\equiv 15\pmod {29} ## can be solved using the Euclidean division method. This method finds the numbers x and y such that ##\operatorname{gcd}(a,b)=xa+yb##, also known as Bézout's Identity. By applying this method, we can determine that ##x\equiv 18\pmod{29}##, which is the unique solution modulo ##n## for the linear congruence.
  • #1
Math100
756
203
Homework Statement
Solve the following linear congruence:
## 25x\equiv 15\pmod {29} ##.
Relevant Equations
None.
Consider the linear congruence ## 25x\equiv 15\pmod {29} ##.
By corollary, if ## gcd(a, n)=1 ##, then the linear congruence ## ax\equiv b\pmod {n} ## has
a unique solution modulo ## n ##.
Observe that ## gcd(25, 29)=1 ##.
This means that the linear congruence ## 25x\equiv 15\pmod {29} ## has a
unique solution modulo ## n ##.
Thus
\begin{align*}
&25x\equiv 15\pmod {29}\\
&-4x\equiv 15\pmod {29}\\
&-28x\equiv 105\equiv 18\pmod {29}.\\
\end{align*}
Therefore, ## x\equiv 18\pmod {29} ##.
 
  • Like
Likes Delta2
Physics news on Phys.org
  • #2
Math100 said:
Homework Statement:: Solve the following linear congruence:
## 25x\equiv 15\pmod {29} ##.
Relevant Equations:: None.

Consider the linear congruence ## 25x\equiv 15\pmod {29} ##.
By corollary, if ## gcd(a, n)=1 ##, then the linear congruence ## ax\equiv b\pmod {n} ## has
a unique solution modulo ## n ##.
Observe that ## gcd(25, 29)=1 ##.
This means that the linear congruence ## 25x\equiv 15\pmod {29} ## has a
unique solution modulo ## n ##.
Thus
\begin{align*}
&25x\equiv 15\pmod {29}\\
&-4x\equiv 15\pmod {29}\\
&-28x\equiv 105\equiv 18\pmod {29}.\\
\end{align*}
Therefore, ## x\equiv 18\pmod {29} ##.
Right.

The standard procedure uses the Euclidean division. Given any two numbers ##a,b## there are numbers ##x,y## such that ##\operatorname{gcd}(a,b)=xa+yb.## (Bézout's Identity)

\begin{align*}
29 &= 1\cdot 25 +4\\
25&= 6\cdot 4 +1\\
4&= 4\cdot 1 + 0
\end{align*}
So ##1=25 -6\cdot 4=25-6\cdot (29-1\cdot 25)= 25- 6\cdot 29 +6\cdot 25=-6\cdot 29 + 7\cdot 25.## This means modulo ##29## that ##1 \equiv 7\cdot 25 \pmod {29}## or ##25^{-1}\equiv 7\pmod {29}.##

Therefore ##x\equiv 25^{-1} \cdot 15 \equiv7\cdot 15 \equiv 105 \equiv 18 \pmod{29}.##

This may look longer than what you did, however, it can be programmed and works always. At least for coprime numbers ##a,b.## Otherwise, we do not have an inverse.
 
Last edited:
  • Informative
  • Like
Likes Delta2 and Math100

Related to Solve ## 25x\equiv 15\pmod {29} ##.

1. What does the notation "## 25x\equiv 15\pmod {29} ##" mean?

The notation "## 25x\equiv 15\pmod {29} ##" is a mathematical expression that represents a congruence. The symbol "## \equiv ##" means "is congruent to," and the symbol "## \pmod {29} ##" indicates the modulus, or the number that the expression is being taken modulo of. In this case, the expression is asking for the value of x that satisfies the congruence when taken modulo 29.

2. How do you solve "## 25x\equiv 15\pmod {29} ##"?

To solve "## 25x\equiv 15\pmod {29} ##," we can use the Extended Euclidean Algorithm. This algorithm helps us find the multiplicative inverse of 25 modulo 29, which is the number that, when multiplied by 25, will give us a remainder of 1 when divided by 29. Then, we can multiply both sides of the congruence by this inverse to isolate x and find the solution.

3. Is there more than one solution to "## 25x\equiv 15\pmod {29} ##"?

Yes, there are infinitely many solutions to this congruence. This is because we can add or subtract multiples of 29 from the solution we found using the Extended Euclidean Algorithm and still satisfy the congruence. In other words, the solutions are a set of numbers that are all congruent to each other modulo 29.

4. Can this congruence be solved without using the Extended Euclidean Algorithm?

Yes, there are other methods for solving congruences, such as using modular arithmetic or the Chinese Remainder Theorem. However, the Extended Euclidean Algorithm is often the most efficient method for solving congruences of this form.

5. What are some real-world applications of solving congruences?

Congruences have many practical applications, such as in cryptography and computer science. They are also used in fields such as engineering, physics, and economics to model and solve problems involving periodic or repeating patterns. Additionally, congruences are used in number theory to study properties of integers and their relationships with each other.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
3
Views
2K
  • Precalculus Mathematics Homework Help
Replies
7
Views
1K
  • Precalculus Mathematics Homework Help
Replies
2
Views
908
  • Precalculus Mathematics Homework Help
Replies
6
Views
893
  • Precalculus Mathematics Homework Help
Replies
1
Views
926
  • Precalculus Mathematics Homework Help
Replies
6
Views
717
  • Precalculus Mathematics Homework Help
Replies
14
Views
1K
  • Precalculus Mathematics Homework Help
Replies
1
Views
888
  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
Back
Top