Two functions and are defined at a closed interval . Let be the value(s) of the point(s) where and intersect.
How many natural numbers satisfies ?
BONUS: How many natural numbers that satisfies instead?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The following is my approach for this problem: Let’s focus on one period of each function. (Denote those as f 1 , g 1 .) It is easy to observe that an even number of g 1 should ‘fit into’ f 1 . (This is because both functions f,g are periodic and symmetric.) Thus T f T g = k 1 2 is an even number. This is equivalent to saying that k divides 6. Therefore, k = 1 , 2 , 3 , 6 .
(If you solved this differently, plz share!)