this picture has bad quality, please resend with better picture so i can answer all of them
Function g takes 4 as input and return 2 as output
f takes input 2 and returns output 4
from the graph
g(4)=2
f(2)=4
The sequence seems to be that you add 1 and then multiply by 2, and then add 1 and multiply by 3, so I would assume you do 9 + 1 = 10, and then multiply by 4 to get 40 as your next number. I hope this helps!
<h3>
Answer: 2p + 3q</h3>
Work Shown:
log(200) = log(2^3*5^2)
log(200) = log(2^3) + log(5^2)
log(200) = 3*log(2) + 2*log(5)
log(200) = 3*q + 2*p
log(200) = 2p + 3q
The log rules I used were
log(A*B) = log(A)+log(B)
log(A^B) = B*log(A)