{"status": "success", "data": {"description_md": "Compute the last $3$ digits of $1^3 + 2^3 + 3^3 + \\ldots + 69^3$.", "description_html": "<p>Compute the last <span class=\"katex--inline\">3</span> digits of <span class=\"katex--inline\">1^3 + 2^3 + 3^3 + \\ldots + 69^3</span>.</p>&#10;", "hints_md": "There's a formula for this! Try to think of one, or search it up!", "hints_html": "<p>There&#8217;s a formula for this! Try to think of one, or search it up!</p>&#10;", "editorial_md": "\nThe formula for the sum of cubes of the first $n$ natural numbers is:\n$$\\displaystyle\\sum_{k=1}^{n} k^3 =  (\\frac{n(n+1)}{2})^2$$\n\nGiven that $n=69$, we want to find the sum of cubes from 1 to 69 and then determine the last three digits of that sum. This means we need to compute:$$\\displaystyle\\sum_{k=1}^{69} k^3 =  (\\frac{69\\cdot(69+1)}{2})^2$$Which nets us the following:$$\\displaystyle\\sum_{k=1}^{69} k^3 = 2415^2$$Solving further gives a result of $5832225$. From here, because the question is looking for the last 3 digits of this number, the answer is simply $225$.\n\n- botman", "editorial_html": "<p>The formula for the sum of cubes of the first <span class=\"katex--inline\">n</span> natural numbers is:<br/>&#10;<span class=\"katex--display\">\\displaystyle\\sum_{k=1}^{n} k^3 =  (\\frac{n(n+1)}{2})^2</span></p>&#10;<p>Given that <span class=\"katex--inline\">n=69</span>, we want to find the sum of cubes from 1 to 69 and then determine the last three digits of that sum. This means we need to compute:<span class=\"katex--display\">\\displaystyle\\sum_{k=1}^{69} k^3 =  (\\frac{69\\cdot(69+1)}{2})^2</span>Which nets us the following:<span class=\"katex--display\">\\displaystyle\\sum_{k=1}^{69} k^3 = 2415^2</span>Solving further gives a result of <span class=\"katex--inline\">5832225</span>. From here, because the question is looking for the last 3 digits of this number, the answer is simply <span class=\"katex--inline\">225</span>.</p>&#10;<ul>&#10;<li>botman</li>&#10;</ul>&#10;", "flag_hint": "", "point_value": 2, "problem_name": "Sum of Cubes", "can_next": false, "can_prev": false, "nxt": "", "prev": ""}}