Answer: The sales last were $945.
Step-by-step explanation: The sales this week are $945 and they are $131 less than that of last week. This means that they have reduce by $131,therefore we have to add the two values
<span>LJK = KJM
-10x +3 = -x + 21
-10x + x = 21 - 3
-9x = 18
x = -2
KJM = -x + 21 = 2 + 21 = 23
LJM = LJK + KJM
LJM = 23 + 23
LJM = 46º..
i think thats how its done </span>
Answer:
x = 100
Step-by-step explanation:
(x - 20) + x = 180
2x - 20 = 180
<u> + 20 +20</u>
2x = 200
x = 200/2
x = 100
Answer:
Is there a picture?
Step-by-step explanation:
Answer:
Step-by-step explanation:
Problem A
t(1) = 2(1) + 5
t(2) = 2*2 + 5 = 9
t(3) = 2*3 + 5 = 11
t(4) = 2*4 + 5 = 13
So this is the explicit result. Now try it recursively.
t_3 = t_2 + 2
t_3 = 9 + 2
t_3 = 11 which is just what it should do.
t_n = t_(n - 1) + 2
Problem B
t(1) = 3 * 1/2
t(1) = 3/2
t(2) = 3*(1/2)^2
t(2) = 3 * 1/4
t(2) = 3/4
t(3) = 3*(1/2)^3
t(3) = 3 * 1/8
t(3) = 3/8
t(4) = 3 (1/2)^4
t(4) = 3 (1/16)
t(4) = 3/16
So in general
t_n = t_n-1 * 1/2
For example t(5)
t_5 = t_4 * 1/2
t_5 = 3 /16 * 1/2 = 3/32