Answer:
50
Step-by-step explanation:
Answer:
$208
Step-by-step explanation:
Jack has two jobs
The first one, he works at a gas station where he earns $11/hr, he works for 8 hours in a week
= 11×8
= 88
The second one he earns $120/week for walking dogs
Therefore the total money Jack earns in a week can be calculated as follows
= 120+88
= 208
Hene jack earns $208 in a week
Answer:
288 in²
Step-by-step explanation:
The formula used to solve this question is :
Lateral Surface Area = s( P1 + P2)
Where s = slant height = 2 inches
P1 and P2 = Perimeter of the bases
Perimeter of base 1 = 4 × length of the end of the small square
4 × 17 inches = 68 inches
Perimeter of base 2 = 4 × length of the end of the large square
4 × 19 inches = 76 inches
Lateral Surface Area = 2 × (68 + 76)
= 2 × 144
= 288 in²
Answer:
A y = -1/2 x2 Correctly answer
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.