Answer:
1/56
Step-by-step explanation:
7
8
−
6
7
=
1
56
(Decimal: 0.017857)
Answer:
I'm almost 30,000 dollars in debt
Step-by-step explanation:
It makes me cry
Answer:
x = 1
Step-by-step explanation:
8 -(x+5) = 5x - 3
-(x+5) ---> -1 (x +5) = -x - 5
8 - x - 5 = 5x -3 8 - 5 = 3
-x + 3 = 5x - 3
+x +x
3 = 6x - 3
+3 +3
6 = 6x
/6 /6
<u>x = 1</u>
The formula
a(n) = 2 - 5(n-1)
is in the form
a(n) = a1 + d(n-1)
where
a1 = first term = 2
d = -5 = common difference
The first term is carried over to the recursive formula. We start with a1 = 2. The next term after that is found by subtracting 5 from the previous term. So
second term = (first term) - 5
third term = (second term) - 5
and so on
The recursive step would be
a(n) = a(n-1)-5
So that's why the answer is choice C