A problem on chinese remainder theorem (CSIR NET DEC 2015)
$begingroup$
Which of the following intervals contains an integer satisfying following three congruences
$$x=2pmod5\
x=3pmod7\
x=4pmod{11}$$
$a) [401,600] \ b)[601, 800] \ c)[801,1000] \ d)[1001,1200]$
(CSIR NET 2015 Dec)
I tried this question and I got answer but it is not in the option.
I applied Chinese remainder theorem.
$$x=2pmod5\
x=3pmod7\
x=4pmod {11}$$
$$N_1=7times11=77\
N_2=5times11=55\
N_3=7times5=35$$
$77x=1pmod5implies b_1=3\
55x=1pmod7implies b_2=6\
35x=1pmod {11} implies b_3=6$
then,
$x=2times77times3+3times55times6+6times35times4=2292$
This answer is not in the option.
If my work is wrong please correct it.
number-theory congruences chinese-remainder-theorem
$endgroup$
add a comment |
$begingroup$
Which of the following intervals contains an integer satisfying following three congruences
$$x=2pmod5\
x=3pmod7\
x=4pmod{11}$$
$a) [401,600] \ b)[601, 800] \ c)[801,1000] \ d)[1001,1200]$
(CSIR NET 2015 Dec)
I tried this question and I got answer but it is not in the option.
I applied Chinese remainder theorem.
$$x=2pmod5\
x=3pmod7\
x=4pmod {11}$$
$$N_1=7times11=77\
N_2=5times11=55\
N_3=7times5=35$$
$77x=1pmod5implies b_1=3\
55x=1pmod7implies b_2=6\
35x=1pmod {11} implies b_3=6$
then,
$x=2times77times3+3times55times6+6times35times4=2292$
This answer is not in the option.
If my work is wrong please correct it.
number-theory congruences chinese-remainder-theorem
$endgroup$
add a comment |
$begingroup$
Which of the following intervals contains an integer satisfying following three congruences
$$x=2pmod5\
x=3pmod7\
x=4pmod{11}$$
$a) [401,600] \ b)[601, 800] \ c)[801,1000] \ d)[1001,1200]$
(CSIR NET 2015 Dec)
I tried this question and I got answer but it is not in the option.
I applied Chinese remainder theorem.
$$x=2pmod5\
x=3pmod7\
x=4pmod {11}$$
$$N_1=7times11=77\
N_2=5times11=55\
N_3=7times5=35$$
$77x=1pmod5implies b_1=3\
55x=1pmod7implies b_2=6\
35x=1pmod {11} implies b_3=6$
then,
$x=2times77times3+3times55times6+6times35times4=2292$
This answer is not in the option.
If my work is wrong please correct it.
number-theory congruences chinese-remainder-theorem
$endgroup$
Which of the following intervals contains an integer satisfying following three congruences
$$x=2pmod5\
x=3pmod7\
x=4pmod{11}$$
$a) [401,600] \ b)[601, 800] \ c)[801,1000] \ d)[1001,1200]$
(CSIR NET 2015 Dec)
I tried this question and I got answer but it is not in the option.
I applied Chinese remainder theorem.
$$x=2pmod5\
x=3pmod7\
x=4pmod {11}$$
$$N_1=7times11=77\
N_2=5times11=55\
N_3=7times5=35$$
$77x=1pmod5implies b_1=3\
55x=1pmod7implies b_2=6\
35x=1pmod {11} implies b_3=6$
then,
$x=2times77times3+3times55times6+6times35times4=2292$
This answer is not in the option.
If my work is wrong please correct it.
number-theory congruences chinese-remainder-theorem
number-theory congruences chinese-remainder-theorem
edited Nov 25 '17 at 16:58
देवेन्द्र prasad
1383
1383
asked Mar 3 '16 at 13:59
piepie
435
435
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
You know that the answer you get applying the CRT is not a unique integer, right?
It is only unique modulo $5cdot 7cdot 11$.
In particular, $752$ and $1137$ are solutions.
I'll leave you with the tasks of deciding if this is complete, and how you will use it to answer your question.
$endgroup$
$begingroup$
I didn't get what you are saying. how will get answer 752 and 1137 .please give explained answe.
$endgroup$
– pie
Mar 3 '16 at 16:36
$begingroup$
@FairoosaNavas it sounds like you need to look at the Chinese remainder theorem again,for example sample at Wikipedia. It clearly says that the solutions are equivalent mod $385$ in your case, which is how I've given you these two other solutions
$endgroup$
– rschwieb
Mar 4 '16 at 4:07
$begingroup$
thank you@ rschwieb, Igot ans.......
$endgroup$
– pie
Mar 4 '16 at 12:01
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',
autoActivateHeartbeat: false,
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%2f1681457%2fa-problem-on-chinese-remainder-theorem-csir-net-dec-2015%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
You know that the answer you get applying the CRT is not a unique integer, right?
It is only unique modulo $5cdot 7cdot 11$.
In particular, $752$ and $1137$ are solutions.
I'll leave you with the tasks of deciding if this is complete, and how you will use it to answer your question.
$endgroup$
$begingroup$
I didn't get what you are saying. how will get answer 752 and 1137 .please give explained answe.
$endgroup$
– pie
Mar 3 '16 at 16:36
$begingroup$
@FairoosaNavas it sounds like you need to look at the Chinese remainder theorem again,for example sample at Wikipedia. It clearly says that the solutions are equivalent mod $385$ in your case, which is how I've given you these two other solutions
$endgroup$
– rschwieb
Mar 4 '16 at 4:07
$begingroup$
thank you@ rschwieb, Igot ans.......
$endgroup$
– pie
Mar 4 '16 at 12:01
add a comment |
$begingroup$
You know that the answer you get applying the CRT is not a unique integer, right?
It is only unique modulo $5cdot 7cdot 11$.
In particular, $752$ and $1137$ are solutions.
I'll leave you with the tasks of deciding if this is complete, and how you will use it to answer your question.
$endgroup$
$begingroup$
I didn't get what you are saying. how will get answer 752 and 1137 .please give explained answe.
$endgroup$
– pie
Mar 3 '16 at 16:36
$begingroup$
@FairoosaNavas it sounds like you need to look at the Chinese remainder theorem again,for example sample at Wikipedia. It clearly says that the solutions are equivalent mod $385$ in your case, which is how I've given you these two other solutions
$endgroup$
– rschwieb
Mar 4 '16 at 4:07
$begingroup$
thank you@ rschwieb, Igot ans.......
$endgroup$
– pie
Mar 4 '16 at 12:01
add a comment |
$begingroup$
You know that the answer you get applying the CRT is not a unique integer, right?
It is only unique modulo $5cdot 7cdot 11$.
In particular, $752$ and $1137$ are solutions.
I'll leave you with the tasks of deciding if this is complete, and how you will use it to answer your question.
$endgroup$
You know that the answer you get applying the CRT is not a unique integer, right?
It is only unique modulo $5cdot 7cdot 11$.
In particular, $752$ and $1137$ are solutions.
I'll leave you with the tasks of deciding if this is complete, and how you will use it to answer your question.
answered Mar 3 '16 at 14:11
rschwiebrschwieb
107k12102251
107k12102251
$begingroup$
I didn't get what you are saying. how will get answer 752 and 1137 .please give explained answe.
$endgroup$
– pie
Mar 3 '16 at 16:36
$begingroup$
@FairoosaNavas it sounds like you need to look at the Chinese remainder theorem again,for example sample at Wikipedia. It clearly says that the solutions are equivalent mod $385$ in your case, which is how I've given you these two other solutions
$endgroup$
– rschwieb
Mar 4 '16 at 4:07
$begingroup$
thank you@ rschwieb, Igot ans.......
$endgroup$
– pie
Mar 4 '16 at 12:01
add a comment |
$begingroup$
I didn't get what you are saying. how will get answer 752 and 1137 .please give explained answe.
$endgroup$
– pie
Mar 3 '16 at 16:36
$begingroup$
@FairoosaNavas it sounds like you need to look at the Chinese remainder theorem again,for example sample at Wikipedia. It clearly says that the solutions are equivalent mod $385$ in your case, which is how I've given you these two other solutions
$endgroup$
– rschwieb
Mar 4 '16 at 4:07
$begingroup$
thank you@ rschwieb, Igot ans.......
$endgroup$
– pie
Mar 4 '16 at 12:01
$begingroup$
I didn't get what you are saying. how will get answer 752 and 1137 .please give explained answe.
$endgroup$
– pie
Mar 3 '16 at 16:36
$begingroup$
I didn't get what you are saying. how will get answer 752 and 1137 .please give explained answe.
$endgroup$
– pie
Mar 3 '16 at 16:36
$begingroup$
@FairoosaNavas it sounds like you need to look at the Chinese remainder theorem again,for example sample at Wikipedia. It clearly says that the solutions are equivalent mod $385$ in your case, which is how I've given you these two other solutions
$endgroup$
– rschwieb
Mar 4 '16 at 4:07
$begingroup$
@FairoosaNavas it sounds like you need to look at the Chinese remainder theorem again,for example sample at Wikipedia. It clearly says that the solutions are equivalent mod $385$ in your case, which is how I've given you these two other solutions
$endgroup$
– rschwieb
Mar 4 '16 at 4:07
$begingroup$
thank you@ rschwieb, Igot ans.......
$endgroup$
– pie
Mar 4 '16 at 12:01
$begingroup$
thank you@ rschwieb, Igot ans.......
$endgroup$
– pie
Mar 4 '16 at 12:01
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.
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%2f1681457%2fa-problem-on-chinese-remainder-theorem-csir-net-dec-2015%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