4 digit numbers divisible by 11
$begingroup$
Four digit numbers are formed using the
digits 1,2,3,4 (repetition is allowed). The
number of such four digit numbers divisible
by 11 is-
(1) 22 (2) 36 (3) 44 (4) 52
I know for a number to be divisible by 11 the sum of digits at even places must be equal to the sum of those at odd places. But how do I use this to get the answer?
permutations
$endgroup$
add a comment |
$begingroup$
Four digit numbers are formed using the
digits 1,2,3,4 (repetition is allowed). The
number of such four digit numbers divisible
by 11 is-
(1) 22 (2) 36 (3) 44 (4) 52
I know for a number to be divisible by 11 the sum of digits at even places must be equal to the sum of those at odd places. But how do I use this to get the answer?
permutations
$endgroup$
$begingroup$
I would break into cases based on what the sum of the even places is. The odd places must have the same sum. If the sum is $2$, then that can only be accomplished using two ones, giving the four digit number $1111$. If the sum of the even places is $3$, then that can be accomplished either as a $1$ followed by a $2$, or vice versa, for two options on how to fill the even slots. Similarly we will have the same two options for how to fill the odd slots. Applying rule of product we get four possibilities here, 1122, 1221, 2112, 2211. Continue
$endgroup$
– JMoravitz
Mar 26 '18 at 5:44
add a comment |
$begingroup$
Four digit numbers are formed using the
digits 1,2,3,4 (repetition is allowed). The
number of such four digit numbers divisible
by 11 is-
(1) 22 (2) 36 (3) 44 (4) 52
I know for a number to be divisible by 11 the sum of digits at even places must be equal to the sum of those at odd places. But how do I use this to get the answer?
permutations
$endgroup$
Four digit numbers are formed using the
digits 1,2,3,4 (repetition is allowed). The
number of such four digit numbers divisible
by 11 is-
(1) 22 (2) 36 (3) 44 (4) 52
I know for a number to be divisible by 11 the sum of digits at even places must be equal to the sum of those at odd places. But how do I use this to get the answer?
permutations
permutations
asked Mar 26 '18 at 5:39
CodeBloodedCodeBlooded
1165
1165
$begingroup$
I would break into cases based on what the sum of the even places is. The odd places must have the same sum. If the sum is $2$, then that can only be accomplished using two ones, giving the four digit number $1111$. If the sum of the even places is $3$, then that can be accomplished either as a $1$ followed by a $2$, or vice versa, for two options on how to fill the even slots. Similarly we will have the same two options for how to fill the odd slots. Applying rule of product we get four possibilities here, 1122, 1221, 2112, 2211. Continue
$endgroup$
– JMoravitz
Mar 26 '18 at 5:44
add a comment |
$begingroup$
I would break into cases based on what the sum of the even places is. The odd places must have the same sum. If the sum is $2$, then that can only be accomplished using two ones, giving the four digit number $1111$. If the sum of the even places is $3$, then that can be accomplished either as a $1$ followed by a $2$, or vice versa, for two options on how to fill the even slots. Similarly we will have the same two options for how to fill the odd slots. Applying rule of product we get four possibilities here, 1122, 1221, 2112, 2211. Continue
$endgroup$
– JMoravitz
Mar 26 '18 at 5:44
$begingroup$
I would break into cases based on what the sum of the even places is. The odd places must have the same sum. If the sum is $2$, then that can only be accomplished using two ones, giving the four digit number $1111$. If the sum of the even places is $3$, then that can be accomplished either as a $1$ followed by a $2$, or vice versa, for two options on how to fill the even slots. Similarly we will have the same two options for how to fill the odd slots. Applying rule of product we get four possibilities here, 1122, 1221, 2112, 2211. Continue
$endgroup$
– JMoravitz
Mar 26 '18 at 5:44
$begingroup$
I would break into cases based on what the sum of the even places is. The odd places must have the same sum. If the sum is $2$, then that can only be accomplished using two ones, giving the four digit number $1111$. If the sum of the even places is $3$, then that can be accomplished either as a $1$ followed by a $2$, or vice versa, for two options on how to fill the even slots. Similarly we will have the same two options for how to fill the odd slots. Applying rule of product we get four possibilities here, 1122, 1221, 2112, 2211. Continue
$endgroup$
– JMoravitz
Mar 26 '18 at 5:44
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
Let $abcd$ be the number.
If $a=b$ then $c=d$. There are $4*4=16$ ways that can occur. (Four options for $a$ and four options for $b$).
If $a=bpm 1$ then $c=d mp1$. And there are $2*3*3=18$ ways this can occur. (Two choices whether $a > b$ or $b > a$ and three choices from $1,2,3,4$ that are one apart.
If $a = bpm 2$ then $c = dmp 2$ and there $ 2*2*2 = 8$ ways.
And if $a = bpm 4$ then either $a = 1;b=4;c=4;d=1$ or $a=4;b=1;c=1;d=4$. $2$ ways.
So $16 + 18 + 8 + 2 = 44$ ways.
$endgroup$
add a comment |
$begingroup$
Let $[abcd]$ be the number. Then $[abcd] equiv [ab]+[cd] pmod{99}$ which implies $[abcd] equiv [ab]+[cd] pmod{11}$. Because $a,b,c,d in {1,2,3,4}$,
$[abcd] equiv [(a+c)(b+d)] pmod{11}$. Hence $[abcd]$ is a multiple of $11$ if and only if $a+c=b+d$.
begin{array}{|r|r|r|}
text{sum} &text{ac and bd events} & text{counts} \
hline
2 & 11 & 1\
3 & 12, 21 & 4\
4 & 13, 22, 31 & 9 \
5 & 14, 23, 32, 41 & 16\
6 & 24, 33, 42 & 9\
7 & 34, 43 & 4\
8 & 44 & 1 \
hline
text{total} && 44
end{array}
$endgroup$
add a comment |
$begingroup$
Alternatively, consider permutations of numbers made of one, two, three and four digits.
There is one number made of single number $1$, which is $1111$. Total number is:
$$1cdot {4choose 1}=4.$$
There are four numbers made of two digits $1$ and $2$, which are $1122,1221,2112,2211$. Total number is:
$$4cdot {4choose 2}=24.$$
There are four numbers made of three digits $1,2,3$, which are $1232,2123,2321,3212$. And there are two possible cases: $1,2,3$ and $2,3,4$. Total number is:
$$4cdot 2=8.$$
There are eight numbers made of four digits $1,2,3,4$, which are $1234,1342,2134,2431,3241,3421,4213,4312$. Total number is:
$$8cdot 1=8.$$
In conclusion, the grand total is:
$$4+24+8+8=44.$$
$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%2f2708349%2f4-digit-numbers-divisible-by-11%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$
Let $abcd$ be the number.
If $a=b$ then $c=d$. There are $4*4=16$ ways that can occur. (Four options for $a$ and four options for $b$).
If $a=bpm 1$ then $c=d mp1$. And there are $2*3*3=18$ ways this can occur. (Two choices whether $a > b$ or $b > a$ and three choices from $1,2,3,4$ that are one apart.
If $a = bpm 2$ then $c = dmp 2$ and there $ 2*2*2 = 8$ ways.
And if $a = bpm 4$ then either $a = 1;b=4;c=4;d=1$ or $a=4;b=1;c=1;d=4$. $2$ ways.
So $16 + 18 + 8 + 2 = 44$ ways.
$endgroup$
add a comment |
$begingroup$
Let $abcd$ be the number.
If $a=b$ then $c=d$. There are $4*4=16$ ways that can occur. (Four options for $a$ and four options for $b$).
If $a=bpm 1$ then $c=d mp1$. And there are $2*3*3=18$ ways this can occur. (Two choices whether $a > b$ or $b > a$ and three choices from $1,2,3,4$ that are one apart.
If $a = bpm 2$ then $c = dmp 2$ and there $ 2*2*2 = 8$ ways.
And if $a = bpm 4$ then either $a = 1;b=4;c=4;d=1$ or $a=4;b=1;c=1;d=4$. $2$ ways.
So $16 + 18 + 8 + 2 = 44$ ways.
$endgroup$
add a comment |
$begingroup$
Let $abcd$ be the number.
If $a=b$ then $c=d$. There are $4*4=16$ ways that can occur. (Four options for $a$ and four options for $b$).
If $a=bpm 1$ then $c=d mp1$. And there are $2*3*3=18$ ways this can occur. (Two choices whether $a > b$ or $b > a$ and three choices from $1,2,3,4$ that are one apart.
If $a = bpm 2$ then $c = dmp 2$ and there $ 2*2*2 = 8$ ways.
And if $a = bpm 4$ then either $a = 1;b=4;c=4;d=1$ or $a=4;b=1;c=1;d=4$. $2$ ways.
So $16 + 18 + 8 + 2 = 44$ ways.
$endgroup$
Let $abcd$ be the number.
If $a=b$ then $c=d$. There are $4*4=16$ ways that can occur. (Four options for $a$ and four options for $b$).
If $a=bpm 1$ then $c=d mp1$. And there are $2*3*3=18$ ways this can occur. (Two choices whether $a > b$ or $b > a$ and three choices from $1,2,3,4$ that are one apart.
If $a = bpm 2$ then $c = dmp 2$ and there $ 2*2*2 = 8$ ways.
And if $a = bpm 4$ then either $a = 1;b=4;c=4;d=1$ or $a=4;b=1;c=1;d=4$. $2$ ways.
So $16 + 18 + 8 + 2 = 44$ ways.
answered Mar 26 '18 at 6:09
fleabloodfleablood
71.7k22686
71.7k22686
add a comment |
add a comment |
$begingroup$
Let $[abcd]$ be the number. Then $[abcd] equiv [ab]+[cd] pmod{99}$ which implies $[abcd] equiv [ab]+[cd] pmod{11}$. Because $a,b,c,d in {1,2,3,4}$,
$[abcd] equiv [(a+c)(b+d)] pmod{11}$. Hence $[abcd]$ is a multiple of $11$ if and only if $a+c=b+d$.
begin{array}{|r|r|r|}
text{sum} &text{ac and bd events} & text{counts} \
hline
2 & 11 & 1\
3 & 12, 21 & 4\
4 & 13, 22, 31 & 9 \
5 & 14, 23, 32, 41 & 16\
6 & 24, 33, 42 & 9\
7 & 34, 43 & 4\
8 & 44 & 1 \
hline
text{total} && 44
end{array}
$endgroup$
add a comment |
$begingroup$
Let $[abcd]$ be the number. Then $[abcd] equiv [ab]+[cd] pmod{99}$ which implies $[abcd] equiv [ab]+[cd] pmod{11}$. Because $a,b,c,d in {1,2,3,4}$,
$[abcd] equiv [(a+c)(b+d)] pmod{11}$. Hence $[abcd]$ is a multiple of $11$ if and only if $a+c=b+d$.
begin{array}{|r|r|r|}
text{sum} &text{ac and bd events} & text{counts} \
hline
2 & 11 & 1\
3 & 12, 21 & 4\
4 & 13, 22, 31 & 9 \
5 & 14, 23, 32, 41 & 16\
6 & 24, 33, 42 & 9\
7 & 34, 43 & 4\
8 & 44 & 1 \
hline
text{total} && 44
end{array}
$endgroup$
add a comment |
$begingroup$
Let $[abcd]$ be the number. Then $[abcd] equiv [ab]+[cd] pmod{99}$ which implies $[abcd] equiv [ab]+[cd] pmod{11}$. Because $a,b,c,d in {1,2,3,4}$,
$[abcd] equiv [(a+c)(b+d)] pmod{11}$. Hence $[abcd]$ is a multiple of $11$ if and only if $a+c=b+d$.
begin{array}{|r|r|r|}
text{sum} &text{ac and bd events} & text{counts} \
hline
2 & 11 & 1\
3 & 12, 21 & 4\
4 & 13, 22, 31 & 9 \
5 & 14, 23, 32, 41 & 16\
6 & 24, 33, 42 & 9\
7 & 34, 43 & 4\
8 & 44 & 1 \
hline
text{total} && 44
end{array}
$endgroup$
Let $[abcd]$ be the number. Then $[abcd] equiv [ab]+[cd] pmod{99}$ which implies $[abcd] equiv [ab]+[cd] pmod{11}$. Because $a,b,c,d in {1,2,3,4}$,
$[abcd] equiv [(a+c)(b+d)] pmod{11}$. Hence $[abcd]$ is a multiple of $11$ if and only if $a+c=b+d$.
begin{array}{|r|r|r|}
text{sum} &text{ac and bd events} & text{counts} \
hline
2 & 11 & 1\
3 & 12, 21 & 4\
4 & 13, 22, 31 & 9 \
5 & 14, 23, 32, 41 & 16\
6 & 24, 33, 42 & 9\
7 & 34, 43 & 4\
8 & 44 & 1 \
hline
text{total} && 44
end{array}
answered Mar 26 '18 at 6:52
steven gregorysteven gregory
18.2k32258
18.2k32258
add a comment |
add a comment |
$begingroup$
Alternatively, consider permutations of numbers made of one, two, three and four digits.
There is one number made of single number $1$, which is $1111$. Total number is:
$$1cdot {4choose 1}=4.$$
There are four numbers made of two digits $1$ and $2$, which are $1122,1221,2112,2211$. Total number is:
$$4cdot {4choose 2}=24.$$
There are four numbers made of three digits $1,2,3$, which are $1232,2123,2321,3212$. And there are two possible cases: $1,2,3$ and $2,3,4$. Total number is:
$$4cdot 2=8.$$
There are eight numbers made of four digits $1,2,3,4$, which are $1234,1342,2134,2431,3241,3421,4213,4312$. Total number is:
$$8cdot 1=8.$$
In conclusion, the grand total is:
$$4+24+8+8=44.$$
$endgroup$
add a comment |
$begingroup$
Alternatively, consider permutations of numbers made of one, two, three and four digits.
There is one number made of single number $1$, which is $1111$. Total number is:
$$1cdot {4choose 1}=4.$$
There are four numbers made of two digits $1$ and $2$, which are $1122,1221,2112,2211$. Total number is:
$$4cdot {4choose 2}=24.$$
There are four numbers made of three digits $1,2,3$, which are $1232,2123,2321,3212$. And there are two possible cases: $1,2,3$ and $2,3,4$. Total number is:
$$4cdot 2=8.$$
There are eight numbers made of four digits $1,2,3,4$, which are $1234,1342,2134,2431,3241,3421,4213,4312$. Total number is:
$$8cdot 1=8.$$
In conclusion, the grand total is:
$$4+24+8+8=44.$$
$endgroup$
add a comment |
$begingroup$
Alternatively, consider permutations of numbers made of one, two, three and four digits.
There is one number made of single number $1$, which is $1111$. Total number is:
$$1cdot {4choose 1}=4.$$
There are four numbers made of two digits $1$ and $2$, which are $1122,1221,2112,2211$. Total number is:
$$4cdot {4choose 2}=24.$$
There are four numbers made of three digits $1,2,3$, which are $1232,2123,2321,3212$. And there are two possible cases: $1,2,3$ and $2,3,4$. Total number is:
$$4cdot 2=8.$$
There are eight numbers made of four digits $1,2,3,4$, which are $1234,1342,2134,2431,3241,3421,4213,4312$. Total number is:
$$8cdot 1=8.$$
In conclusion, the grand total is:
$$4+24+8+8=44.$$
$endgroup$
Alternatively, consider permutations of numbers made of one, two, three and four digits.
There is one number made of single number $1$, which is $1111$. Total number is:
$$1cdot {4choose 1}=4.$$
There are four numbers made of two digits $1$ and $2$, which are $1122,1221,2112,2211$. Total number is:
$$4cdot {4choose 2}=24.$$
There are four numbers made of three digits $1,2,3$, which are $1232,2123,2321,3212$. And there are two possible cases: $1,2,3$ and $2,3,4$. Total number is:
$$4cdot 2=8.$$
There are eight numbers made of four digits $1,2,3,4$, which are $1234,1342,2134,2431,3241,3421,4213,4312$. Total number is:
$$8cdot 1=8.$$
In conclusion, the grand total is:
$$4+24+8+8=44.$$
answered Mar 26 '18 at 18:45


farruhotafarruhota
20.6k2740
20.6k2740
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%2f2708349%2f4-digit-numbers-divisible-by-11%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$
I would break into cases based on what the sum of the even places is. The odd places must have the same sum. If the sum is $2$, then that can only be accomplished using two ones, giving the four digit number $1111$. If the sum of the even places is $3$, then that can be accomplished either as a $1$ followed by a $2$, or vice versa, for two options on how to fill the even slots. Similarly we will have the same two options for how to fill the odd slots. Applying rule of product we get four possibilities here, 1122, 1221, 2112, 2211. Continue
$endgroup$
– JMoravitz
Mar 26 '18 at 5:44