Houses and Telephone #s
$begingroup$
There are 16 houses consecutively numbered 1-16. All houses have 7-digit telephone numbers, numbered consecutively, in the same order. For example, if house #3's phone number is 1111111, house #4 will be 1111112. The phone number is always divisible by the house number. House #13's phone number is also divisible by the number #17. What is the phone number that would correspond to house #17, if one was built?
logical-deduction calculation-puzzle algebra
$endgroup$
add a comment |
$begingroup$
There are 16 houses consecutively numbered 1-16. All houses have 7-digit telephone numbers, numbered consecutively, in the same order. For example, if house #3's phone number is 1111111, house #4 will be 1111112. The phone number is always divisible by the house number. House #13's phone number is also divisible by the number #17. What is the phone number that would correspond to house #17, if one was built?
logical-deduction calculation-puzzle algebra
$endgroup$
add a comment |
$begingroup$
There are 16 houses consecutively numbered 1-16. All houses have 7-digit telephone numbers, numbered consecutively, in the same order. For example, if house #3's phone number is 1111111, house #4 will be 1111112. The phone number is always divisible by the house number. House #13's phone number is also divisible by the number #17. What is the phone number that would correspond to house #17, if one was built?
logical-deduction calculation-puzzle algebra
$endgroup$
There are 16 houses consecutively numbered 1-16. All houses have 7-digit telephone numbers, numbered consecutively, in the same order. For example, if house #3's phone number is 1111111, house #4 will be 1111112. The phone number is always divisible by the house number. House #13's phone number is also divisible by the number #17. What is the phone number that would correspond to house #17, if one was built?
logical-deduction calculation-puzzle algebra
logical-deduction calculation-puzzle algebra
edited 18 mins ago
Rubio♦
28.9k565178
28.9k565178
asked May 28 '18 at 16:38
user18842sosuser18842sos
1
1
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
$7927937$.
Explanation:
Let the "$0$th" house have number $x$, i.e., house $i$ has number $x+i$. For each house number $i$ from $1$ to $16$, $i$ divides $x+i$, so $i$ must divide $x$. Therefore, $x$ must be a multiple of the LCM of the first $16$ positive integers, which is $720720$. Say $x=720720k$. We also know that $17$ divides $x+13=720720k+13$, so because $720720equiv5pmod{17}$, $0equiv720720k+13equiv5k+13pmod{17}$. From here, we can quickly test small values to obtain that $k=11$ is the smallest positive integer satisfying that $17$ divides $5k+13=68$, so the $17$th house is $x+17=720720cdot11+17=7927937$. This solution is also unique because $kequiv11pmod{17}$, so the next smallest possible value of $k$ is $11+17=28$, but then $x=720720cdot28=20180160$ is $8$ digits long.
$endgroup$
1
$begingroup$
Perhaps you can say something about how at first you only know that $kequiv 11pmod{17}$ and that the 7-digit restriction forces you to pick $k=11$.
$endgroup$
– Riley
May 28 '18 at 17:23
add a comment |
$begingroup$
If House 1's number is $abcdefg$, House 2's number must be even, so even-numbered houses have even phone numbers, and odd-numbered ones have odd phone numbers.
Since House 5's number is odd, it can only be 5, so $g=1$.
House 16's number is $9k+7$, $16k$, $5k+1$, $7k+2$, $11k+5$, $13k+3$, $17k+3$, so it can also be written as $13*17k+3=221k+3$.
$221k+3 = 16n$
$13k+3=16n$ (mod 16)
$k=16x+1$
$abcdefg + 16 = 221(16x+1) + 3 = 3536x+224$
$3536x+224 = 11y+5$
$5x+10 = 11y$ (mod 11)
$x = 11y-2$ (mod 11)
$3536(11y-2)+224 = 38896y-6848$
$38896y-6848 = 9z+7$
$7y-6 = 9z$
$y = 9z+6$ (mod 9)
$38896(9z+6)-6848 = 350064z + 226528$
$350064z + 226528 = 7t+2$
$z + 6 = 7t$
$z = 7t+1$ (mod 7)
$350064(7t+1) + 226528 = 2450048t+576592$
It ends with 6, so $t=3 => abcdefg+17 = 7927936 + 1 = 7927937$.
$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: "559"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2fpuzzling.stackexchange.com%2fquestions%2f66349%2fhouses-and-telephone-s%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
$7927937$.
Explanation:
Let the "$0$th" house have number $x$, i.e., house $i$ has number $x+i$. For each house number $i$ from $1$ to $16$, $i$ divides $x+i$, so $i$ must divide $x$. Therefore, $x$ must be a multiple of the LCM of the first $16$ positive integers, which is $720720$. Say $x=720720k$. We also know that $17$ divides $x+13=720720k+13$, so because $720720equiv5pmod{17}$, $0equiv720720k+13equiv5k+13pmod{17}$. From here, we can quickly test small values to obtain that $k=11$ is the smallest positive integer satisfying that $17$ divides $5k+13=68$, so the $17$th house is $x+17=720720cdot11+17=7927937$. This solution is also unique because $kequiv11pmod{17}$, so the next smallest possible value of $k$ is $11+17=28$, but then $x=720720cdot28=20180160$ is $8$ digits long.
$endgroup$
1
$begingroup$
Perhaps you can say something about how at first you only know that $kequiv 11pmod{17}$ and that the 7-digit restriction forces you to pick $k=11$.
$endgroup$
– Riley
May 28 '18 at 17:23
add a comment |
$begingroup$
$7927937$.
Explanation:
Let the "$0$th" house have number $x$, i.e., house $i$ has number $x+i$. For each house number $i$ from $1$ to $16$, $i$ divides $x+i$, so $i$ must divide $x$. Therefore, $x$ must be a multiple of the LCM of the first $16$ positive integers, which is $720720$. Say $x=720720k$. We also know that $17$ divides $x+13=720720k+13$, so because $720720equiv5pmod{17}$, $0equiv720720k+13equiv5k+13pmod{17}$. From here, we can quickly test small values to obtain that $k=11$ is the smallest positive integer satisfying that $17$ divides $5k+13=68$, so the $17$th house is $x+17=720720cdot11+17=7927937$. This solution is also unique because $kequiv11pmod{17}$, so the next smallest possible value of $k$ is $11+17=28$, but then $x=720720cdot28=20180160$ is $8$ digits long.
$endgroup$
1
$begingroup$
Perhaps you can say something about how at first you only know that $kequiv 11pmod{17}$ and that the 7-digit restriction forces you to pick $k=11$.
$endgroup$
– Riley
May 28 '18 at 17:23
add a comment |
$begingroup$
$7927937$.
Explanation:
Let the "$0$th" house have number $x$, i.e., house $i$ has number $x+i$. For each house number $i$ from $1$ to $16$, $i$ divides $x+i$, so $i$ must divide $x$. Therefore, $x$ must be a multiple of the LCM of the first $16$ positive integers, which is $720720$. Say $x=720720k$. We also know that $17$ divides $x+13=720720k+13$, so because $720720equiv5pmod{17}$, $0equiv720720k+13equiv5k+13pmod{17}$. From here, we can quickly test small values to obtain that $k=11$ is the smallest positive integer satisfying that $17$ divides $5k+13=68$, so the $17$th house is $x+17=720720cdot11+17=7927937$. This solution is also unique because $kequiv11pmod{17}$, so the next smallest possible value of $k$ is $11+17=28$, but then $x=720720cdot28=20180160$ is $8$ digits long.
$endgroup$
$7927937$.
Explanation:
Let the "$0$th" house have number $x$, i.e., house $i$ has number $x+i$. For each house number $i$ from $1$ to $16$, $i$ divides $x+i$, so $i$ must divide $x$. Therefore, $x$ must be a multiple of the LCM of the first $16$ positive integers, which is $720720$. Say $x=720720k$. We also know that $17$ divides $x+13=720720k+13$, so because $720720equiv5pmod{17}$, $0equiv720720k+13equiv5k+13pmod{17}$. From here, we can quickly test small values to obtain that $k=11$ is the smallest positive integer satisfying that $17$ divides $5k+13=68$, so the $17$th house is $x+17=720720cdot11+17=7927937$. This solution is also unique because $kequiv11pmod{17}$, so the next smallest possible value of $k$ is $11+17=28$, but then $x=720720cdot28=20180160$ is $8$ digits long.
edited May 28 '18 at 17:31
answered May 28 '18 at 16:43
noednenoedne
6,35011855
6,35011855
1
$begingroup$
Perhaps you can say something about how at first you only know that $kequiv 11pmod{17}$ and that the 7-digit restriction forces you to pick $k=11$.
$endgroup$
– Riley
May 28 '18 at 17:23
add a comment |
1
$begingroup$
Perhaps you can say something about how at first you only know that $kequiv 11pmod{17}$ and that the 7-digit restriction forces you to pick $k=11$.
$endgroup$
– Riley
May 28 '18 at 17:23
1
1
$begingroup$
Perhaps you can say something about how at first you only know that $kequiv 11pmod{17}$ and that the 7-digit restriction forces you to pick $k=11$.
$endgroup$
– Riley
May 28 '18 at 17:23
$begingroup$
Perhaps you can say something about how at first you only know that $kequiv 11pmod{17}$ and that the 7-digit restriction forces you to pick $k=11$.
$endgroup$
– Riley
May 28 '18 at 17:23
add a comment |
$begingroup$
If House 1's number is $abcdefg$, House 2's number must be even, so even-numbered houses have even phone numbers, and odd-numbered ones have odd phone numbers.
Since House 5's number is odd, it can only be 5, so $g=1$.
House 16's number is $9k+7$, $16k$, $5k+1$, $7k+2$, $11k+5$, $13k+3$, $17k+3$, so it can also be written as $13*17k+3=221k+3$.
$221k+3 = 16n$
$13k+3=16n$ (mod 16)
$k=16x+1$
$abcdefg + 16 = 221(16x+1) + 3 = 3536x+224$
$3536x+224 = 11y+5$
$5x+10 = 11y$ (mod 11)
$x = 11y-2$ (mod 11)
$3536(11y-2)+224 = 38896y-6848$
$38896y-6848 = 9z+7$
$7y-6 = 9z$
$y = 9z+6$ (mod 9)
$38896(9z+6)-6848 = 350064z + 226528$
$350064z + 226528 = 7t+2$
$z + 6 = 7t$
$z = 7t+1$ (mod 7)
$350064(7t+1) + 226528 = 2450048t+576592$
It ends with 6, so $t=3 => abcdefg+17 = 7927936 + 1 = 7927937$.
$endgroup$
add a comment |
$begingroup$
If House 1's number is $abcdefg$, House 2's number must be even, so even-numbered houses have even phone numbers, and odd-numbered ones have odd phone numbers.
Since House 5's number is odd, it can only be 5, so $g=1$.
House 16's number is $9k+7$, $16k$, $5k+1$, $7k+2$, $11k+5$, $13k+3$, $17k+3$, so it can also be written as $13*17k+3=221k+3$.
$221k+3 = 16n$
$13k+3=16n$ (mod 16)
$k=16x+1$
$abcdefg + 16 = 221(16x+1) + 3 = 3536x+224$
$3536x+224 = 11y+5$
$5x+10 = 11y$ (mod 11)
$x = 11y-2$ (mod 11)
$3536(11y-2)+224 = 38896y-6848$
$38896y-6848 = 9z+7$
$7y-6 = 9z$
$y = 9z+6$ (mod 9)
$38896(9z+6)-6848 = 350064z + 226528$
$350064z + 226528 = 7t+2$
$z + 6 = 7t$
$z = 7t+1$ (mod 7)
$350064(7t+1) + 226528 = 2450048t+576592$
It ends with 6, so $t=3 => abcdefg+17 = 7927936 + 1 = 7927937$.
$endgroup$
add a comment |
$begingroup$
If House 1's number is $abcdefg$, House 2's number must be even, so even-numbered houses have even phone numbers, and odd-numbered ones have odd phone numbers.
Since House 5's number is odd, it can only be 5, so $g=1$.
House 16's number is $9k+7$, $16k$, $5k+1$, $7k+2$, $11k+5$, $13k+3$, $17k+3$, so it can also be written as $13*17k+3=221k+3$.
$221k+3 = 16n$
$13k+3=16n$ (mod 16)
$k=16x+1$
$abcdefg + 16 = 221(16x+1) + 3 = 3536x+224$
$3536x+224 = 11y+5$
$5x+10 = 11y$ (mod 11)
$x = 11y-2$ (mod 11)
$3536(11y-2)+224 = 38896y-6848$
$38896y-6848 = 9z+7$
$7y-6 = 9z$
$y = 9z+6$ (mod 9)
$38896(9z+6)-6848 = 350064z + 226528$
$350064z + 226528 = 7t+2$
$z + 6 = 7t$
$z = 7t+1$ (mod 7)
$350064(7t+1) + 226528 = 2450048t+576592$
It ends with 6, so $t=3 => abcdefg+17 = 7927936 + 1 = 7927937$.
$endgroup$
If House 1's number is $abcdefg$, House 2's number must be even, so even-numbered houses have even phone numbers, and odd-numbered ones have odd phone numbers.
Since House 5's number is odd, it can only be 5, so $g=1$.
House 16's number is $9k+7$, $16k$, $5k+1$, $7k+2$, $11k+5$, $13k+3$, $17k+3$, so it can also be written as $13*17k+3=221k+3$.
$221k+3 = 16n$
$13k+3=16n$ (mod 16)
$k=16x+1$
$abcdefg + 16 = 221(16x+1) + 3 = 3536x+224$
$3536x+224 = 11y+5$
$5x+10 = 11y$ (mod 11)
$x = 11y-2$ (mod 11)
$3536(11y-2)+224 = 38896y-6848$
$38896y-6848 = 9z+7$
$7y-6 = 9z$
$y = 9z+6$ (mod 9)
$38896(9z+6)-6848 = 350064z + 226528$
$350064z + 226528 = 7t+2$
$z + 6 = 7t$
$z = 7t+1$ (mod 7)
$350064(7t+1) + 226528 = 2450048t+576592$
It ends with 6, so $t=3 => abcdefg+17 = 7927936 + 1 = 7927937$.
edited May 28 '18 at 19:00
answered May 28 '18 at 18:52
NautilusNautilus
4,048525
4,048525
add a comment |
add a comment |
Thanks for contributing an answer to Puzzling 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%2fpuzzling.stackexchange.com%2fquestions%2f66349%2fhouses-and-telephone-s%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