Analyzing Statement (S1)
We are tasked with determining if the expression 20232022−19992022 is divisible by 8.
Instead of calculating these massive powers, we utilize the fundamental algebraic identity which states that xn−yn is always divisible by (x−y) for any natural number n.
Here, we identify
x=2023,
y=1999, and
n=2022. Calculating the difference, we find:
x−y=2023−1999=24
Since 24 is a factor of the expression and 24=8×3, it follows that the expression is a multiple of 8. Therefore, Statement (S1) is correct.
The Binomial Bridge for (S2)
We now examine Statement (S2): 13(13)n−11n−13 is divisible by 144. Note that 144=122, which suggests the use of the Binomial Theorem.
We rewrite the base
13 as
(1+12) to transform the expression into
13(1+12)n−11n−13. Applying the Binomial Theorem, we expand
(1+12)n:
(1+12)n=(0n)+(1n)(12)+(2n)(12)2+⋯=1+12n+144λ
Here,
λ represents the sum of all higher-order terms that are multiples of
144.
Substituting this expansion back into our original expression, we obtain:
13(1+12n+144λ)−11n−13
Simplifying the Expression
Distributing the
13 across the terms, we get:
13+156n+13⋅144λ−11n−13
The constant terms
13−13 cancel out to zero. Combining the terms involving
n, we have
156n−11n=145n. The expression simplifies to:
145n+144(13λ)
The Final Verdict
To check for divisibility by
144, we split
145n into
144n+n:
144n+n+144(13λ)=144(n+13λ)+n
For the entire expression to be divisible by 144, the remainder n must be a multiple of 144. Since this condition does not hold for all n∈N, Statement (S2) is incorrect.