{"year": "2007", "tier": "T4", "problem_label": "1", "problem_type": null, "exam": "HMMT", "problem": "Evaluate the functions $\\phi(n), \\sigma(n)$, and $\\tau(n)$ for $n=12, n=2007$, and $n=2^{2007}$.", "solution": "For $n=12=2^{2} \\cdot 3^{1}$,\n\n$$\n\\phi(12)=2(2-1)(3-1)=4, \\quad \\sigma(12)=(1+2+4)(1+3)=28, \\quad \\tau(12)=(2+1)(1+1)=6\n$$\n\nfor $n=2007=3^{2} \\cdot 223$,\n$\\phi(2007)=3(3-1)(223-1)=1332, \\quad \\sigma(2007)=(1+3+9)(1+223)=2912, \\quad \\tau(2007)=(2+1)(1+1)=6 ;$\nand for $n=2^{2007}$,\n\n$$\n\\phi\\left(2^{2007}\\right)=2^{2006}, \\quad \\sigma\\left(2^{2007}\\right)=\\left(1+2+\\cdots+2^{2007}\\right)=2^{2008}-1, \\quad \\tau\\left(2^{2007}\\right)=2007+1=2008\n$$", "metadata": {"resource_path": "HarvardMIT/segmented/en-102-2007-feb-team1-solutions.jsonl", "problem_match": "\n1. [15]", "solution_match": "\nSolution. "}} {"year": "2007", "tier": "T4", "problem_label": "2", "problem_type": null, "exam": "HMMT", "problem": "Solve for the positive integer(s) $n$ such that $\\phi\\left(n^{2}\\right)=1000 \\phi(n)$.", "solution": "1000.", "metadata": {"resource_path": "HarvardMIT/segmented/en-102-2007-feb-team1-solutions.jsonl", "problem_match": "\n2. [20]", "solution_match": "\nAnswer: "}} {"year": "2007", "tier": "T4", "problem_label": "2", "problem_type": null, "exam": "HMMT", "problem": "Solve for the positive integer(s) $n$ such that $\\phi\\left(n^{2}\\right)=1000 \\phi(n)$.", "solution": "The unique solution is $n=1000$. For, $\\phi(p n)=p \\phi(n)$ for every prime $p$ dividing $n$, so that $\\phi\\left(n^{2}\\right)=n \\phi(n)$ for all positive integers $n$.", "metadata": {"resource_path": "HarvardMIT/segmented/en-102-2007-feb-team1-solutions.jsonl", "problem_match": "\n2. [20]", "solution_match": "\nSolution. "}} {"year": "2007", "tier": "T4", "problem_label": "3", "problem_type": null, "exam": "HMMT", "problem": "Prove that for every integer $n$ greater than 1 ,\n\n$$\n\\sigma(n) \\phi(n) \\leq n^{2}-1\n$$\n\nWhen does equality hold?", "solution": "Note that\n\n$$\n\\sigma(m n) \\phi(m n)=\\sigma(m) \\phi(m) \\sigma(n) \\phi(n) \\leq\\left(m^{2}-1\\right)\\left(n^{2}-1\\right)=(m n)^{2}-\\left(m^{2}+n^{2}-1\\right)<(m n)^{2}-1\n$$\n\nfor any pair of relatively prime positive integers $(m, n)$ other than $(1,1)$. Now, for $p$ a prime and $k$ a positive integer, $\\sigma\\left(p^{k}\\right)=1+p+\\cdots+p^{k}=\\frac{p^{k+1}-1}{p-1}$ and $\\phi\\left(p^{k}\\right)=p^{k}-\\frac{1}{p} \\cdot p^{k}=(p-1) p^{k-1}$. Thus,\n\n$$\n\\sigma\\left(p^{k}\\right) \\phi\\left(p^{k}\\right)=\\frac{p^{k+1}-1}{p-1} \\cdot(p-1) p^{k-1}=\\left(p^{k+1}-1\\right) p^{k-1}=p^{2 k}-p^{k-1} \\leq p^{2 k}-1\n$$\n\nwith equality where $k=1$. It follows that equality holds in the given inequality if and only if $n$ is prime.", "metadata": {"resource_path": "HarvardMIT/segmented/en-102-2007-feb-team1-solutions.jsonl", "problem_match": "\n3. [25]", "solution_match": "\nSolution. "}} {"year": "2007", "tier": "T4", "problem_label": "5", "problem_type": null, "exam": "HMMT", "problem": "Prove the identity\n\n$$\n\\sum_{d \\mid n} \\tau(d)^{3}=\\left(\\sum_{d \\mid n} \\tau(d)\\right)^{2}\n$$", "solution": "Note that $\\tau^{3}$ is multiplicative; in light of the convolution property just shown, it follows that both sides of the posed equality are multiplicative. Thus, it would suffice to prove the claim for $n$ a power of a prime. So, write $n=p^{k}$ where $p$ is a prime and $k$ is a nonnegative integer. Then\n\n$$\n\\begin{aligned}\n& \\sum_{d \\mid n} \\tau(d)^{3}=\\sum_{i=0}^{k} \\tau\\left(p^{i}\\right)^{3}=\\sum_{i=0}^{k}(i+1)^{3} \\\\\n& \\quad=1^{3}+\\cdots+(k+1)^{3}=\\frac{(k+1)^{2}(k+2)^{2}}{4}=\\left(\\frac{(k+1)(k+2)}{2}\\right)^{2} \\\\\n& \\quad=\\left(\\sum_{i=0}^{k} \\tau\\left(p^{i}\\right)\\right)^{2}=\\left(\\sum_{d \\mid n} \\tau(d)\\right)^{2}\n\\end{aligned}\n$$\n\nas required.", "metadata": {"resource_path": "HarvardMIT/segmented/en-102-2007-feb-team1-solutions.jsonl", "problem_match": "\n5. [30]", "solution_match": "\nSolution. "}} {"year": "2007", "tier": "T4", "problem_label": "6", "problem_type": null, "exam": "HMMT", "problem": "Show that for positive integers $n$,\n\n$$\n\\sum_{d \\mid n} \\phi(d)=n\n$$", "solution": "Both sides are multiplicative functions of $n$, the right side trivially and the left because for relatively prime positive integers $n$ and $n^{\\prime}$,\n\n$$\n\\left(\\sum_{d \\mid n} \\phi(d)\\right)\\left(\\sum_{d^{\\prime} \\mid n^{\\prime}} \\phi\\left(d^{\\prime}\\right)\\right)=\\sum_{d\\left|n, d^{\\prime}\\right| n^{\\prime}} \\phi(d) \\phi\\left(d^{\\prime}\\right),\n$$\n\nand $\\phi(d) \\phi\\left(d^{\\prime}\\right)=\\phi\\left(d d^{\\prime}\\right)$. The identity is then easy to check; since $\\phi\\left(p^{k}\\right)=p^{k-1}(p-1)$ for positive integers $k$ and $\\phi(1)=1$, we have $\\phi(1)+\\phi(p)+\\cdots+\\phi\\left(p^{k}\\right)=1+(p-1)+\\left(p^{2}-p\\right)+\\cdots+\\left(p^{k}-p^{k-1}\\right)=p^{k}$, as desired.", "metadata": {"resource_path": "HarvardMIT/segmented/en-102-2007-feb-team1-solutions.jsonl", "problem_match": "\n6. [25]", "solution_match": "\nSolution. "}} {"year": "2007", "tier": "T4", "problem_label": "7", "problem_type": null, "exam": "HMMT", "problem": "Show that for positive integers $n$,\n\n$$\n\\sum_{d \\mid n} \\frac{\\mu(d)}{d}=\\frac{\\phi(n)}{n}\n$$", "solution": "On the grounds of the previous problem, Möbius inversion with $f(k)=\\phi(k)$ and $g(k)=k$ gives:\n\n$$\n\\phi(n)=f(n)=\\sum_{d \\mid n} g(d) \\mu\\left(\\frac{n}{d}\\right)=\\sum_{d^{\\prime} \\mid n} g\\left(\\frac{n}{d^{\\prime}}\\right) \\mu\\left(d^{\\prime}\\right)=\\sum_{d^{\\prime} \\mid n} \\frac{n}{d^{\\prime}} \\mu\\left(d^{\\prime}\\right)\n$$\n\nAlternatively, one uses the convolution of the functions $f(k)=n$ and $g(k)=\\frac{\\mu(d)}{d}$. The strategy is the same as the previous convolution proof. For $n=p^{k}$ with $k$ a positive integer, we have $\\phi(n)=p^{k}-p^{k-1}$, while the series reduces to $p^{k} \\cdot \\mu(1)+p^{k} \\cdot \\mu(p) / p=p^{k}-p^{k-1}$.", "metadata": {"resource_path": "HarvardMIT/segmented/en-102-2007-feb-team1-solutions.jsonl", "problem_match": "\n7. [25]", "solution_match": "\nSolution. "}} {"year": "2007", "tier": "T4", "problem_label": "8", "problem_type": null, "exam": "HMMT", "problem": "Determine with proof, a simple closed form expression for\n\n$$\n\\sum_{d \\mid n} \\phi(d) \\tau\\left(\\frac{n}{d}\\right)\n$$", "solution": "We claim the series reduces to $\\sigma(n)$. The series counts the ordered triples $(d, x, y)$ with $d|n ; x| d ; 01$, problem 1 asserts that $\\sigma(n) \\phi(n) \\leq n^{2}-1\\frac{n^{2}}{\\sigma(n) \\phi(n)}$. Write $n=p_{1}^{e_{1}} \\cdots p_{k}^{e_{k}}$, where the $p_{i}$ are distinct primes and $e_{i} \\geq 1$ for all $i$, and let $q_{1}