Your answer would be
10 - k
Explicit Formula
Just in case you don't know what this is, the explicit formula is the formula that solves for any term in the series without necessarily knowing what came before the term you are solving.
<em><u>Givens</u></em>
d = t_(n + 1) - t_n You can take any term and the next term for this part of the formula
d = t_3 - t_2
t_3 = 1
t_2 = -7
d = 1 - - 7 = 8
a = -15
<em><u>Formula</u></em>
t_n = a + (n - 1)*d
t_n = -15 + (n - 1)*8
For example find the 5th term.
t_5 = - 15 + (5 - 1)*8
t_5 = - 15 + 4 *8
t_5 = -15 + 32
t_5 = 17 Which is what you have.
Recursive Formula
Computers really like this formula. They use it in what is called a subroutine and they pass values from one part of the program to a subroutine which evaluates the given and sends the result back. I'm telling you all this so you see why you are doing it. The disadvantage of it for humans is that you must know the preceding term to use the recursive formula.
<em><u>Formula</u></em>
t_n = t_(n - 1) + d
<em><u>Example</u></em>
t_6 = t_(6 - 1) + d
t_6 = t_5 + 8
t_6 = 17 + 8
t_6 = 25
You can check this by using the explicit formula.
Answer:
x =1
Step-by-step explanation:
Assuming the figures are similar, we can use ratios to solve
x 2
---- = -----
4 8
Using cross products
8x = 2*4
8x = 8
Divide by 8
8x/8 = 8/8
x=1
The opposite angles equal each other, so X and Z are equal
using that we solve for x by setting them equal:
6x-60 = 2x+68
subtract 2x from each side:
4x -60 = 68
add 60 to each side:
4x = 128
divide both sides by 4
x = 128/4
x = 32
now we know x so we can solve everything else by replacing x with 32
WY = 3x+5 = 3(32)+5 = 96+5 = 101
angle Z = 2x+68 = 2(32)+68 = 64+132
the answer is C
Answer:
2 hours
Step-by-step explanation:
Let's denote the amount of time we need to find out, t.
=> 600 + 50t < 500 + 100t
or 600 - 500 < 100t - 50t
or 100 < 50t
or 100/50 < t
or t > 2
=> After 2 hours, company B will be cheaper option than company A