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:
The builder should order 129.54 meters of steal.
Step-by-step explanation:
I just went on google and typed in "ft. to meters converter".
Answer:
Choice A.
Step-by-step explanation:
Let x = price of a helmet, y = price of a bat, z = price of a ball.
Company A can provide 9 helmets, 6 bats, and 12 balls for $525.
9x + 6y + 12z = 525
Company B can provide 10 helmets, 8 bats, and 10 balls for $600.
10x + 8y + 10z = 600
Company C can provide 8 helmets, 5 bats, and 15 balls for $500.
8x + 5y + 15z = 500
Answer: Choice A.