Friday, 16 July 2021
Let \(f(n)\) and \(g(n)\) be functions satisfying
$$f(n) = \begin{cases}\sqrt{n} & \text{ if } \sqrt{n} \text{ is an integer}\\ 1 + f(n+1) & \text{ otherwise} \end{cases}$$and
$$g(n) = \begin{cases}\sqrt{n} & \text{ if } \sqrt{n} \text{ is an integer}\\ 2 + g(n+2) & \text{ otherwise} \end{cases}$$for positive integers \(n\) Find the least positive integer \(n\) such that \(\tfrac{f(n)}{g(n)} = \tfrac{4}{7}\).
Subscribe to:
Post Comments (Atom)
Define \(f: \mathbb{R} \rightarrow \mathbb{R}\) by \[f(x)= \begin{cases}(1-\cos x) \sin \left(\frac{1}{x}\right), & x \neq 0 \\ 0, ...
-
16 programers are playing in a single elimination tournament. Each player has a diff erent skill level and when two play against each othe...
-
Show that if x, y, z are positive integers, then ( xy + 1)( yz + 1)( zx + 1) is a perfect square if and only if xy + 1, yz + 1, zx ...
No comments:
Post a Comment