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
What is the value of the dicsriminant of x^2-7x+4?
Aleks [24]

Answer:

33.

Step-by-step explanation:

x^2 - 7x + 4.

The discriminant of the above

= b^2 - 4ac

=  (-7)^2 - 4*1*4

= 49 - 16

= 33.

8 0
3 years ago
Please help, I really would love it
Amanda [17]

Answer:

A,C, and D I believe.

Step-by-step explanation:

3 0
3 years ago
15% of the students in school eat hot lunch. If 60
morpeh [17]

Answer:

400 students

Step-by-step explanation:

So 15 percent is 60 students

make an equation

0.15x=60

X stands for the total amount fo students and multiply that 0.15 becuase we know ti equals 60 and finding X will solve both problems

that’ll give you 400 students

if you check

400*0.15=60

So its correct

7 0
2 years ago
Mr. Morris is going to save money and replace his sailboat's mainsail himself. He must determine the area of the mainsail in ord
Readme [11.4K]

Answer:

Area of parallelogram is 150 square ft

Step-by-step explanation:

Given the parallelogram in the figure whose height is 10 ft and base length is 15 ft.

Area of parallelogram is base \times height

                                       = 15\times 10ft^2

                                       = 150 square ft

now we have to decompose this parallelogram into rectangles and triangles and then to determine the shape.

The given parallelogram KLMN can be decomposed into 2 triangles and one rectangle.

2 right angled triangles KPL and NOM by construction

KL^{2}=KP^{2}+PL^{2}=10^{2}+2^{2}                                          =100+4=104

⇒ KL=\sqrt104=10.2 ft=MN         (∵ KLMN is a parallelogram)

Hence, dimension of triangles are 10 ft, 2 ft and 10.2 ft

Now rectangle KPON with dimension 15 ft and 10 ft because KP and NO are perpendiculars on LM.



5 0
3 years ago
This is for leadership
Nikolay [14]

Answer:

I don't think many schools do Powderpuff which is where boys cheer and girls play football. You can do a live Insta and congratulate the students who made the team and mail them gift cards and/or gift baskets. You can also buy basket balls and footballs for each member and decorate it with their names and numbers. I'm also in Student Council so, if you have any other questions feel free to post them!!

6 0
3 years ago
Other questions:
  • Given that lines a and b are parallel and that m∠6 = 65°, find m∠3.
    15·2 answers
  • Cindy owns a rectangular lot that is 18 yards long and 45 feet wide. She is going to cover the lot with square pieces of sod. If
    10·1 answer
  • Steve said it does not matter which term is first and which term is second in a ratio, since ratios are different than fractions
    5·1 answer
  • An airplane has flown 260 miles out of a total trip of 500 miles. What fraction, in simplest form, of the trip has been complete
    11·1 answer
  • Gary earned a gross pay of $1,047.30 last week. Using the fact that Social Security tax is 6.2% of gross pay, determine the amou
    6·2 answers
  • A spool of ribbon holds 6.75 meters.A craft club buys 21 spools. What is the total cost if the ribbon sells for $2 per month
    5·1 answer
  • Which function has an inverse function?
    7·1 answer
  • How do you solve the equation 5x= 1 2/3
    12·1 answer
  • Shelly wants to have 6 rose bushes planted on her property. She asked a landscaping company to give her a bid. The contractor wa
    8·2 answers
  • Express the perimeter perimeter p of a rectangle as a function of the width w if the length of the rectangle is twice its width.
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!