216k views
4 votes
Given the following three arithmetic sequences : 1, 3, ... and 1, 4, ... and 1, 5, ... A number is randomly selected from 1 to 1000, inclusive. What is the probability that the selected number is not a term of any of the given sequences?

User Jshah
by
5.6k points

2 Answers

3 votes

Answer:

1/3

Explanation:

User Sosergio
by
5.6k points
3 votes

Answer:

0.333

Explanation:

The first sequence starts at 1 and has a common difference of 2. It will include every odd number in the range.

__

The second sequence starts at 1 and has a common difference of 3. It will include odd numbers and the even numbers 4, 10, 16, .... That is, all even numbers of the form 6n -2 will be included. The last one corresponds to the largest value of n such that ...

6n -2 ≤ 1000

6n ≤ 1002

n ≤ 167

That is, 167 even numbers will also be excluded.

__

The third sequence starts at 1 and has a common difference of 4. Every number in this sequence is also a number in the first sequence.

__

So the numbers in these sequences include all 500 odd numbers and 167 even numbers, for a total of 667 numbers. The probability that a randomly chosen number is not in one of these sequences is ...

(1000 -667)/(1000) = 333/1000 = 0.333 . . . . p(not a sequence term)

User Hazuki
by
6.0k points