{"status": "success", "data": {"description_md": "Define the *partition sum* of a positive integer as a collection of not necessarily distinct integers between $1$ and $3$, inclusive, such that their sum equals the given positive integer. For instance, one possible partition sum of $14$ is $\\{1, 3, 3, 2, 2, 2, 1\\},$ since $1+3+3+2+2+2+1 = 14$. Two partition sums are considered identical if they contain the same amount of $1$s, the same amount of $2$s, and the same amount of $3$s, in an order that is not necessarily the same. As an example, $\\{1, 2,2, 3\\}$ is equivalent to $\\{2,3,1,2\\}$, as both contain one $1$, two $2$s, and one $3$. \n\nDetermine the total number of unique partition sums for the number $15$.\n\n$(\\textbf{A})\\;25\\quad(\\textbf{B})\\;26\\quad(\\textbf{C})\\;27\\quad(\\textbf{D})\\;28\\quad(\\textbf{E})\\;29$", "description_html": "<p>Define the <em>partition sum</em> of a positive integer as a collection of not necessarily distinct integers between <span class=\"katex--inline\">1</span> and <span class=\"katex--inline\">3</span>, inclusive, such that their sum equals the given positive integer. For instance, one possible partition sum of <span class=\"katex--inline\">14</span> is <span class=\"katex--inline\">\\{1, 3, 3, 2, 2, 2, 1\\},</span> since <span class=\"katex--inline\">1+3+3+2+2+2+1 = 14</span>. Two partition sums are considered identical if they contain the same amount of <span class=\"katex--inline\">1</span>s, the same amount of <span class=\"katex--inline\">2</span>s, and the same amount of <span class=\"katex--inline\">3</span>s, in an order that is not necessarily the same. As an example, <span class=\"katex--inline\">\\{1, 2,2, 3\\}</span> is equivalent to <span class=\"katex--inline\">\\{2,3,1,2\\}</span>, as both contain one <span class=\"katex--inline\">1</span>, two <span class=\"katex--inline\">2</span>s, and one <span class=\"katex--inline\">3</span>.</p>&#10;<p>Determine the total number of unique partition sums for the number <span class=\"katex--inline\">15</span>.</p>&#10;<p><span class=\"katex--inline\">(\\textbf{A})\\;25\\quad(\\textbf{B})\\;26\\quad(\\textbf{C})\\;27\\quad(\\textbf{D})\\;28\\quad(\\textbf{E})\\;29</span></p>&#10;", "hints_md": "", "hints_html": "", "editorial_md": "", "editorial_html": "", "flag_hint": "", "point_value": 3, "problem_name": "Mock AMC 8 #1 - Problem 25", "can_next": false, "can_prev": true, "nxt": "", "prev": "/problem/amc8mock1-p24"}}