diff --git a/curriculum/challenges/english/10-coding-interview-prep/project-euler/problem-250-250250.md b/curriculum/challenges/english/10-coding-interview-prep/project-euler/problem-250-250250.md index 467e36022b..762ba24a2b 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/project-euler/problem-250-250250.md +++ b/curriculum/challenges/english/10-coding-interview-prep/project-euler/problem-250-250250.md @@ -8,7 +8,7 @@ dashedName: problem-250-250250 # --description-- -Find the number of non-empty subsets of $\\{11, 22, 33, \ldots, {250250}^{250250}\\}$, the sum of whose elements is divisible by 250. Enter the rightmost 16 digits as your answer. +Find the number of non-empty subsets of $\\{{1}^{1}, {2}^{2}, {3}^{3}, \ldots, {250250}^{250250}\\}$, the sum of whose elements is divisible by 250. Enter the rightmost 16 digits as your answer. # --hints--