I have to determine if $17^{21} + 19^{21}$ is divisible by any of the following numbers (a) 36 (b) 19 (c) 17 (d) 21. I am trying to find using binomial expansion but getting stuck up with one or two terms - being not able to determine the divisibility. Any help will be highly appreciated.
2026-04-13 10:42:05.1776076925
Divisibility test using perhaps binomial thorem
160 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in BINOMIAL-COEFFICIENTS
- Newton binomial expansion
- Justify an approximation of $\sum_{n=1}^\infty G_n/\binom{\frac{n}{2}+\frac{1}{2}}{\frac{n}{2}}$, where $G_n$ denotes the Gregory coefficients
- Solving an equation involving binomial coefficients
- Asymptotics for partial sum of product of binomial coefficients
- What is wrong with this proof about a sum of binomial coefficients?
- Find sum of nasty series containing Binomial Coefficients
- Alternating Binomial Series Summation.
- $x+\frac{1}{x}$ is an integer
- Finding value of $S-T$ in $2$ binomial sum.
- how to reduce $(1-\alpha)^{T-i}$ into a sum
Related Questions in DIVISIBILITY
- Reciprocal-totient function, in term of the totient function?
- Can we find integers $x$ and $y$ such that $f,g,h$ are strictely positive integers
- Positive Integer values of a fraction
- Reciprocal divisibility of equally valued polynomials over a field
- Which sets of base 10 digits have the property that, for every $n$, there is a $n$-digit number made up of these digits that is divisible by $5^n$?
- For which natural numbers are $\phi(n)=2$?
- Interesting property about finite products of $111..1$'s
- Turn polynomial into another form by using synthetic division
- Fractions of the form $\frac{a}{k}\cdot\frac{b}{k}\cdot\frac{c}{k}\cdots=\frac{n}{k}$
- Proof: If $7\mid 4a$, then $7\mid a$
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
First problem: There are many approaches. Since you mentioned the Binomial Theorem, let us first do it that way. We have $$17^{21}=(18-1)^{21}=18^{21}-\binom{21}{1}18^{20}+\binom{21}{2}18^{19}-\binom{18}{3}18^{18}+\cdots -\binom{21}{21}18^0.$$ Similarly, $$19^{21}=(18+1)^{21}=18^{21}+\binom{21}{1}18^{20}+\binom{21}{2}18^{19}+\binom{18}{3}18^{18}+\cdots +\binom{21}{21}18^0.$$ Add, and observe the cancellations. Each term that remains is divisible by $2\cdot 18$.
Another way to do it is to use the fact that for odd $n$ we have $$x^n+y^n=(x+y)(x^{n-1}-x^{n-2}y+x^{n-3}y^2-\cdots +y^n.$$ A particular case if this identity may be familiar to you: $x^3+y^3=(x+y)(x^2-xy+y^2)$.
Take $x=17$, $y=19$, and $n=21$. We get that $17^{21}+19^{21}$ is equal to $(17+19$ times a complicated expression. We don't need to evaluate the expression to see that it is an integer.
Still another way to do it is to use congruences. We have $19\equiv -17\pmod{36}$. Thus $$17^{21}+19^{21}\equiv 17^{21}+(-17)^{21}\equiv 17^{21}-17^{21}\equiv 0\pmod{36}.$$
Remark: The next two problems are not difficult. The last one is harder. The right tools to use depend on what number-theoretic tools are already available to you.
Added: The second and third problems are nearly identical. Suppose that $19$ divides $17^{21}+19^{21}$. Since $19$ divides $19^{21}$, it follows that $19$ divides $17^{21}$. But if a prime divides a product, it divides at least one of the terms. So we conclude that $19$ divides $17$, which is false. It follows that $19$ cannot divide $17^{21}+19^{21}$.
For the last problem, we will show that $7$ does not divide our sum. It follows that $21$ cannot. We work modulo $7$.
By Fermat's Theorem we have $17^6\equiv 1\pmod{7}$. So $17^{18}\equiv 1\pmod{7}$ and therefore $17^{21}\equiv 17^3\equiv 3^3\pmod{7}$.
Similarly, $19^{21}\equiv 5^3\pmod{7}$. But $3^3+5^3=152\not\equiv 0\pmod{7}$.