The first five terms of the sequence are {0, -1.4, -2.8, -4.2, -5.6}
<h3>Recursive function</h3>
Given the nth term of a recursive expression shown below
an =an-1 - 1.4
where
an-1 is the preceding term
a1 is the first term
an is the nth term
an-1 is
Given the following
a1 = 0
For the second term a2
a2 = 0 - 1.4
a2 = -1.4
For the third term a3
a3 = -1.4 - 1.4
a3 = -2.8
For the fourth term a4
a4 = -2.8 - 1.4
a4 = -4.2
For the fifth term a2
a5 = -4.2 - 1.4
a5 = -5.6
Hence the first five terms of the sequence are {0, -1.4, -2.8, -4.2, -5.6}
Learn more on recursive function here: brainly.com/question/489759
#SPJ1
Answer: 12 blue marbles
Step-by-step explanation: Set up a proportion.
4/5 = x/15
Solve for x, the number of blue marbles. Cross multiply. You will get 60 = 5x
Divide by 5 on each side.
x = 12
There are 12 blue marbles.
The answer is c, because you have the multiply the sides
Answer:
y = 2x-13
Step-by-step explanation:
The equation for a line is
y = mx+b where m is the slope and b is the y intercept
y = 2x+b
We know a point so we have a y and an x, so we can solve for b
-1 = 2(6) +b
-1 =12+b
Subtract 12 from each side
-1-12 = 12-12+b
-13 =b
Substitute this into y = 2x+b
y = 2x-13