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
Need help with my math simplify
nlexa [21]

2+42/-2-5(-3)  Multiply -5 and -3.

2+42/-2+15 Now, add the non fraction numbers. (2 and 15)

17+42/-2 Here, you want to reduce the fraction if you can, and yes, you can. Find the divisible number that is the lowest one that both can be evenly divided by. For this problem, it’s -2.

17-21. And from here, its easy. Just a simple subtraction problem.

-4 should be the correct answer.

3 0
3 years ago
Mary spent a total of $352.24 for a party. She spent $200.29 on food, plus an additional $30.39 for each hour of the party. How
FinnZ [79.3K]

The answer should be 5 hours.

8 0
3 years ago
Read 2 more answers
Find the value of x.​
krok68 [10]

Answer:

c

Step-by-step explanation:

7 0
3 years ago
Read 2 more answers
X + 7<br> 2x - 3<br> Perimeter:<br> Area:
777dan777 [17]

Answer:

P=6x+8

A=2x^2+11x-21

Step-by-step explanation:

Perimeter:

P=2(x+7)+2(2x-3)

P=6x+8

Area:

A=(x+7)(2x-3)

A=2x^2+11x-21

7 0
3 years ago
What is 2+2? and multiply the answer by 954. im having a hard time with this
Alex787 [66]

Answer:

2+2= 4 4x954= 3816

Step-by-step explanation:


8 0
3 years ago
Read 2 more answers
Other questions:
  • To get to the next term in this sequence, multiply the last term by 2.5. What is the value of the next term?
    12·1 answer
  • Plz help me with dis
    9·2 answers
  • AngleFBC and AngleCBG are supplements, AngleDBG and AngleDBF are supplements, and AngleCBG Is-congruent-to AngleDBF. 4 lines are
    9·1 answer
  • Three times a number is three more than twice the number. Which equation can be used to find the value of x, the unknown
    10·2 answers
  • PLEASE HELP!<br> What is m&lt;3???
    7·1 answer
  • There are 5 gallons of lemonade in the container. How much is remaining in the container after Coach Miller pours g gallons for
    14·2 answers
  • A line has a slope of 8 and crosses the y-axis at (0, 12). Express this line in slope-intercept form.​
    9·1 answer
  • What is the slope to this graph?
    9·1 answer
  • Is it possible for somebody to help me with a worksheet I will do that Brainly thing please
    11·1 answer
  • Marquis is starting a fast food job during his senior year of high school. he lives with his parents and they will claim him as
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!