Answer:
3.2
Step-by-step explanation:
1/5=0.2
3 + 0.2 = 3.2
Answer:
p=-7
Step-by-step explanation:
-11+10(p+10)=4-5(2p+11)
Firstly, expand the bracket
-11+10p+100=4-10p-55
Next, you collect like terms
10p+10p=4-55-100+11
20p=-140
Divide through by the coefficient of p
20p/20=-140/20
p=-7
I honestly dont know but try mathpapa
Simplify the brackets.
5x - 8x - 9 + 4.5x
Collect like terms
(5x - 8x + 4.5)-9
Simplify
1.5x - 9
Now give me your stuffed crust.
Answer:
f(n) = 2n - 2
Step-by-step explanation:
Given the recursive formula
f(n) = f(n - 1) + 2 with f(1) = 0, then
f(2) = f(1) + 2 = 0 + 2 = 2
f(3) = f(2) + 2 = 2 + 2 = 4
f(4) = f(3) + 2 = 4 + 2 = 6
The terms of the sequence are 0, 2, 4, 6, ....
These are the first 4 terms of an arithmetic sequence with explicit formula
f(n) = a₁ + (n - 1)d
where a₁ is the first term and d the common difference
Here d = 2 - 0 = 4 - 2 = 6 - 4 = 2 and a₁ = 0, thus
f(n) = 0 + 2(n - 1), that is
f(n) = 2n - 2 ← explicit formula