Find all [x;y] for which: GCD(x,y) + 5 = LCM(x,y)Greatest Common Factors and Least Common MultiplesWhy don't...
What is Tony Stark injecting into himself in Iron Man 3?
Does the US political system, in principle, allow for a no-party system?
Was it really inappropriate to write a pull request for the company I interviewed with?
Sort array by month and year
Why isn't P and P/poly trivially the same?
How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?
How to make sure I'm assertive enough in contact with subordinates?
Exempt portion of equation line from aligning?
What does it take to become a wilderness skills guide as a business?
What is the oldest European royal house?
Who has more? Ireland or Iceland?
Why do we call complex numbers “numbers” but we don’t consider 2-vectors numbers?
Why would /etc/passwd be used every time someone executes `ls -l` command?
How spaceships determine each other's mass in space?
Is it appropriate to ask a former professor to order a library book for me through ILL?
School performs periodic password audits. Is my password compromised?
What is better: yes / no radio, or simple checkbox?
Has a sovereign Communist government ever run, and conceded loss, on a fair election?
Does an unused member variable take up memory?
How to recover against Snake as a heavyweight character?
Should I file my taxes? No income, unemployed, but paid 2k in student loan interest
What can I do if someone tampers with my SSH public key?
What exactly is the meaning of "fine wine"?
A running toilet that stops itself
Find all [x;y] for which: GCD(x,y) + 5 = LCM(x,y)
Greatest Common Factors and Least Common MultiplesWhy don't all elements of an arithmetic progression divide the lcm of the start and step?LCM. What am I missing?Problem with equation containing $operatorname{lcm}$ and $gcd$$B$-powersmooth number divides $mathrm{lcm}(1,2,3,ldots B)$GCD of $a+b$ and $frac{a^p + b^p}{a+b}$If $gcd(|x|,|y|) = 1$ then $|xy| = mathrm{lcm}(|x|,|y|)$ in an abelian group.How many pairs of numbers exist,which satisfy the following conditions?computing difference between all pairs of numbers which is given in ascending orderProving If and only if gcd(a,b) = gcd(b,c) = 1, then gcd(ab,c) = 1
$begingroup$
Suppose we have two numbers (x and y) both of which are from the natural numbers. The task is:
Find all [x;y] pairs for which:
GCD(x,y) + 5 = LCM(x,y)
The result should be:
{[1;6], [6;1], [2;3], [3;2], [5;10], [10;5]}
The problem is I have no idea how to get to the result. I got stuck in a loop of statements. So I'll appreciate any input.
elementary-number-theory
$endgroup$
add a comment |
$begingroup$
Suppose we have two numbers (x and y) both of which are from the natural numbers. The task is:
Find all [x;y] pairs for which:
GCD(x,y) + 5 = LCM(x,y)
The result should be:
{[1;6], [6;1], [2;3], [3;2], [5;10], [10;5]}
The problem is I have no idea how to get to the result. I got stuck in a loop of statements. So I'll appreciate any input.
elementary-number-theory
$endgroup$
add a comment |
$begingroup$
Suppose we have two numbers (x and y) both of which are from the natural numbers. The task is:
Find all [x;y] pairs for which:
GCD(x,y) + 5 = LCM(x,y)
The result should be:
{[1;6], [6;1], [2;3], [3;2], [5;10], [10;5]}
The problem is I have no idea how to get to the result. I got stuck in a loop of statements. So I'll appreciate any input.
elementary-number-theory
$endgroup$
Suppose we have two numbers (x and y) both of which are from the natural numbers. The task is:
Find all [x;y] pairs for which:
GCD(x,y) + 5 = LCM(x,y)
The result should be:
{[1;6], [6;1], [2;3], [3;2], [5;10], [10;5]}
The problem is I have no idea how to get to the result. I got stuck in a loop of statements. So I'll appreciate any input.
elementary-number-theory
elementary-number-theory
asked Oct 16 '16 at 17:44
DeritusDeritus
125
125
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
Note that the lcm is a multiple of the gcd, hence (as it is different) at least twice as big. This makes the lcm $le 10$, and leaves only $(1,6), (5,10)$ for $(gcd,operatorname{lcm})$
$endgroup$
$begingroup$
Took me quite a while to see it but I finalyl got it. Thank you!
$endgroup$
– Deritus
Oct 16 '16 at 18:34
add a comment |
$begingroup$
Hint:
Rewrite $x=md,y=nd$ where $gcd(m,n)=1$ then find that $d|5$
$endgroup$
add a comment |
$begingroup$
Hint $newcommand{lcm}{operatorname{lcm}}$Since $gcd(x,y)midgcd(x,y)$ and $gcd(x,y) mid lcm(x,y)$ then we gave
$$gcd(x,y)midlcm(x,y)-gcd(x,y)=5$$.
This shows that $gcd(x,y) in {1,5 }$.
$endgroup$
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%2f1971337%2ffind-all-xy-for-which-gcdx-y-5-lcmx-y%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
$begingroup$
Note that the lcm is a multiple of the gcd, hence (as it is different) at least twice as big. This makes the lcm $le 10$, and leaves only $(1,6), (5,10)$ for $(gcd,operatorname{lcm})$
$endgroup$
$begingroup$
Took me quite a while to see it but I finalyl got it. Thank you!
$endgroup$
– Deritus
Oct 16 '16 at 18:34
add a comment |
$begingroup$
Note that the lcm is a multiple of the gcd, hence (as it is different) at least twice as big. This makes the lcm $le 10$, and leaves only $(1,6), (5,10)$ for $(gcd,operatorname{lcm})$
$endgroup$
$begingroup$
Took me quite a while to see it but I finalyl got it. Thank you!
$endgroup$
– Deritus
Oct 16 '16 at 18:34
add a comment |
$begingroup$
Note that the lcm is a multiple of the gcd, hence (as it is different) at least twice as big. This makes the lcm $le 10$, and leaves only $(1,6), (5,10)$ for $(gcd,operatorname{lcm})$
$endgroup$
Note that the lcm is a multiple of the gcd, hence (as it is different) at least twice as big. This makes the lcm $le 10$, and leaves only $(1,6), (5,10)$ for $(gcd,operatorname{lcm})$
answered Oct 16 '16 at 17:48
Hagen von EitzenHagen von Eitzen
282k23272507
282k23272507
$begingroup$
Took me quite a while to see it but I finalyl got it. Thank you!
$endgroup$
– Deritus
Oct 16 '16 at 18:34
add a comment |
$begingroup$
Took me quite a while to see it but I finalyl got it. Thank you!
$endgroup$
– Deritus
Oct 16 '16 at 18:34
$begingroup$
Took me quite a while to see it but I finalyl got it. Thank you!
$endgroup$
– Deritus
Oct 16 '16 at 18:34
$begingroup$
Took me quite a while to see it but I finalyl got it. Thank you!
$endgroup$
– Deritus
Oct 16 '16 at 18:34
add a comment |
$begingroup$
Hint:
Rewrite $x=md,y=nd$ where $gcd(m,n)=1$ then find that $d|5$
$endgroup$
add a comment |
$begingroup$
Hint:
Rewrite $x=md,y=nd$ where $gcd(m,n)=1$ then find that $d|5$
$endgroup$
add a comment |
$begingroup$
Hint:
Rewrite $x=md,y=nd$ where $gcd(m,n)=1$ then find that $d|5$
$endgroup$
Hint:
Rewrite $x=md,y=nd$ where $gcd(m,n)=1$ then find that $d|5$
answered Oct 16 '16 at 17:48
arberavdullahuarberavdullahu
1,1571513
1,1571513
add a comment |
add a comment |
$begingroup$
Hint $newcommand{lcm}{operatorname{lcm}}$Since $gcd(x,y)midgcd(x,y)$ and $gcd(x,y) mid lcm(x,y)$ then we gave
$$gcd(x,y)midlcm(x,y)-gcd(x,y)=5$$.
This shows that $gcd(x,y) in {1,5 }$.
$endgroup$
add a comment |
$begingroup$
Hint $newcommand{lcm}{operatorname{lcm}}$Since $gcd(x,y)midgcd(x,y)$ and $gcd(x,y) mid lcm(x,y)$ then we gave
$$gcd(x,y)midlcm(x,y)-gcd(x,y)=5$$.
This shows that $gcd(x,y) in {1,5 }$.
$endgroup$
add a comment |
$begingroup$
Hint $newcommand{lcm}{operatorname{lcm}}$Since $gcd(x,y)midgcd(x,y)$ and $gcd(x,y) mid lcm(x,y)$ then we gave
$$gcd(x,y)midlcm(x,y)-gcd(x,y)=5$$.
This shows that $gcd(x,y) in {1,5 }$.
$endgroup$
Hint $newcommand{lcm}{operatorname{lcm}}$Since $gcd(x,y)midgcd(x,y)$ and $gcd(x,y) mid lcm(x,y)$ then we gave
$$gcd(x,y)midlcm(x,y)-gcd(x,y)=5$$.
This shows that $gcd(x,y) in {1,5 }$.
edited yesterday
Martin Sleziak
44.8k10119273
44.8k10119273
answered Oct 16 '16 at 17:51
N. S.N. S.
104k7114209
104k7114209
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.
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%2f1971337%2ffind-all-xy-for-which-gcdx-y-5-lcmx-y%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