A recursive sequence is a sequence of numbers whose values are determined by the numbers that come before them in the sequence.
We’re given a sequence whose (n + 1)-th term f(n + 1) depends on the value of the n-th term f(n), specified by the recursive rule
f(n + 1) = -4 f(n) + 3
We’re also given the 1st term in the sequence, f(1) = 1. Using this value and the recursive rule, we can find the next term f(2). (Just replace n with 1.)
f(1 + 1) = -4 f(1) + 3
f(2) = -4 • 1 + 3
f(2) = -1
We do the same thing to find the next term f(3) :
f(2 + 1) = -4 f(2) + 3
f(3) = -4 • (-1) + 3
f(3) = 7
One more time to find the next term f(4) :
f(3 + 1) = -4 f(3) + 3
f(4) = -4 • 7 + 3
f(4) = -25
Looks like all you have to do it multiply the numbers together; there is no application of the Distributive Property to these problems.
The standard form: Ax + By = C
y = 90 - 15x <em>add 15x to both sides</em>
<h3>15x + y = 90</h3>
For the first blank where it asks for the perimeter, the perimeter is all the outside sides of a shape added up. So, 6 + 1 + 2 + 4 + 4 + 5 = 22.
For the second blank, you just multiply the entire perimeter by 5, so, 22 times 5=110.
For the third blank, it is basically the same as the previous question. The answer is 5.
For the fourth blank, it is the same perimeter as the first blank, but instead of centimeters, it is in k. So, 22k.
Hope this helped! :)
Answer:
E: 2.00 + 0.75 [ 2r]
Step-by-step explanation:
r represents the number of miles. For each 1/2 mile the taxi will charge and extra free of $0.75. Then, for each mile, the taxi will charge $0.75*2. For example:
For a trip of 1 mile the taxi will charge:
$2.00+$0.75*2
For a trip of 2 miles, the taxi will charge:
$2.00+0.75*4
For a trip of 10 miles, the taxi will charge:
$2.00+$0.75*20
Notice that the variable fee (the one that depends on the number of miles) is $0.75 times the double of miles. In each case the number of miles is multiplied by two. Then the correct answer is E: 2.00 + 0.75 [ 2r]