Modulus with divisor unknown
I'm trying to find the answer to this question, but more importantly, a general formula.
$x$ is a positive integer which solves the following questions: when $280$ is divided by $x$, the remainder is $16$; when $900$ is divided by $x$, the remainder is $42$. Find the greatest possible value of $x$.
It's quite obvious that $43leq xleq264$, and I've converted the above into the equations $280=kx+16$ and $900=mx+42$. I'm not sure how to proceed further.
algebra-precalculus modular-arithmetic
add a comment |
I'm trying to find the answer to this question, but more importantly, a general formula.
$x$ is a positive integer which solves the following questions: when $280$ is divided by $x$, the remainder is $16$; when $900$ is divided by $x$, the remainder is $42$. Find the greatest possible value of $x$.
It's quite obvious that $43leq xleq264$, and I've converted the above into the equations $280=kx+16$ and $900=mx+42$. I'm not sure how to proceed further.
algebra-precalculus modular-arithmetic
Is my answer right? Please check once .
– Akash Roy
Nov 27 at 14:07
add a comment |
I'm trying to find the answer to this question, but more importantly, a general formula.
$x$ is a positive integer which solves the following questions: when $280$ is divided by $x$, the remainder is $16$; when $900$ is divided by $x$, the remainder is $42$. Find the greatest possible value of $x$.
It's quite obvious that $43leq xleq264$, and I've converted the above into the equations $280=kx+16$ and $900=mx+42$. I'm not sure how to proceed further.
algebra-precalculus modular-arithmetic
I'm trying to find the answer to this question, but more importantly, a general formula.
$x$ is a positive integer which solves the following questions: when $280$ is divided by $x$, the remainder is $16$; when $900$ is divided by $x$, the remainder is $42$. Find the greatest possible value of $x$.
It's quite obvious that $43leq xleq264$, and I've converted the above into the equations $280=kx+16$ and $900=mx+42$. I'm not sure how to proceed further.
algebra-precalculus modular-arithmetic
algebra-precalculus modular-arithmetic
asked Nov 27 at 13:07
Kyky
444213
444213
Is my answer right? Please check once .
– Akash Roy
Nov 27 at 14:07
add a comment |
Is my answer right? Please check once .
– Akash Roy
Nov 27 at 14:07
Is my answer right? Please check once .
– Akash Roy
Nov 27 at 14:07
Is my answer right? Please check once .
– Akash Roy
Nov 27 at 14:07
add a comment |
3 Answers
3
active
oldest
votes
From $280 = kx + 16$ and $900 = mx + 42$, simple transpositions give us $858 = mx$ and $264 = kx$. Thus, $x$ is a divisor of $858$ and $264$. What is the greatest such divisor?(Think : greatest common divisor). Do you know a "general" procedure for finding the greatest common divisor?
Do you think that this satisfies the conditions of the question, and is the largest such number to do so?
Thanks! I'm surprised I haven't come up with the answer myself now that I think of it.
– Kyky
Nov 27 at 13:14
Actually, I should point out : suppose this gcd were less than $42$, then the remainder upon division cannot be $42$. So we are restricted to divisors of $264$ which are greater than $42$, and there are not too many to check, so in this case one need not even go through the Euclidean algorithm.
– астон вілла олоф мэллбэрг
Nov 27 at 13:19
add a comment |
Hint:
When $280$ is divided by $x$, the remainder is $16$. What does this tell you about the remainder when $280 - 16$ is divided by $x$?
Is my answer right?
– Akash Roy
Nov 27 at 14:08
add a comment |
The number which you are looking for has to be the HCF of $858$ and $264$ because the two conditions have to be fulfilled simultaneously. Thus the answer is $66$. You can use Euclid Algorithm or Prime factorization method to find HCF.
Note : HCF denotes Highest Common Factor
HCF? What is HCF?
– 5xum
Nov 27 at 17:06
Highest common factor @5xum or Greatest common divisor
– Akash Roy
Nov 27 at 17:07
Is the answer right?
– Akash Roy
Nov 27 at 17:08
It's correct, but I think we should spare the extra 1.5 seconds to write out ambiguous abreviations such as HCF...
– 5xum
Nov 27 at 17:30
Should I replace it with GCD?
– Akash Roy
Nov 27 at 17:31
|
show 1 more 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%2f3015746%2fmodulus-with-divisor-unknown%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
From $280 = kx + 16$ and $900 = mx + 42$, simple transpositions give us $858 = mx$ and $264 = kx$. Thus, $x$ is a divisor of $858$ and $264$. What is the greatest such divisor?(Think : greatest common divisor). Do you know a "general" procedure for finding the greatest common divisor?
Do you think that this satisfies the conditions of the question, and is the largest such number to do so?
Thanks! I'm surprised I haven't come up with the answer myself now that I think of it.
– Kyky
Nov 27 at 13:14
Actually, I should point out : suppose this gcd were less than $42$, then the remainder upon division cannot be $42$. So we are restricted to divisors of $264$ which are greater than $42$, and there are not too many to check, so in this case one need not even go through the Euclidean algorithm.
– астон вілла олоф мэллбэрг
Nov 27 at 13:19
add a comment |
From $280 = kx + 16$ and $900 = mx + 42$, simple transpositions give us $858 = mx$ and $264 = kx$. Thus, $x$ is a divisor of $858$ and $264$. What is the greatest such divisor?(Think : greatest common divisor). Do you know a "general" procedure for finding the greatest common divisor?
Do you think that this satisfies the conditions of the question, and is the largest such number to do so?
Thanks! I'm surprised I haven't come up with the answer myself now that I think of it.
– Kyky
Nov 27 at 13:14
Actually, I should point out : suppose this gcd were less than $42$, then the remainder upon division cannot be $42$. So we are restricted to divisors of $264$ which are greater than $42$, and there are not too many to check, so in this case one need not even go through the Euclidean algorithm.
– астон вілла олоф мэллбэрг
Nov 27 at 13:19
add a comment |
From $280 = kx + 16$ and $900 = mx + 42$, simple transpositions give us $858 = mx$ and $264 = kx$. Thus, $x$ is a divisor of $858$ and $264$. What is the greatest such divisor?(Think : greatest common divisor). Do you know a "general" procedure for finding the greatest common divisor?
Do you think that this satisfies the conditions of the question, and is the largest such number to do so?
From $280 = kx + 16$ and $900 = mx + 42$, simple transpositions give us $858 = mx$ and $264 = kx$. Thus, $x$ is a divisor of $858$ and $264$. What is the greatest such divisor?(Think : greatest common divisor). Do you know a "general" procedure for finding the greatest common divisor?
Do you think that this satisfies the conditions of the question, and is the largest such number to do so?
answered Nov 27 at 13:11
астон вілла олоф мэллбэрг
37.2k33376
37.2k33376
Thanks! I'm surprised I haven't come up with the answer myself now that I think of it.
– Kyky
Nov 27 at 13:14
Actually, I should point out : suppose this gcd were less than $42$, then the remainder upon division cannot be $42$. So we are restricted to divisors of $264$ which are greater than $42$, and there are not too many to check, so in this case one need not even go through the Euclidean algorithm.
– астон вілла олоф мэллбэрг
Nov 27 at 13:19
add a comment |
Thanks! I'm surprised I haven't come up with the answer myself now that I think of it.
– Kyky
Nov 27 at 13:14
Actually, I should point out : suppose this gcd were less than $42$, then the remainder upon division cannot be $42$. So we are restricted to divisors of $264$ which are greater than $42$, and there are not too many to check, so in this case one need not even go through the Euclidean algorithm.
– астон вілла олоф мэллбэрг
Nov 27 at 13:19
Thanks! I'm surprised I haven't come up with the answer myself now that I think of it.
– Kyky
Nov 27 at 13:14
Thanks! I'm surprised I haven't come up with the answer myself now that I think of it.
– Kyky
Nov 27 at 13:14
Actually, I should point out : suppose this gcd were less than $42$, then the remainder upon division cannot be $42$. So we are restricted to divisors of $264$ which are greater than $42$, and there are not too many to check, so in this case one need not even go through the Euclidean algorithm.
– астон вілла олоф мэллбэрг
Nov 27 at 13:19
Actually, I should point out : suppose this gcd were less than $42$, then the remainder upon division cannot be $42$. So we are restricted to divisors of $264$ which are greater than $42$, and there are not too many to check, so in this case one need not even go through the Euclidean algorithm.
– астон вілла олоф мэллбэрг
Nov 27 at 13:19
add a comment |
Hint:
When $280$ is divided by $x$, the remainder is $16$. What does this tell you about the remainder when $280 - 16$ is divided by $x$?
Is my answer right?
– Akash Roy
Nov 27 at 14:08
add a comment |
Hint:
When $280$ is divided by $x$, the remainder is $16$. What does this tell you about the remainder when $280 - 16$ is divided by $x$?
Is my answer right?
– Akash Roy
Nov 27 at 14:08
add a comment |
Hint:
When $280$ is divided by $x$, the remainder is $16$. What does this tell you about the remainder when $280 - 16$ is divided by $x$?
Hint:
When $280$ is divided by $x$, the remainder is $16$. What does this tell you about the remainder when $280 - 16$ is divided by $x$?
answered Nov 27 at 13:11
5xum
89.5k393161
89.5k393161
Is my answer right?
– Akash Roy
Nov 27 at 14:08
add a comment |
Is my answer right?
– Akash Roy
Nov 27 at 14:08
Is my answer right?
– Akash Roy
Nov 27 at 14:08
Is my answer right?
– Akash Roy
Nov 27 at 14:08
add a comment |
The number which you are looking for has to be the HCF of $858$ and $264$ because the two conditions have to be fulfilled simultaneously. Thus the answer is $66$. You can use Euclid Algorithm or Prime factorization method to find HCF.
Note : HCF denotes Highest Common Factor
HCF? What is HCF?
– 5xum
Nov 27 at 17:06
Highest common factor @5xum or Greatest common divisor
– Akash Roy
Nov 27 at 17:07
Is the answer right?
– Akash Roy
Nov 27 at 17:08
It's correct, but I think we should spare the extra 1.5 seconds to write out ambiguous abreviations such as HCF...
– 5xum
Nov 27 at 17:30
Should I replace it with GCD?
– Akash Roy
Nov 27 at 17:31
|
show 1 more comment
The number which you are looking for has to be the HCF of $858$ and $264$ because the two conditions have to be fulfilled simultaneously. Thus the answer is $66$. You can use Euclid Algorithm or Prime factorization method to find HCF.
Note : HCF denotes Highest Common Factor
HCF? What is HCF?
– 5xum
Nov 27 at 17:06
Highest common factor @5xum or Greatest common divisor
– Akash Roy
Nov 27 at 17:07
Is the answer right?
– Akash Roy
Nov 27 at 17:08
It's correct, but I think we should spare the extra 1.5 seconds to write out ambiguous abreviations such as HCF...
– 5xum
Nov 27 at 17:30
Should I replace it with GCD?
– Akash Roy
Nov 27 at 17:31
|
show 1 more comment
The number which you are looking for has to be the HCF of $858$ and $264$ because the two conditions have to be fulfilled simultaneously. Thus the answer is $66$. You can use Euclid Algorithm or Prime factorization method to find HCF.
Note : HCF denotes Highest Common Factor
The number which you are looking for has to be the HCF of $858$ and $264$ because the two conditions have to be fulfilled simultaneously. Thus the answer is $66$. You can use Euclid Algorithm or Prime factorization method to find HCF.
Note : HCF denotes Highest Common Factor
edited Nov 27 at 17:08
answered Nov 27 at 13:35
Akash Roy
1
1
HCF? What is HCF?
– 5xum
Nov 27 at 17:06
Highest common factor @5xum or Greatest common divisor
– Akash Roy
Nov 27 at 17:07
Is the answer right?
– Akash Roy
Nov 27 at 17:08
It's correct, but I think we should spare the extra 1.5 seconds to write out ambiguous abreviations such as HCF...
– 5xum
Nov 27 at 17:30
Should I replace it with GCD?
– Akash Roy
Nov 27 at 17:31
|
show 1 more comment
HCF? What is HCF?
– 5xum
Nov 27 at 17:06
Highest common factor @5xum or Greatest common divisor
– Akash Roy
Nov 27 at 17:07
Is the answer right?
– Akash Roy
Nov 27 at 17:08
It's correct, but I think we should spare the extra 1.5 seconds to write out ambiguous abreviations such as HCF...
– 5xum
Nov 27 at 17:30
Should I replace it with GCD?
– Akash Roy
Nov 27 at 17:31
HCF? What is HCF?
– 5xum
Nov 27 at 17:06
HCF? What is HCF?
– 5xum
Nov 27 at 17:06
Highest common factor @5xum or Greatest common divisor
– Akash Roy
Nov 27 at 17:07
Highest common factor @5xum or Greatest common divisor
– Akash Roy
Nov 27 at 17:07
Is the answer right?
– Akash Roy
Nov 27 at 17:08
Is the answer right?
– Akash Roy
Nov 27 at 17:08
It's correct, but I think we should spare the extra 1.5 seconds to write out ambiguous abreviations such as HCF...
– 5xum
Nov 27 at 17:30
It's correct, but I think we should spare the extra 1.5 seconds to write out ambiguous abreviations such as HCF...
– 5xum
Nov 27 at 17:30
Should I replace it with GCD?
– Akash Roy
Nov 27 at 17:31
Should I replace it with GCD?
– Akash Roy
Nov 27 at 17:31
|
show 1 more 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%2f3015746%2fmodulus-with-divisor-unknown%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
Is my answer right? Please check once .
– Akash Roy
Nov 27 at 14:07