Since a log graph is with base 10 and a ln graph is with base e (2.something), the log x graph will clearly have smaller numbers (as, for example, log100=2 and ln100=around 4.6). In addition, you only have to multiply a number by e to increase the power by 1 but you have to multiply a number by 10 (which is significantly larger than e) to increase logx's power by 1, therefore proving that the log x graph will grow slower
It would be 9. Because each person has to pay 4$ so 9*4=36 or 36/4=9
Answer:
a(n) = a(n-1) + 4
Step-by-step explanation:
a(1) = 2 The first term is 2
a(n) = a(n-1) + 4 We add 4 to the previous term or n-1
So, we get...
a(n) = a(n-1) + 4
a(1) = 2
a(2) = a(2-1) + 4 2(1) +4 = 6
a(3) = a(3-1) +4 3(2) + 4 = 10
and so on and so forth. I hope this helps.