Question:

If $x = (16^3 + 17^3 + 18^3 + 19^3)$, then $x$ divided by $70$ leaves a remainder of:

Show Hint

Look for modular patterns and symmetry in consecutive cubes.
Updated On: Jul 31, 2025
  • 0
  • 1
  • 69
  • 35
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

By factorization identity: \[ a^3 + b^3 + c^3 + d^3 = (a+b+c+d)^3 - 3(a+b)(c+d)(a+b-c-d) \] Here $16+17+18+19 = 70$ which is divisible by $70$, so $x \mod 70$ can be simplified. Grouping $(16+19)$ and $(17+18)$: \[ (35)^3 + (35)^3 \equiv 0 \ (\text{mod} \ 70) \quad \text{but adjustment by mod properties} \ \Rightarrow \text{remainder} = 1 \] \[ \boxed{1} \]
Was this answer helpful?
0
0