Maths Olympiad Prep

Library / /296 of 520

Number theory Difficulty 5.6 AIME, harder Prove it

(10 Given positive integers a1,a2,,ana_{1}, a_{2}, \cdots, a_{n} are all composite, and pairwise coprime, prove:
1a1+1a2++1an<12 \frac{1}{a_{1}}+\frac{1}{a_{2}}+\cdots+\frac{1}{a_{n}}<\frac{1}{2}

Solution

10 Let pkp_{k} be the smallest prime divisor of aka_{k}, since aka_{k} is not a prime, then akpk2a_{k} \geqslant p_{k}^{2}. Therefore,
k=1n1akk=1n1pk214+k=2n1(2k1)214+k=2n1(2k1)21=1214n<12. \begin{aligned} \sum_{k=1}^{n} \frac{1}{a_{k}} & \leqslant \sum_{k=1}^{n} \frac{1}{p_{k}^{2}} \\ & \leqslant \frac{1}{4}+\sum_{k=2}^{n} \frac{1}{(2 k-1)^{2}} \\ & \leqslant \frac{1}{4}+\sum_{k=2}^{n} \frac{1}{(2 k-1)^{2}-1} \\ & =\frac{1}{2}-\frac{1}{4 n}<\frac{1}{2} . \end{aligned}

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.