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
QUESTION
garri49 [273]

Answer:

45

Step-by step

What do we already know about the equation?

We know that they EACH bought a hockey puck($17) and 2 shirts

Half of 214 is 107. So they had to have spent 107 separately

So we make the equation and let s represent shirts

2s + 17 = 107

    - 17            -17

2s= 90.    DIVIDE by 2

s = 45

3 0
4 years ago
Read 2 more answers
A house was purchased for $89,000. After 6 years the value of the house was $101,000. Find a linear equation that models the val
mamaluj [8]

Answer:  y = 2000x + 89000

Step-by-step explanation:

Given that;

initial purchase amount = $89,000

price after 6 years = $ 101,000

years = 6

now

slope = ( 101000 - 89000) / 6

slope = 12000 / 6

slope = 2000

therefore the linear equation that models the value of the house after x years will be;

y = 2000x + 89000

7 0
3 years ago
A. write the equation of the line of best fit
11111nata11111 [884]

Answer:

a. y = (3/5)× x +1

Step-by-step explanation:

y= mx+c

m = (13-4)/(20-5) = 9/15 = 3/5

c= 1

so, y= mx+c becomes y= (3/5) × x +1

6 0
2 years ago
Read 2 more answers
What's an equivalent equation for -5(3-2x)
kobusy [5.1K]

Answer:

-15 + 10x

or

10x - 15

(either one works)

Step-by-step explanation:

You mean you just want me to expand it?

Ok.

Multiply -5 by 3 and -2x.

(-5)(3) = -15

(-5)(-2x) = +10x

Add those together:

-15 + 10x

or

10x - 15

7 0
2 years ago
Helppppppppp but no link
Kobotan [32]

Answer:

the third graph, or c.

6 0
3 years ago
Other questions:
  • You are decorating the church for the Christmas party. So far, you have used 12 1/2 yards of silver rope. You have 36 2/3 yards
    6·2 answers
  • 8 times of the eight term of an arithmetic progression is equal to 12 times of the twelfth term. find its first term if the comm
    13·1 answer
  • For the function f(x)=x2-4, fins the value of f(x) when x=6
    8·1 answer
  • If an=5n-3 find the common difference​
    9·2 answers
  • Estimate the size of a crowd at a political rally that occupies a rectangular space with dimensions of 500 feet by 600 feet (to
    9·1 answer
  • A small company plans to invest in a new advertising campaign. There is a 25% chance that the company will loose $10,000, a 55%
    8·1 answer
  • Please help me out with the odds on this one (IMPORTANT) *determine whether the given relation is a function*
    12·1 answer
  • Answer C, D Please help will give brainliest.
    12·1 answer
  • Which classification describes the triangle with side lengths of 10, 16, and 20?
    14·1 answer
  • Help me , I will mark first answer brainliest
    13·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!