4.68 tons since you would multiply 2.1+0.5=2.6×1.8=4.68 tons
<span>When order does not matter you use what is called n choose k formula
n!/(k!(n-k)!) where n is the number of things to choose from and k is the number of choices made, in this case:
20!/(4!(20-4)!)=4845</span>
Answer:
- f(1) = 4
- f(n) = f(n - 1) + 4
Step-by-step explanation:
Given the sequence:
The first term is 4 and common difference is 4
<u>Recursive formula:</u>
- f(1) = 4
- f(n) = f(n - 1) + 4