diff --git a/curriculum/challenges/english/10-coding-interview-prep/project-euler/problem-29-distinct-powers.md b/curriculum/challenges/english/10-coding-interview-prep/project-euler/problem-29-distinct-powers.md index 28c05dfc85..0fc363ab98 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/project-euler/problem-29-distinct-powers.md +++ b/curriculum/challenges/english/10-coding-interview-prep/project-euler/problem-29-distinct-powers.md @@ -8,7 +8,7 @@ dashedName: problem-29-distinct-powers # --description-- -Consider all integer combinations of ab for 2 ≤ a ≤ 5 and 2 ≤ b ≤ 5: +Consider all integer combinations of $a^b$ for 2 ≤ a ≤ 5 and 2 ≤ b ≤ 5: