Sequence of numbers divisible by 7.

  • Thread starter Thread starter blunted
  • Start date Start date
  • Tags Tags
    Numbers Sequence
AI Thread Summary
The discussion focuses on identifying a sequence of 3-digit numbers divisible by 7, starting with finding the first three numbers (105, 112, 119) and the last three numbers (994, 987, 980). To determine how many such numbers exist between 100 and 999, the sequence can be expressed as multiples of 7, specifically from 15*7 to 142*7. The arithmetic sequence formula is applied to find the total count of numbers, which involves calculating the first term, last term, and common difference. The sum of all numbers in the sequence can be calculated using the formula Sn = n(a1 + an) / 2.
blunted
Messages
23
Reaction score
0

Homework Statement



A sequence of 3-digit numbers divisible by 7 is given. Find:
a) first three and last three numbers.
b) how many numbers are there in that sequence.
c) sum of all the numbers in the sequence.

Homework Equations





The Attempt at a Solution



Cause they are 3 digit numbers that means: 100-999.
In order for a number to be divisible by 7 you need to get the last digit, double it and subtract it from the number without the last digit. If that number is divisible by 7, you stop there, if not, repeat the steps. I tried this way, but it got me nowhere. So it came to my mind that 7,14,21,28 are all divisible by 7 cause the distance between those numbers is 7. So with a bit of trial and error I found that 105 is divisible by 7. So the first three numbers of the sequence are 105, 112, 119. The last two are 994, 987, 980.
Now how do I find how many numbers between 100 and 999 are divisible by 7?
And for the sum I know the formula. Sn = ((a1 + an) / 2) * n
 
Physics news on Phys.org
blunted said:

Homework Statement



A sequence of 3-digit numbers divisible by 7 is given. Find:
a) first three and last three numbers.
b) how many numbers are there in that sequence.
c) sum of all the numbers in the sequence.

Homework Equations





The Attempt at a Solution



Cause they are 3 digit numbers that means: 100-999.
In order for a number to be divisible by 7 you need to get the last digit, double it and subtract it from the number without the last digit. If that number is divisible by 7, you stop there, if not, repeat the steps. I tried this way, but it got me nowhere. So it came to my mind that 7,14,21,28 are all divisible by 7 cause the distance between those numbers is 7. So with a bit of trial and error I found that 105 is divisible by 7. So the first three numbers of the sequence are 105, 112, 119. The last two are 994, 987, 980.
Now how do I find how many numbers between 100 and 999 are divisible by 7?
And for the sum I know the formula. Sn = ((a1 + an) / 2) * n

You can write the numbers as {15*7, 16*7, 17*7, ..., 142*7}. Writing them this way will make it easier to count them.

If the sequence consisted of multiples of, say, 5, like this: {15, 20, 25, 30, ..., 95} = {3*5, 4*5, 5*5, 6*5, ..., 19*5}, there are (19 - 3) + 1 = 17 elements in the set. It's important to add 1 so as to count the first number.
 
I shoud add that in my example, if you don't want to write the numbers as multiples of 5, then you need to divide by 5.

(95 - 15)/5 + 1 = 80/5 + 1 = 16 + 1 = 17, same as before.
 
You have found the first term is 105, the next is 105+7, the next 105+2*7, the next 105+3*7

You have an arithemtic sequence. Where a0 is first term, an the nth term, an-1 last term, n the number of terms and d the common difference

a0=105
an-1 = 994
d=7

an = a0 +(n-1)d use this to find n
sum of all terms is n(a0 +an-1)/2
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top