{"status": "success", "data": {"description_md": "**Author:** fireheartjerry\nCompute the last $3$ digits of the sum $1^2+2^2+3^2+...+69^2$.", "description_html": "<p><strong>Author:</strong> fireheartjerry<br/>&#10;Compute the last <span class=\"katex--inline\">3</span> digits of the sum <span class=\"katex--inline\">1^2+2^2+3^2+...+69^2</span>.</p>&#10;", "hints_md": "There's a formula for this as well!", "hints_html": "<p>There&#8217;s a formula for this as well!</p>&#10;", "editorial_md": "The formula for the sum of squares of the first $n$ natural numbers is:\n$$\n\\displaystyle\\sum_{k=1}^{n} k^2 =  \\frac{n(n+1)(2n+1)}{6}\n$$\n\nGiven that $n=69$, we want to find the sum of squares from 1 to 69 and then determine the last three digits of that sum. This means we need to compute:\n$$\n\\displaystyle\\sum_{k=1}^{n} k^2 =  \\frac{69\\cdot(69+1)\\cdot(2\\cdot69+1)}{6}\n$$\nWhich nets us the following:\n$$\n\\displaystyle\\sum_{k=1}^{69} k^2 =  \\frac{69\\cdot70\\cdot139}{6}\n$$\nSolving further gives a result of $111795$. From here, because the question is looking for the last 3 digits of this number, the answer is simply $795$.\n\n- botman", "editorial_html": "<p>The formula for the sum of squares of the first <span class=\"katex--inline\">n</span> natural numbers is:<br/>&#10;<span class=\"katex--display\">&#10;\\displaystyle\\sum_{k=1}^{n} k^2 =  \\frac{n(n+1)(2n+1)}{6}&#10;</span></p>&#10;<p>Given that <span class=\"katex--inline\">n=69</span>, we want to find the sum of squares from 1 to 69 and then determine the last three digits of that sum. This means we need to compute:<br/>&#10;<span class=\"katex--display\">&#10;\\displaystyle\\sum_{k=1}^{n} k^2 =  \\frac{69\\cdot(69+1)\\cdot(2\\cdot69+1)}{6}&#10;</span><br/>&#10;Which nets us the following:<br/>&#10;<span class=\"katex--display\">&#10;\\displaystyle\\sum_{k=1}^{69} k^2 =  \\frac{69\\cdot70\\cdot139}{6}&#10;</span><br/>&#10;Solving further gives a result of <span class=\"katex--inline\">111795</span>. From here, because the question is looking for the last 3 digits of this number, the answer is simply <span class=\"katex--inline\">795</span>.</p>&#10;<ul>&#10;<li>botman</li>&#10;</ul>&#10;", "flag_hint": "", "point_value": 3, "problem_name": "Sum of Squares", "can_next": false, "can_prev": false, "nxt": "", "prev": ""}}