Algebraic treatment of finding a dividend given quotient, divisor, and remainder












0












$begingroup$


Given a divisor of $19$ and a remainder of $11$ and a quotient of $37$ where we want to calculate the dividend, I intuitively guess that the formula is



$$frac{x-11}{19} = 37$$



giving $714$. Was I asleep in class when they talked about a formal way to handle this issue? Can someone give a more abstract theoretical explanation? It seems mod should be in this somewhere.










share|cite|improve this question









$endgroup$








  • 4




    $begingroup$
    Why would you need modular arithmetic to do this? By definition, $x=19(37)+11$.
    $endgroup$
    – John Douma
    Dec 21 '18 at 3:06










  • $begingroup$
    It just seems like there might be a deeper mathematical truth to this than just what seems to be intuitive.
    $endgroup$
    – 147pm
    Dec 21 '18 at 3:27










  • $begingroup$
    "It just seems like there might be a deeper mathematical truth to this than just what seems to be intuitive" Not for something this basic, there isn't.
    $endgroup$
    – fleablood
    Dec 21 '18 at 3:58






  • 1




    $begingroup$
    For every integer $N $ and positive integer $d $ there are two unique integers $q $ and $r $ so that $0le r <d $ and $N=qd+r $. And that is as deep and abstract as it gets. We can come up the algebraic terms (the integers is a unique factorization domain) but that's the end all and be all.
    $endgroup$
    – fleablood
    Dec 21 '18 at 4:04










  • $begingroup$
    @fleablood: Yes, that's the number theory-esque approach I was looking for. Thanks. I come from the programming world where I instinctively want to see such things in algorithm-friendly ways.
    $endgroup$
    – 147pm
    Dec 21 '18 at 5:25
















0












$begingroup$


Given a divisor of $19$ and a remainder of $11$ and a quotient of $37$ where we want to calculate the dividend, I intuitively guess that the formula is



$$frac{x-11}{19} = 37$$



giving $714$. Was I asleep in class when they talked about a formal way to handle this issue? Can someone give a more abstract theoretical explanation? It seems mod should be in this somewhere.










share|cite|improve this question









$endgroup$








  • 4




    $begingroup$
    Why would you need modular arithmetic to do this? By definition, $x=19(37)+11$.
    $endgroup$
    – John Douma
    Dec 21 '18 at 3:06










  • $begingroup$
    It just seems like there might be a deeper mathematical truth to this than just what seems to be intuitive.
    $endgroup$
    – 147pm
    Dec 21 '18 at 3:27










  • $begingroup$
    "It just seems like there might be a deeper mathematical truth to this than just what seems to be intuitive" Not for something this basic, there isn't.
    $endgroup$
    – fleablood
    Dec 21 '18 at 3:58






  • 1




    $begingroup$
    For every integer $N $ and positive integer $d $ there are two unique integers $q $ and $r $ so that $0le r <d $ and $N=qd+r $. And that is as deep and abstract as it gets. We can come up the algebraic terms (the integers is a unique factorization domain) but that's the end all and be all.
    $endgroup$
    – fleablood
    Dec 21 '18 at 4:04










  • $begingroup$
    @fleablood: Yes, that's the number theory-esque approach I was looking for. Thanks. I come from the programming world where I instinctively want to see such things in algorithm-friendly ways.
    $endgroup$
    – 147pm
    Dec 21 '18 at 5:25














0












0








0





$begingroup$


Given a divisor of $19$ and a remainder of $11$ and a quotient of $37$ where we want to calculate the dividend, I intuitively guess that the formula is



$$frac{x-11}{19} = 37$$



giving $714$. Was I asleep in class when they talked about a formal way to handle this issue? Can someone give a more abstract theoretical explanation? It seems mod should be in this somewhere.










share|cite|improve this question









$endgroup$




Given a divisor of $19$ and a remainder of $11$ and a quotient of $37$ where we want to calculate the dividend, I intuitively guess that the formula is



$$frac{x-11}{19} = 37$$



giving $714$. Was I asleep in class when they talked about a formal way to handle this issue? Can someone give a more abstract theoretical explanation? It seems mod should be in this somewhere.







algebra-precalculus






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Dec 21 '18 at 3:03









147pm147pm

335212




335212








  • 4




    $begingroup$
    Why would you need modular arithmetic to do this? By definition, $x=19(37)+11$.
    $endgroup$
    – John Douma
    Dec 21 '18 at 3:06










  • $begingroup$
    It just seems like there might be a deeper mathematical truth to this than just what seems to be intuitive.
    $endgroup$
    – 147pm
    Dec 21 '18 at 3:27










  • $begingroup$
    "It just seems like there might be a deeper mathematical truth to this than just what seems to be intuitive" Not for something this basic, there isn't.
    $endgroup$
    – fleablood
    Dec 21 '18 at 3:58






  • 1




    $begingroup$
    For every integer $N $ and positive integer $d $ there are two unique integers $q $ and $r $ so that $0le r <d $ and $N=qd+r $. And that is as deep and abstract as it gets. We can come up the algebraic terms (the integers is a unique factorization domain) but that's the end all and be all.
    $endgroup$
    – fleablood
    Dec 21 '18 at 4:04










  • $begingroup$
    @fleablood: Yes, that's the number theory-esque approach I was looking for. Thanks. I come from the programming world where I instinctively want to see such things in algorithm-friendly ways.
    $endgroup$
    – 147pm
    Dec 21 '18 at 5:25














  • 4




    $begingroup$
    Why would you need modular arithmetic to do this? By definition, $x=19(37)+11$.
    $endgroup$
    – John Douma
    Dec 21 '18 at 3:06










  • $begingroup$
    It just seems like there might be a deeper mathematical truth to this than just what seems to be intuitive.
    $endgroup$
    – 147pm
    Dec 21 '18 at 3:27










  • $begingroup$
    "It just seems like there might be a deeper mathematical truth to this than just what seems to be intuitive" Not for something this basic, there isn't.
    $endgroup$
    – fleablood
    Dec 21 '18 at 3:58






  • 1




    $begingroup$
    For every integer $N $ and positive integer $d $ there are two unique integers $q $ and $r $ so that $0le r <d $ and $N=qd+r $. And that is as deep and abstract as it gets. We can come up the algebraic terms (the integers is a unique factorization domain) but that's the end all and be all.
    $endgroup$
    – fleablood
    Dec 21 '18 at 4:04










  • $begingroup$
    @fleablood: Yes, that's the number theory-esque approach I was looking for. Thanks. I come from the programming world where I instinctively want to see such things in algorithm-friendly ways.
    $endgroup$
    – 147pm
    Dec 21 '18 at 5:25








4




4




$begingroup$
Why would you need modular arithmetic to do this? By definition, $x=19(37)+11$.
$endgroup$
– John Douma
Dec 21 '18 at 3:06




$begingroup$
Why would you need modular arithmetic to do this? By definition, $x=19(37)+11$.
$endgroup$
– John Douma
Dec 21 '18 at 3:06












$begingroup$
It just seems like there might be a deeper mathematical truth to this than just what seems to be intuitive.
$endgroup$
– 147pm
Dec 21 '18 at 3:27




$begingroup$
It just seems like there might be a deeper mathematical truth to this than just what seems to be intuitive.
$endgroup$
– 147pm
Dec 21 '18 at 3:27












$begingroup$
"It just seems like there might be a deeper mathematical truth to this than just what seems to be intuitive" Not for something this basic, there isn't.
$endgroup$
– fleablood
Dec 21 '18 at 3:58




$begingroup$
"It just seems like there might be a deeper mathematical truth to this than just what seems to be intuitive" Not for something this basic, there isn't.
$endgroup$
– fleablood
Dec 21 '18 at 3:58




1




1




$begingroup$
For every integer $N $ and positive integer $d $ there are two unique integers $q $ and $r $ so that $0le r <d $ and $N=qd+r $. And that is as deep and abstract as it gets. We can come up the algebraic terms (the integers is a unique factorization domain) but that's the end all and be all.
$endgroup$
– fleablood
Dec 21 '18 at 4:04




$begingroup$
For every integer $N $ and positive integer $d $ there are two unique integers $q $ and $r $ so that $0le r <d $ and $N=qd+r $. And that is as deep and abstract as it gets. We can come up the algebraic terms (the integers is a unique factorization domain) but that's the end all and be all.
$endgroup$
– fleablood
Dec 21 '18 at 4:04












$begingroup$
@fleablood: Yes, that's the number theory-esque approach I was looking for. Thanks. I come from the programming world where I instinctively want to see such things in algorithm-friendly ways.
$endgroup$
– 147pm
Dec 21 '18 at 5:25




$begingroup$
@fleablood: Yes, that's the number theory-esque approach I was looking for. Thanks. I come from the programming world where I instinctively want to see such things in algorithm-friendly ways.
$endgroup$
– 147pm
Dec 21 '18 at 5:25










1 Answer
1






active

oldest

votes


















0












$begingroup$

Guessing is not math. A number x is divided by

19 with a result of 37 and a remainder of 11.



Thus x/19 = 37 + 11/19. So use simple algebra

to solve for x. Do you know how to do that?






share|cite|improve this answer









$endgroup$













  • $begingroup$
    As I stated above, I was looking for the Euclidean division treatment. I took a number theory course and this problem probably reminded me of it.
    $endgroup$
    – 147pm
    Dec 21 '18 at 19:22










  • $begingroup$
    Number theory not needed. x = 11 (mod 19) is the hard way to solve the problem.
    $endgroup$
    – William Elliot
    Dec 21 '18 at 23:00












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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3048138%2falgebraic-treatment-of-finding-a-dividend-given-quotient-divisor-and-remainder%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









0












$begingroup$

Guessing is not math. A number x is divided by

19 with a result of 37 and a remainder of 11.



Thus x/19 = 37 + 11/19. So use simple algebra

to solve for x. Do you know how to do that?






share|cite|improve this answer









$endgroup$













  • $begingroup$
    As I stated above, I was looking for the Euclidean division treatment. I took a number theory course and this problem probably reminded me of it.
    $endgroup$
    – 147pm
    Dec 21 '18 at 19:22










  • $begingroup$
    Number theory not needed. x = 11 (mod 19) is the hard way to solve the problem.
    $endgroup$
    – William Elliot
    Dec 21 '18 at 23:00
















0












$begingroup$

Guessing is not math. A number x is divided by

19 with a result of 37 and a remainder of 11.



Thus x/19 = 37 + 11/19. So use simple algebra

to solve for x. Do you know how to do that?






share|cite|improve this answer









$endgroup$













  • $begingroup$
    As I stated above, I was looking for the Euclidean division treatment. I took a number theory course and this problem probably reminded me of it.
    $endgroup$
    – 147pm
    Dec 21 '18 at 19:22










  • $begingroup$
    Number theory not needed. x = 11 (mod 19) is the hard way to solve the problem.
    $endgroup$
    – William Elliot
    Dec 21 '18 at 23:00














0












0








0





$begingroup$

Guessing is not math. A number x is divided by

19 with a result of 37 and a remainder of 11.



Thus x/19 = 37 + 11/19. So use simple algebra

to solve for x. Do you know how to do that?






share|cite|improve this answer









$endgroup$



Guessing is not math. A number x is divided by

19 with a result of 37 and a remainder of 11.



Thus x/19 = 37 + 11/19. So use simple algebra

to solve for x. Do you know how to do that?







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered Dec 21 '18 at 9:43









William ElliotWilliam Elliot

9,1662820




9,1662820












  • $begingroup$
    As I stated above, I was looking for the Euclidean division treatment. I took a number theory course and this problem probably reminded me of it.
    $endgroup$
    – 147pm
    Dec 21 '18 at 19:22










  • $begingroup$
    Number theory not needed. x = 11 (mod 19) is the hard way to solve the problem.
    $endgroup$
    – William Elliot
    Dec 21 '18 at 23:00


















  • $begingroup$
    As I stated above, I was looking for the Euclidean division treatment. I took a number theory course and this problem probably reminded me of it.
    $endgroup$
    – 147pm
    Dec 21 '18 at 19:22










  • $begingroup$
    Number theory not needed. x = 11 (mod 19) is the hard way to solve the problem.
    $endgroup$
    – William Elliot
    Dec 21 '18 at 23:00
















$begingroup$
As I stated above, I was looking for the Euclidean division treatment. I took a number theory course and this problem probably reminded me of it.
$endgroup$
– 147pm
Dec 21 '18 at 19:22




$begingroup$
As I stated above, I was looking for the Euclidean division treatment. I took a number theory course and this problem probably reminded me of it.
$endgroup$
– 147pm
Dec 21 '18 at 19:22












$begingroup$
Number theory not needed. x = 11 (mod 19) is the hard way to solve the problem.
$endgroup$
– William Elliot
Dec 21 '18 at 23:00




$begingroup$
Number theory not needed. x = 11 (mod 19) is the hard way to solve the problem.
$endgroup$
– William Elliot
Dec 21 '18 at 23:00


















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3048138%2falgebraic-treatment-of-finding-a-dividend-given-quotient-divisor-and-remainder%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Plaza Victoria

In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...