how many numbers appear in both number sequences?
1, 3, 5, 7, 9, ...,2003.
1, 8, 15, 22, 29, ...,2003.
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.
analysis: In the 2nd sequence, every alternate number is odd. Solution: Total number of terms (2003 - 1) / 7 +1 = 287 (287 - 1) / 2 + 1 = 144 There are 144 such numbers -by the books Math olympiad: The next lap-