$c in mathbb{N}$, so that $c cdot 11 = 23 mod 103$
up vote
0
down vote
favorite
How can one find $c in mathbb{N}$, so that $c cdot 11 = 23 mod 103$?
I know that $a cdot b mod n = (a mod n cdot b mod n) mod n$.
Furthermore,
Fermat's little theorem says that for all prime $p$ and if $p$ does not divide $a$
$a^{p-1} equiv 1 pmod p$
And I know that here all numbers $11, 23, text { and } 103$ are prime numbers.
That still doesn't help me though...
modular-arithmetic
add a comment |
up vote
0
down vote
favorite
How can one find $c in mathbb{N}$, so that $c cdot 11 = 23 mod 103$?
I know that $a cdot b mod n = (a mod n cdot b mod n) mod n$.
Furthermore,
Fermat's little theorem says that for all prime $p$ and if $p$ does not divide $a$
$a^{p-1} equiv 1 pmod p$
And I know that here all numbers $11, 23, text { and } 103$ are prime numbers.
That still doesn't help me though...
modular-arithmetic
$103$ is a prime. Also, $11$ is a prime, more specifically, it's relatively prime to $103$. Do you know how to compute multiplicative modular inverses? We have $cequiv 23times 11^{-1}pmod{103}$ and $11^{-1}$ is computed by solving $11zequiv 1pmod{103}$
– Prasun Biswas
Nov 22 at 10:52
My computations give me: $$11zequiv 1iff 7zequiv 110zequiv 10iff 105zequiv 2zequiv 150iff zequiv 75pmod{103}$$ which gives $cequiv 77pmod{103}$
– Prasun Biswas
Nov 22 at 10:56
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
How can one find $c in mathbb{N}$, so that $c cdot 11 = 23 mod 103$?
I know that $a cdot b mod n = (a mod n cdot b mod n) mod n$.
Furthermore,
Fermat's little theorem says that for all prime $p$ and if $p$ does not divide $a$
$a^{p-1} equiv 1 pmod p$
And I know that here all numbers $11, 23, text { and } 103$ are prime numbers.
That still doesn't help me though...
modular-arithmetic
How can one find $c in mathbb{N}$, so that $c cdot 11 = 23 mod 103$?
I know that $a cdot b mod n = (a mod n cdot b mod n) mod n$.
Furthermore,
Fermat's little theorem says that for all prime $p$ and if $p$ does not divide $a$
$a^{p-1} equiv 1 pmod p$
And I know that here all numbers $11, 23, text { and } 103$ are prime numbers.
That still doesn't help me though...
modular-arithmetic
modular-arithmetic
asked Nov 22 at 10:49
Math Dummy
276
276
$103$ is a prime. Also, $11$ is a prime, more specifically, it's relatively prime to $103$. Do you know how to compute multiplicative modular inverses? We have $cequiv 23times 11^{-1}pmod{103}$ and $11^{-1}$ is computed by solving $11zequiv 1pmod{103}$
– Prasun Biswas
Nov 22 at 10:52
My computations give me: $$11zequiv 1iff 7zequiv 110zequiv 10iff 105zequiv 2zequiv 150iff zequiv 75pmod{103}$$ which gives $cequiv 77pmod{103}$
– Prasun Biswas
Nov 22 at 10:56
add a comment |
$103$ is a prime. Also, $11$ is a prime, more specifically, it's relatively prime to $103$. Do you know how to compute multiplicative modular inverses? We have $cequiv 23times 11^{-1}pmod{103}$ and $11^{-1}$ is computed by solving $11zequiv 1pmod{103}$
– Prasun Biswas
Nov 22 at 10:52
My computations give me: $$11zequiv 1iff 7zequiv 110zequiv 10iff 105zequiv 2zequiv 150iff zequiv 75pmod{103}$$ which gives $cequiv 77pmod{103}$
– Prasun Biswas
Nov 22 at 10:56
$103$ is a prime. Also, $11$ is a prime, more specifically, it's relatively prime to $103$. Do you know how to compute multiplicative modular inverses? We have $cequiv 23times 11^{-1}pmod{103}$ and $11^{-1}$ is computed by solving $11zequiv 1pmod{103}$
– Prasun Biswas
Nov 22 at 10:52
$103$ is a prime. Also, $11$ is a prime, more specifically, it's relatively prime to $103$. Do you know how to compute multiplicative modular inverses? We have $cequiv 23times 11^{-1}pmod{103}$ and $11^{-1}$ is computed by solving $11zequiv 1pmod{103}$
– Prasun Biswas
Nov 22 at 10:52
My computations give me: $$11zequiv 1iff 7zequiv 110zequiv 10iff 105zequiv 2zequiv 150iff zequiv 75pmod{103}$$ which gives $cequiv 77pmod{103}$
– Prasun Biswas
Nov 22 at 10:56
My computations give me: $$11zequiv 1iff 7zequiv 110zequiv 10iff 105zequiv 2zequiv 150iff zequiv 75pmod{103}$$ which gives $cequiv 77pmod{103}$
– Prasun Biswas
Nov 22 at 10:56
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
accepted
Fermat's little theorem provides a solution:
$$
c cdot 11 equiv 23 bmod 103
implies
c equiv c cdot 11^{102} equiv 23 cdot 11^{101} bmod 103
$$
Thus, $c = 23 cdot 11^{101}$ works. It is not the smallest solution, but the question does not ask for that...
add a comment |
up vote
0
down vote
By Gauss's algorithm $!bmod 103!:, cequiv dfrac{23}{11}equiv dfrac{9cdot 23}{9cdot 11}equivdfrac{1}{-4}equiv dfrac{104}{-4}equiv -26equiv 77$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3008989%2fc-in-mathbbn-so-that-c-cdot-11-23-mod-103%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
Fermat's little theorem provides a solution:
$$
c cdot 11 equiv 23 bmod 103
implies
c equiv c cdot 11^{102} equiv 23 cdot 11^{101} bmod 103
$$
Thus, $c = 23 cdot 11^{101}$ works. It is not the smallest solution, but the question does not ask for that...
add a comment |
up vote
0
down vote
accepted
Fermat's little theorem provides a solution:
$$
c cdot 11 equiv 23 bmod 103
implies
c equiv c cdot 11^{102} equiv 23 cdot 11^{101} bmod 103
$$
Thus, $c = 23 cdot 11^{101}$ works. It is not the smallest solution, but the question does not ask for that...
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
Fermat's little theorem provides a solution:
$$
c cdot 11 equiv 23 bmod 103
implies
c equiv c cdot 11^{102} equiv 23 cdot 11^{101} bmod 103
$$
Thus, $c = 23 cdot 11^{101}$ works. It is not the smallest solution, but the question does not ask for that...
Fermat's little theorem provides a solution:
$$
c cdot 11 equiv 23 bmod 103
implies
c equiv c cdot 11^{102} equiv 23 cdot 11^{101} bmod 103
$$
Thus, $c = 23 cdot 11^{101}$ works. It is not the smallest solution, but the question does not ask for that...
answered Nov 22 at 11:10
lhf
162k9166385
162k9166385
add a comment |
add a comment |
up vote
0
down vote
By Gauss's algorithm $!bmod 103!:, cequiv dfrac{23}{11}equiv dfrac{9cdot 23}{9cdot 11}equivdfrac{1}{-4}equiv dfrac{104}{-4}equiv -26equiv 77$
add a comment |
up vote
0
down vote
By Gauss's algorithm $!bmod 103!:, cequiv dfrac{23}{11}equiv dfrac{9cdot 23}{9cdot 11}equivdfrac{1}{-4}equiv dfrac{104}{-4}equiv -26equiv 77$
add a comment |
up vote
0
down vote
up vote
0
down vote
By Gauss's algorithm $!bmod 103!:, cequiv dfrac{23}{11}equiv dfrac{9cdot 23}{9cdot 11}equivdfrac{1}{-4}equiv dfrac{104}{-4}equiv -26equiv 77$
By Gauss's algorithm $!bmod 103!:, cequiv dfrac{23}{11}equiv dfrac{9cdot 23}{9cdot 11}equivdfrac{1}{-4}equiv dfrac{104}{-4}equiv -26equiv 77$
answered Nov 22 at 19:50
Bill Dubuque
207k29189625
207k29189625
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3008989%2fc-in-mathbbn-so-that-c-cdot-11-23-mod-103%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$103$ is a prime. Also, $11$ is a prime, more specifically, it's relatively prime to $103$. Do you know how to compute multiplicative modular inverses? We have $cequiv 23times 11^{-1}pmod{103}$ and $11^{-1}$ is computed by solving $11zequiv 1pmod{103}$
– Prasun Biswas
Nov 22 at 10:52
My computations give me: $$11zequiv 1iff 7zequiv 110zequiv 10iff 105zequiv 2zequiv 150iff zequiv 75pmod{103}$$ which gives $cequiv 77pmod{103}$
– Prasun Biswas
Nov 22 at 10:56