mustang said:
Problem 3. Find the number of multiples of 7 between 30 and 300.
Problem 4. How many 4-digits numbers are not divisible by 11?
Problem 5. True or false? If the sequence a, b, c is arithmetic, then the sequence 2^a, 2^b,2^c is geometric. Explain.
What have you done so far, and what are you having trouble with? Here's a few things to consider:
How many multiples of 1 are there between 4 and 20 (including 4 and 20)?
How many multiples of 2 are there between 4 and 20 (you can count them)?
What is the relationship between numbers that are multiples of 11 (or any number for that matter) and numbers that are divisible by 11?
What is an arithmetic sequence and what is a geometric sequence?
For the first problem, consider the fact that the lowest multiple of 7 greater than 30 is
5 x 7 (or 35). The greatest multiple of 7 less than 300 is
42 x 7 (or 294).
For the second problem, realize that the number of 4-digit numbers not divisible by 11 is equal to (the number of 4-digit numbers) - (the number of 4-digit numbers that
are divisble by 11).
For the third problem, you know that arithmetic sequences have a general form:
t_{n} = a + d(n - 1) \mbox{, where } t_{n} \mbox{ represents the } n^{th} \mbox{ term, } a \mbox{ represents the}
\mbox{first term, and } d \mbox { represents the difference between}
\mbox{two consecutive terms.}
Therefore, you can write:
a = a
b = a + d
c = a + 2d
So, given that, how can you write the geometric sequence?