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
If 5 hotdogs and 15 hamburgers cost 29.50 and 10 hot dogs and 15 hamburgers cost 56.25. how much are the hot dogs and how much a
Orlov [11]

Answer:

Hotdog costs $5.35 each and hamburger costs $0.18 each

Step-by-step explanation:

The difference in price between the two is the cost of 5 hotdogs.

So, $56.25 - $29.50 = $26.50

I hotdog would cost $26.50/5 = $5.35

Substituting the cost of one hotdog,

10($5.35) + 15ham = $56.25

$53.50 + 15 ham = $56.25

15 ham = $56.25 - $53.50

15 ham = $2.75

So, 1 ham = $2.75/15

= $0.18

5 0
3 years ago
Beverly is painting a mural on a 1-square-meter section of a wall. She has completed a rectangular part of the mural that's is 5
yawa3891 [41]

Answer:

0.21 square meter

Step-by-step explanation:

Area of the section of wall = 1 square meter

Dimension of part of mural completed = \frac{1}{4} meter by \frac{5}{6} meter

Part of the mural completed = Area of the rectangular part of mural completed

But,

Area of a rectangle = length x width

So that,

Part of the mural completed = length x width

                                             = \frac{1}{4} x \frac{5}{6}

                                            = \frac{5}{24}

                                            = 0.2083

Part of the mural completed = 0.21 square meter

The part of the mural that has been completed by Beverly is 0.21 square meter.

7 0
2 years ago
Read 2 more answers
For what value of x is the rational expression below undefined? 3x-5/x-6
Fantom [35]
The answer is 6 as if you plug in 6 in the denominator (6)-6 is 0 which makes the fraction undefined

8 0
3 years ago
Read 2 more answers
Another name for a farmer could be
notka56 [123]
George I believe I think
4 0
3 years ago
I do need help please. Just number 14 :)
Ainat [17]
The difference between the coat cost for Delaware vs Fairfield is $0.60

Explanation:
For Delaware: 80 × .0725 = $5.80
80+5.80= $85.80

For Fairfield: 80 × .065 = $5.20
80+5.20=$85.20

85.80-85.20=0.60
7 0
2 years ago
Read 2 more answers
Other questions:
  • The initial population of a town is 3900, and it grows with a doubling time of 10 years. What will the population be in 8 years.
    15·2 answers
  • Kayla and her best friend Christina go shopping. The function p(t) = 2x4 + 6x3 − 3x2 + 24 represents how much money each girl sp
    14·2 answers
  • Andrew plays on a basketball team. In two games he scored 2/5 of the total number of points his team scored. His team scored 55
    13·2 answers
  • D = RT solve for d, if R = 30 and T = 2 <br><br> I don't understand how to do this
    13·1 answer
  • Is 8.17539... irrational or rational?
    9·1 answer
  • Given that (1,-2) is on the graph, find the corresponding point for the function 4f(x).
    12·1 answer
  • Gkfkdkfkfxnxnjdfjfjcjcjcjdckfkfkckxkckcjcncncncnc​
    9·1 answer
  • I need help to solve<br> 5×-2y=-2<br> -×+4y=4
    7·1 answer
  • You cannot evaluate the square root of a __________________________. a. Positive number b. Negative number c. Zero d. Variable
    12·2 answers
  • The monthly rents for five apartments advertised in a newspaper were $650, $650, $800, $1900, and $820. Use the mean, median, an
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!