Shubham Goswami
CAT Preparation Community 9y ago
What is the remainder when 100^3 + 101^3 + 102^3 + 103^3 + … + 999^3 is divided by 7? I solved it by calculating remainder of (sum of all cubes upto 999) - remainder of (sum of all cubes upto 99). I get 5 as answer. But the correct ans is 0.
1