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
The degree measure of an angle in a right triangle is x, and sin x = 1/3 . Which of these expressions are also equal to 1/3 ? Se
Novosadov [1.4K]

Answer:

e) cos(90° - x)

Step-by-step explanation:

we know that

If two angles are complementary, the cofunction identities state that the sine of one equals the cosine of the other and vice versa

The complementary angle of angle x is equal to (90-x) degrees

therefore

sin(x^o)=cos(90-x)^o

3 0
3 years ago
Order the numbers from least to greatest: -3, 5, -1, 0, 7
Reika [66]
-3, -1, 0, 5, 7 ......... hope this helps
7 0
3 years ago
Read 2 more answers
Beth normally cycles a total distance of 56 miles per week.
Vikki [24]

Answer:

She will cycle 85.169 miles in the third week.

(round if needed)

Step-by-step explanation:

56÷100=0.56 (this is 1%)

0.56 x 15 + 56 = 64.4 (you find 15% then add 56 (the original amount) because it's an increase of 15%)

repeat for the other 3 weeks

64.4÷100=0.644

0.644 x 15 + 64.4 = 74.06

74.06÷100=0.7406

0.7406 x 15 + 74.06 = 85.169

8 0
3 years ago
Can somebody help me on 23 and 24, it’s geometry
Luda [366]

Question 23:

x = 4

DE = 44

Question 24:

x = 25

SE = 28

Step-by-step explanation:

As RS is the perpendicular bisector of DE, it will divide DE in two equal parts DS and SE

<u>Question number 23:</u>

Given

DS = 3x+10

SE = 6x-2

As the two segments are equal:

DS = SE\\3x+10 = 6x-2

Subtracting 10 from both sides

3x+10-10 = 6x-2-10\\3x = 6x-12

subtracting 6x from both sides

3x -6x = 6x-6x-12\\-3x = -12

Dividing both sides by -3

\frac{-3x}{-3} = \frac{-12}{-3}\\x = 4

Now

DS = 3x+10\\= 3(4)+10\\= 12+10\\=22

And

SE = 6x-2\\= 6(4)-2\\= 24 - 2\\=22\\DE = DS+SE\\= 22+22\\=44

<u>Question No 24:</u>

Given

DS = x+3

DE = 56

We know that:

DS = \frac{1}{2}DE\\x+3 = \frac{56}{2}\\x + 3 = 28\\x = 28-3\\x = 25

So

DS = 25+3 = 28

As DS is 28, SE will also be 28

Hence,

Question 23:

x = 4

DE = 44

Question 24:

x = 25

SE = 28

Keywords: Bisector, Line segment

Learn more about line segments at:

  • brainly.com/question/629998
  • brainly.com/question/6208262

#LearnwithBrainly

4 0
3 years ago
Given: 3x &lt; -6.
In-s [12.5K]
3x < -6
x < -6/3
x < -2
Therefore, the solution set is {x | x < -2}.
3 0
3 years ago
Read 2 more answers
Other questions:
  • Divide: 469 ÷ 21 A) 20 R6 B) 22 R7 C) 29 D) 30 R3
    11·1 answer
  • Find the square root of the<br> following numbers by prime factorisation method :<br>(iii) 3136​
    6·1 answer
  • Please help with my homework. It should be easy
    15·1 answer
  • What is the product of -5 and -8?
    13·2 answers
  • Write log4 14 as a logarithm of base 3.
    11·1 answer
  • Help me please i will give extra points if u help me and answer it correctly
    9·1 answer
  • graph the relation in the table. then use the vertical-line test. is the relation a function? -1 &amp; 3, 1 &amp; -1, 2 &amp; 2,
    10·1 answer
  • the area of a triangle is 22in square, and its base is 2, what is the length of its height? Show work please
    15·1 answer
  • You have been asked to analyze the popcorn recipes of three different local theatres in order to figure out which theatre has th
    11·1 answer
  • In circle G with m \angle FGH= 42m∠FGH=42 and FG=6FG=6 units find area of sector FGH. Round to the nearest hundredth.
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!