1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Veseljchak [2.6K]
3 years ago
10

An arithmetic progression is a sequence of numbers in which the distance (or difference) between any two successive numbers if t

he same. This in the sequence 1, 3, 5, 7, ..., the distance is 2 while in the sequence 6, 12, 18, 24, ..., the distance is 6. Given the positive integer distance and the integers m and n, create a list consisting of the arithmetic progression between (and including) m and n with a distance of distance (if m > n, the list should be empty.) For example, if distance is 2, m is 5, and n is 12, the list would be [5, 7, 9, 11]. Associate the list with the variable arith_prog.
Mathematics
1 answer:
notsponge [240]3 years ago
3 0

Answer:[m, m+d, m+2d, - - - - -, n]

Step-by-step explanation:

We know the formula for arithmetic progression is a_(n) = a_(1) + (n-1)d

Where a_(n) is the nth term of the sequence

a_(1) is the first term of the sequence

n is the number of the term like if we are talking about 7th term so the n is 7.

d is the difference between two successive terms.

For this problem we know our first term that is m, our last term that is n and our difference that is d.

For second term we will use the formula

a_(2) = m + (2-1)d

a_(2) = m + (1)d

a_(2) = m + d

Similarly,

a_(3) = m + (3-1)d

a_(3) = m + (2)d

a_(3) = m + 2d

You might be interested in
Which is the equation of a line that has a slope of 5 and passes through point (2, -3)?
patriot [66]
The answer is C y=1/2x+2
8 0
3 years ago
Plz help me will give brainliest
rosijanka [135]

Answer:

10

Step-by-step explanation:

8 0
3 years ago
Read 2 more answers
Which is the best way to solve the equation x2 = n?
Gnom [1K]

n - no solutions in real numbers

n=0 \Rightarrow x=0

n>0 \Rightarrow x=\sqrt n \vee x=-\sqrt n

7 0
3 years ago
Please help! I really need it
nirvana33 [79]
Add all sides.
5x+2+3x+8+4x-1
Combine like terms
12x+9
Subtract nine to get it on the other side of the equal sign
12x= -9
Divide by twelve
x=-9/12
Simplify
x=-3/4
Plug in x.
4 0
3 years ago
if the movie theater seats 328 people, what is the max amount of money the theater can bring in during a showing
alekssr [168]

How much are each of the tickets?
5 0
3 years ago
Other questions:
  • Make a table of values for -3 < x > 3 and plot a graph for y= -2x + 3
    10·1 answer
  • To evaluate the quality of the cellular phones coming off the assembly line, the manufacturer takes one every half-hour and test
    11·1 answer
  • 6 squared + 8squared = 100 what would x^2 (squared) divides by 100 be ?
    13·1 answer
  • Which coordinate plane shows the graph of 3x + y > 9?
    10·1 answer
  • Find the distance between the points A (13, 2) and B (7, 10).
    8·1 answer
  • Simplify<br> (−2a^2b^4)^3
    8·1 answer
  • Please help me it’s due at 3:00pm please will mark the brainiest please help me
    8·2 answers
  • This matrix represents the length and width of a
    12·2 answers
  • Help me for brainlist pleaseee
    11·1 answer
  • Visualize "4.298" on the number line
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!