Answer:
Step-by-step explanation:
3p + 2p - p
= 3p + p
= 4p
(add the co-efficients)
61 = 3b + 7
3b + 7 = 61
3b = 61 - 7
3b = 54
b = 54/3
b = 18.
The difference between defined and an undefined term in Geometry is that defined terms can be combined with each other or an undefined term, and by doing this, there is another term defined. For example, an angle is a combination of two rays, which is an undefined term. Undefined term on the other hand is used to define other terms.
I believe this would be 5x/2x-5
Hope this helps!
Answer:
Explicit tn = 52 + (n - 1)*(-12)
Recursive = tn = t(n - 1) - 12
Step-by-step explanation:
The difference between term n and term n - 1 is can be found by taking the difference between and 2 consecutive terms.
t3 = 28
t2 = 40
d = t3 - t2
d = 28 - 40
d = - 12
Explicit
tn = a1 + (n - 1)*d
a1 = 52
d = - 12
tn = 52 + (n - 1)*(-12)
<em><u>Example</u></em>
Find t5
t5 = 52 + (5 - 1)*(-12)
t5 = 52 + 4 * - 12
t5 = 52 - 48
t5 = 4
Recursive
tn = t(n - 1) - 12
<em><u>Example</u></em>
t5 = t4 - 12
t5 = 16 - 12
t5 = 4 just as it did before.