How to prove divisibility of a number using the binomial expansion? [on hold]

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have the following problem:
Prove that $6^n-1$ is always divisible by 5 using the binomial expansion of $(5+1)^n$.
How can I do this? I don't know how to begin, as I don't see how the binomial expansion relates to the question. Any help would be appreciated.
algebra-precalculus binomial-coefficients binomial-theorem
put on hold as off-topic by user21820, Henrik, ArsenBerk, amWhy, Key Flex yesterday
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." â user21820, Henrik, ArsenBerk, amWhy, Key Flex
add a comment |Â
up vote
0
down vote
favorite
I have the following problem:
Prove that $6^n-1$ is always divisible by 5 using the binomial expansion of $(5+1)^n$.
How can I do this? I don't know how to begin, as I don't see how the binomial expansion relates to the question. Any help would be appreciated.
algebra-precalculus binomial-coefficients binomial-theorem
put on hold as off-topic by user21820, Henrik, ArsenBerk, amWhy, Key Flex yesterday
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." â user21820, Henrik, ArsenBerk, amWhy, Key Flex
See here for a better example and also a presentation using modular arithmetic.
â Bill Dubuque
2 days ago
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have the following problem:
Prove that $6^n-1$ is always divisible by 5 using the binomial expansion of $(5+1)^n$.
How can I do this? I don't know how to begin, as I don't see how the binomial expansion relates to the question. Any help would be appreciated.
algebra-precalculus binomial-coefficients binomial-theorem
I have the following problem:
Prove that $6^n-1$ is always divisible by 5 using the binomial expansion of $(5+1)^n$.
How can I do this? I don't know how to begin, as I don't see how the binomial expansion relates to the question. Any help would be appreciated.
algebra-precalculus binomial-coefficients binomial-theorem
algebra-precalculus binomial-coefficients binomial-theorem
asked 2 days ago
Adam Grey
304
304
put on hold as off-topic by user21820, Henrik, ArsenBerk, amWhy, Key Flex yesterday
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." â user21820, Henrik, ArsenBerk, amWhy, Key Flex
put on hold as off-topic by user21820, Henrik, ArsenBerk, amWhy, Key Flex yesterday
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." â user21820, Henrik, ArsenBerk, amWhy, Key Flex
See here for a better example and also a presentation using modular arithmetic.
â Bill Dubuque
2 days ago
add a comment |Â
See here for a better example and also a presentation using modular arithmetic.
â Bill Dubuque
2 days ago
See here for a better example and also a presentation using modular arithmetic.
â Bill Dubuque
2 days ago
See here for a better example and also a presentation using modular arithmetic.
â Bill Dubuque
2 days ago
add a comment |Â
4 Answers
4
active
oldest
votes
up vote
4
down vote
accepted
$$(5+1)^n-1 =underbracenchoose 05^n+ nchoose 15^n-1+...+ nchoose n-15_=5cdot (....)+1-1 = 5k$$
add a comment |Â
up vote
3
down vote
HINT:
$$(5+1)^n=sum_k=0^n binomnk5^k$$
Which terms of this sum are divisible by $5$?
(+1) I would have written an answer similar to this.
â robjohnâ¦
2 days ago
add a comment |Â
up vote
0
down vote
Guide:
Treat $a=5$ and $b=1$ in $(a+b)^n$, expand it using binomial expansion. Then subtract it by $1$.
Then try to factor $5$ out from the remaining term.
add a comment |Â
up vote
0
down vote
$$6^n-1 = (5+1)^n-1$$
$$(5+1)^n = n choose 05^n+n choose 15^n-1+n choose 25^n-2+n choose 35^n-3+...n choose n-15^1+n choose n1$$
$$(5+1)^n-1 = n choose 05^n+n choose 15^n-1+n choose 25^n-2+n choose 35^n-3+...n choose n-15^1+n choose n1-1$$
$n choose n1 = 1$ so $1$ and $-1$ cancel out.
$$implies (5+1)^n-1 = n choose 05^n+n choose 15^n-1+n choose 25^n-2+n choose 35^n-3+...n choose n-15^1$$
All terms have a factor of $5$. Therefore, $6^n-1$ is divisible by $5$.
add a comment |Â
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
accepted
$$(5+1)^n-1 =underbracenchoose 05^n+ nchoose 15^n-1+...+ nchoose n-15_=5cdot (....)+1-1 = 5k$$
add a comment |Â
up vote
4
down vote
accepted
$$(5+1)^n-1 =underbracenchoose 05^n+ nchoose 15^n-1+...+ nchoose n-15_=5cdot (....)+1-1 = 5k$$
add a comment |Â
up vote
4
down vote
accepted
up vote
4
down vote
accepted
$$(5+1)^n-1 =underbracenchoose 05^n+ nchoose 15^n-1+...+ nchoose n-15_=5cdot (....)+1-1 = 5k$$
$$(5+1)^n-1 =underbracenchoose 05^n+ nchoose 15^n-1+...+ nchoose n-15_=5cdot (....)+1-1 = 5k$$
answered 2 days ago
greedoid
30.9k94185
30.9k94185
add a comment |Â
add a comment |Â
up vote
3
down vote
HINT:
$$(5+1)^n=sum_k=0^n binomnk5^k$$
Which terms of this sum are divisible by $5$?
(+1) I would have written an answer similar to this.
â robjohnâ¦
2 days ago
add a comment |Â
up vote
3
down vote
HINT:
$$(5+1)^n=sum_k=0^n binomnk5^k$$
Which terms of this sum are divisible by $5$?
(+1) I would have written an answer similar to this.
â robjohnâ¦
2 days ago
add a comment |Â
up vote
3
down vote
up vote
3
down vote
HINT:
$$(5+1)^n=sum_k=0^n binomnk5^k$$
Which terms of this sum are divisible by $5$?
HINT:
$$(5+1)^n=sum_k=0^n binomnk5^k$$
Which terms of this sum are divisible by $5$?
answered 2 days ago
Frpzzd
18.1k63695
18.1k63695
(+1) I would have written an answer similar to this.
â robjohnâ¦
2 days ago
add a comment |Â
(+1) I would have written an answer similar to this.
â robjohnâ¦
2 days ago
(+1) I would have written an answer similar to this.
â robjohnâ¦
2 days ago
(+1) I would have written an answer similar to this.
â robjohnâ¦
2 days ago
add a comment |Â
up vote
0
down vote
Guide:
Treat $a=5$ and $b=1$ in $(a+b)^n$, expand it using binomial expansion. Then subtract it by $1$.
Then try to factor $5$ out from the remaining term.
add a comment |Â
up vote
0
down vote
Guide:
Treat $a=5$ and $b=1$ in $(a+b)^n$, expand it using binomial expansion. Then subtract it by $1$.
Then try to factor $5$ out from the remaining term.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Guide:
Treat $a=5$ and $b=1$ in $(a+b)^n$, expand it using binomial expansion. Then subtract it by $1$.
Then try to factor $5$ out from the remaining term.
Guide:
Treat $a=5$ and $b=1$ in $(a+b)^n$, expand it using binomial expansion. Then subtract it by $1$.
Then try to factor $5$ out from the remaining term.
answered 2 days ago
Siong Thye Goh
85.4k1457107
85.4k1457107
add a comment |Â
add a comment |Â
up vote
0
down vote
$$6^n-1 = (5+1)^n-1$$
$$(5+1)^n = n choose 05^n+n choose 15^n-1+n choose 25^n-2+n choose 35^n-3+...n choose n-15^1+n choose n1$$
$$(5+1)^n-1 = n choose 05^n+n choose 15^n-1+n choose 25^n-2+n choose 35^n-3+...n choose n-15^1+n choose n1-1$$
$n choose n1 = 1$ so $1$ and $-1$ cancel out.
$$implies (5+1)^n-1 = n choose 05^n+n choose 15^n-1+n choose 25^n-2+n choose 35^n-3+...n choose n-15^1$$
All terms have a factor of $5$. Therefore, $6^n-1$ is divisible by $5$.
add a comment |Â
up vote
0
down vote
$$6^n-1 = (5+1)^n-1$$
$$(5+1)^n = n choose 05^n+n choose 15^n-1+n choose 25^n-2+n choose 35^n-3+...n choose n-15^1+n choose n1$$
$$(5+1)^n-1 = n choose 05^n+n choose 15^n-1+n choose 25^n-2+n choose 35^n-3+...n choose n-15^1+n choose n1-1$$
$n choose n1 = 1$ so $1$ and $-1$ cancel out.
$$implies (5+1)^n-1 = n choose 05^n+n choose 15^n-1+n choose 25^n-2+n choose 35^n-3+...n choose n-15^1$$
All terms have a factor of $5$. Therefore, $6^n-1$ is divisible by $5$.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
$$6^n-1 = (5+1)^n-1$$
$$(5+1)^n = n choose 05^n+n choose 15^n-1+n choose 25^n-2+n choose 35^n-3+...n choose n-15^1+n choose n1$$
$$(5+1)^n-1 = n choose 05^n+n choose 15^n-1+n choose 25^n-2+n choose 35^n-3+...n choose n-15^1+n choose n1-1$$
$n choose n1 = 1$ so $1$ and $-1$ cancel out.
$$implies (5+1)^n-1 = n choose 05^n+n choose 15^n-1+n choose 25^n-2+n choose 35^n-3+...n choose n-15^1$$
All terms have a factor of $5$. Therefore, $6^n-1$ is divisible by $5$.
$$6^n-1 = (5+1)^n-1$$
$$(5+1)^n = n choose 05^n+n choose 15^n-1+n choose 25^n-2+n choose 35^n-3+...n choose n-15^1+n choose n1$$
$$(5+1)^n-1 = n choose 05^n+n choose 15^n-1+n choose 25^n-2+n choose 35^n-3+...n choose n-15^1+n choose n1-1$$
$n choose n1 = 1$ so $1$ and $-1$ cancel out.
$$implies (5+1)^n-1 = n choose 05^n+n choose 15^n-1+n choose 25^n-2+n choose 35^n-3+...n choose n-15^1$$
All terms have a factor of $5$. Therefore, $6^n-1$ is divisible by $5$.
edited 2 days ago
answered 2 days ago
KM101
6348
6348
add a comment |Â
add a comment |Â
See here for a better example and also a presentation using modular arithmetic.
â Bill Dubuque
2 days ago