This website contains problems from math contests. Problems and corresponding tags were obtained from the Art of Problem Solving website.

Tags were heavily modified to better represent problems.

AND
OR
NO

Found problems: 3

Simplify i) $1+\frac{2a+\dfrac{2}{a}}{a+\dfrac{1}{a}}$ ii) $\frac{3b+\dfrac{3}{b}+\dfrac{3}{b^2}}{b+\dfrac{1}{b}+\dfrac{1}{b^2}}$ iii) $\frac{\left(\dfrac{1}{a^2}+\dfrac{1}{b^2}+\dfrac{1}{ab}\right)a^6b^2-a^6-a^5b}{a^4b}$
Given a positive integer $c$, we construct a sequence of fractions $a_1, a_2, a_3,...$ as follows: $\bullet$ $a_1 =\frac{c}{c+1} $ $\bullet$ to get $a_n$, we take $a_{n-1}$ (in its most simplified form, with both the numerator and denominator chosen to be positive) and we add $2$ to the numerator and $3$ to the denominator. Then we simplify the result again as much as possible, with positive numerator and denominator. For example, if we take $c = 20$, then $a_1 =\frac{20}{21}$ and $a_2 =\frac{22}{24} = \frac{11}{12}$ . Then we find that $a_3 =\frac{13}{15}$ (which is already simplified) and $a_4 =\frac{15}{18} =\frac{5}{6}$. (a) Let $c = 10$, hence $a_1 =\frac{10}{11}$ . Determine the largest $n$ for which a simplification is needed in the construction of $a_n$. (b) Let $c = 99$, hence $a_1 =\frac{99}{100}$ . Determine whether a simplification is needed somewhere in the sequence. (c) Find two values of $c$ for which in the first step of the construction of $a_5$ (before simplification) the numerator and denominator are divisible by $5$.
Find the smallest natural number $x> 0$ so that all following fractions are simplified $\frac{3x+9}{8},\frac{3x+10}{9},\frac{3x+11}{10},...,\frac{3x+49}{48}$ , i.e. numerators and denominators are relatively prime.