$13t$ mod $5.2=5.2-26t$ mod $5.2$. Solve for $t$
$begingroup$
Two points are 5.2Km apart. Two people are initially at the opposite ends. They start running between the points back and forth with speeds of 13Kmph and 26Kmph respectively. They do this for 6 hours. How many times do they meet each other?
My attempt:
Position of 1st person after time $t=13t mod 5.2$
Position of 2nd person after time $t=5.2-26 mod 5.2$
So $13t mod 5.2=5.2-26t mod 5.2$
$13t mod 5.2+26t mod 5.2=5.2$
Taking mod on both sides
$(13t mod 5.2+26t mod 5.2)mod 5.2=5.2 mod 5.2$
$(13t+26t) mod 5.2=0$
$39t=5.2k$
$t=frac{5.2k}{39}$
Since $t<6 hours$
$frac{5.2k}{39}<6$
$k<45$
So they meet 45 times.
However, the options are 1, 2, 3 or 4 times
EDIT- I think my equations for their positions are wrong. How do I get the correct equations with explanation?
modular-arithmetic
$endgroup$
add a comment |
$begingroup$
Two points are 5.2Km apart. Two people are initially at the opposite ends. They start running between the points back and forth with speeds of 13Kmph and 26Kmph respectively. They do this for 6 hours. How many times do they meet each other?
My attempt:
Position of 1st person after time $t=13t mod 5.2$
Position of 2nd person after time $t=5.2-26 mod 5.2$
So $13t mod 5.2=5.2-26t mod 5.2$
$13t mod 5.2+26t mod 5.2=5.2$
Taking mod on both sides
$(13t mod 5.2+26t mod 5.2)mod 5.2=5.2 mod 5.2$
$(13t+26t) mod 5.2=0$
$39t=5.2k$
$t=frac{5.2k}{39}$
Since $t<6 hours$
$frac{5.2k}{39}<6$
$k<45$
So they meet 45 times.
However, the options are 1, 2, 3 or 4 times
EDIT- I think my equations for their positions are wrong. How do I get the correct equations with explanation?
modular-arithmetic
$endgroup$
$begingroup$
A quick comment: when doing modular arithmetic get rid of decimal points. Instead of working with KM as unit, use metres.
$endgroup$
– P Vanchinathan
Dec 19 '18 at 2:42
$begingroup$
@PVanchinathan But why?
$endgroup$
– Ryder Rude
Dec 19 '18 at 2:45
$begingroup$
Because modular arithmetic is about whole numbers and divisibility relations them and about remainders upon division. If you work with real numbers any number is divisible by any non-zero number and divisibility is not an issue at all. One does not talk of right boat design for fish, for humans yes.
$endgroup$
– P Vanchinathan
Dec 19 '18 at 3:02
$begingroup$
@PVanchinathan But my calculator works fine with decimals too. For example, 2pi mod 2.5 can be 2pi-5. Because 5 is the largest integral multiple of 2.5 which is smaller than 2pi. I don't think there's any problem with defining mod like this. It's just the k-values which must be integers for this to work.
$endgroup$
– Ryder Rude
Dec 19 '18 at 3:08
$begingroup$
Here you are using $pi$ with a unit, radians, what physicists call quantity with dimension, something that measures angles. One can use an alternative unit and work with integral multiples of $pi$. In number theory WHOLE numbers are dimensionless objects.
$endgroup$
– P Vanchinathan
Dec 19 '18 at 3:11
add a comment |
$begingroup$
Two points are 5.2Km apart. Two people are initially at the opposite ends. They start running between the points back and forth with speeds of 13Kmph and 26Kmph respectively. They do this for 6 hours. How many times do they meet each other?
My attempt:
Position of 1st person after time $t=13t mod 5.2$
Position of 2nd person after time $t=5.2-26 mod 5.2$
So $13t mod 5.2=5.2-26t mod 5.2$
$13t mod 5.2+26t mod 5.2=5.2$
Taking mod on both sides
$(13t mod 5.2+26t mod 5.2)mod 5.2=5.2 mod 5.2$
$(13t+26t) mod 5.2=0$
$39t=5.2k$
$t=frac{5.2k}{39}$
Since $t<6 hours$
$frac{5.2k}{39}<6$
$k<45$
So they meet 45 times.
However, the options are 1, 2, 3 or 4 times
EDIT- I think my equations for their positions are wrong. How do I get the correct equations with explanation?
modular-arithmetic
$endgroup$
Two points are 5.2Km apart. Two people are initially at the opposite ends. They start running between the points back and forth with speeds of 13Kmph and 26Kmph respectively. They do this for 6 hours. How many times do they meet each other?
My attempt:
Position of 1st person after time $t=13t mod 5.2$
Position of 2nd person after time $t=5.2-26 mod 5.2$
So $13t mod 5.2=5.2-26t mod 5.2$
$13t mod 5.2+26t mod 5.2=5.2$
Taking mod on both sides
$(13t mod 5.2+26t mod 5.2)mod 5.2=5.2 mod 5.2$
$(13t+26t) mod 5.2=0$
$39t=5.2k$
$t=frac{5.2k}{39}$
Since $t<6 hours$
$frac{5.2k}{39}<6$
$k<45$
So they meet 45 times.
However, the options are 1, 2, 3 or 4 times
EDIT- I think my equations for their positions are wrong. How do I get the correct equations with explanation?
modular-arithmetic
modular-arithmetic
edited Dec 19 '18 at 2:53
Key Flex
8,57761233
8,57761233
asked Dec 19 '18 at 2:24
Ryder RudeRyder Rude
447112
447112
$begingroup$
A quick comment: when doing modular arithmetic get rid of decimal points. Instead of working with KM as unit, use metres.
$endgroup$
– P Vanchinathan
Dec 19 '18 at 2:42
$begingroup$
@PVanchinathan But why?
$endgroup$
– Ryder Rude
Dec 19 '18 at 2:45
$begingroup$
Because modular arithmetic is about whole numbers and divisibility relations them and about remainders upon division. If you work with real numbers any number is divisible by any non-zero number and divisibility is not an issue at all. One does not talk of right boat design for fish, for humans yes.
$endgroup$
– P Vanchinathan
Dec 19 '18 at 3:02
$begingroup$
@PVanchinathan But my calculator works fine with decimals too. For example, 2pi mod 2.5 can be 2pi-5. Because 5 is the largest integral multiple of 2.5 which is smaller than 2pi. I don't think there's any problem with defining mod like this. It's just the k-values which must be integers for this to work.
$endgroup$
– Ryder Rude
Dec 19 '18 at 3:08
$begingroup$
Here you are using $pi$ with a unit, radians, what physicists call quantity with dimension, something that measures angles. One can use an alternative unit and work with integral multiples of $pi$. In number theory WHOLE numbers are dimensionless objects.
$endgroup$
– P Vanchinathan
Dec 19 '18 at 3:11
add a comment |
$begingroup$
A quick comment: when doing modular arithmetic get rid of decimal points. Instead of working with KM as unit, use metres.
$endgroup$
– P Vanchinathan
Dec 19 '18 at 2:42
$begingroup$
@PVanchinathan But why?
$endgroup$
– Ryder Rude
Dec 19 '18 at 2:45
$begingroup$
Because modular arithmetic is about whole numbers and divisibility relations them and about remainders upon division. If you work with real numbers any number is divisible by any non-zero number and divisibility is not an issue at all. One does not talk of right boat design for fish, for humans yes.
$endgroup$
– P Vanchinathan
Dec 19 '18 at 3:02
$begingroup$
@PVanchinathan But my calculator works fine with decimals too. For example, 2pi mod 2.5 can be 2pi-5. Because 5 is the largest integral multiple of 2.5 which is smaller than 2pi. I don't think there's any problem with defining mod like this. It's just the k-values which must be integers for this to work.
$endgroup$
– Ryder Rude
Dec 19 '18 at 3:08
$begingroup$
Here you are using $pi$ with a unit, radians, what physicists call quantity with dimension, something that measures angles. One can use an alternative unit and work with integral multiples of $pi$. In number theory WHOLE numbers are dimensionless objects.
$endgroup$
– P Vanchinathan
Dec 19 '18 at 3:11
$begingroup$
A quick comment: when doing modular arithmetic get rid of decimal points. Instead of working with KM as unit, use metres.
$endgroup$
– P Vanchinathan
Dec 19 '18 at 2:42
$begingroup$
A quick comment: when doing modular arithmetic get rid of decimal points. Instead of working with KM as unit, use metres.
$endgroup$
– P Vanchinathan
Dec 19 '18 at 2:42
$begingroup$
@PVanchinathan But why?
$endgroup$
– Ryder Rude
Dec 19 '18 at 2:45
$begingroup$
@PVanchinathan But why?
$endgroup$
– Ryder Rude
Dec 19 '18 at 2:45
$begingroup$
Because modular arithmetic is about whole numbers and divisibility relations them and about remainders upon division. If you work with real numbers any number is divisible by any non-zero number and divisibility is not an issue at all. One does not talk of right boat design for fish, for humans yes.
$endgroup$
– P Vanchinathan
Dec 19 '18 at 3:02
$begingroup$
Because modular arithmetic is about whole numbers and divisibility relations them and about remainders upon division. If you work with real numbers any number is divisible by any non-zero number and divisibility is not an issue at all. One does not talk of right boat design for fish, for humans yes.
$endgroup$
– P Vanchinathan
Dec 19 '18 at 3:02
$begingroup$
@PVanchinathan But my calculator works fine with decimals too. For example, 2pi mod 2.5 can be 2pi-5. Because 5 is the largest integral multiple of 2.5 which is smaller than 2pi. I don't think there's any problem with defining mod like this. It's just the k-values which must be integers for this to work.
$endgroup$
– Ryder Rude
Dec 19 '18 at 3:08
$begingroup$
@PVanchinathan But my calculator works fine with decimals too. For example, 2pi mod 2.5 can be 2pi-5. Because 5 is the largest integral multiple of 2.5 which is smaller than 2pi. I don't think there's any problem with defining mod like this. It's just the k-values which must be integers for this to work.
$endgroup$
– Ryder Rude
Dec 19 '18 at 3:08
$begingroup$
Here you are using $pi$ with a unit, radians, what physicists call quantity with dimension, something that measures angles. One can use an alternative unit and work with integral multiples of $pi$. In number theory WHOLE numbers are dimensionless objects.
$endgroup$
– P Vanchinathan
Dec 19 '18 at 3:11
$begingroup$
Here you are using $pi$ with a unit, radians, what physicists call quantity with dimension, something that measures angles. One can use an alternative unit and work with integral multiples of $pi$. In number theory WHOLE numbers are dimensionless objects.
$endgroup$
– P Vanchinathan
Dec 19 '18 at 3:11
add a comment |
0
active
oldest
votes
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%2f3045917%2f13t-mod-5-2-5-2-26t-mod-5-2-solve-for-t%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3045917%2f13t-mod-5-2-5-2-26t-mod-5-2-solve-for-t%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
$begingroup$
A quick comment: when doing modular arithmetic get rid of decimal points. Instead of working with KM as unit, use metres.
$endgroup$
– P Vanchinathan
Dec 19 '18 at 2:42
$begingroup$
@PVanchinathan But why?
$endgroup$
– Ryder Rude
Dec 19 '18 at 2:45
$begingroup$
Because modular arithmetic is about whole numbers and divisibility relations them and about remainders upon division. If you work with real numbers any number is divisible by any non-zero number and divisibility is not an issue at all. One does not talk of right boat design for fish, for humans yes.
$endgroup$
– P Vanchinathan
Dec 19 '18 at 3:02
$begingroup$
@PVanchinathan But my calculator works fine with decimals too. For example, 2pi mod 2.5 can be 2pi-5. Because 5 is the largest integral multiple of 2.5 which is smaller than 2pi. I don't think there's any problem with defining mod like this. It's just the k-values which must be integers for this to work.
$endgroup$
– Ryder Rude
Dec 19 '18 at 3:08
$begingroup$
Here you are using $pi$ with a unit, radians, what physicists call quantity with dimension, something that measures angles. One can use an alternative unit and work with integral multiples of $pi$. In number theory WHOLE numbers are dimensionless objects.
$endgroup$
– P Vanchinathan
Dec 19 '18 at 3:11