Respuesta :
I don't like trying all of them so I will make up my own which will probably be in the answers
so equation is
f(x)=pay
x=hours worked
solve so
f(1)=110
f(2)=130
f(3)=150
f(4)=170
they seem to be increasing in 20 increments so therefor the pay is linked to hours times 20 so that measn that every hour he works, he gets 20 dollars
therefor the answer is f(n+1)=f(n)+20 since we know that 1 hour=$20 so n+1hour=n+$20
the answe ris f(n+1)=f(n)+20
so equation is
f(x)=pay
x=hours worked
solve so
f(1)=110
f(2)=130
f(3)=150
f(4)=170
they seem to be increasing in 20 increments so therefor the pay is linked to hours times 20 so that measn that every hour he works, he gets 20 dollars
therefor the answer is f(n+1)=f(n)+20 since we know that 1 hour=$20 so n+1hour=n+$20
the answe ris f(n+1)=f(n)+20
The recursive formula that could be used for measuring the total amount of money is f(n+1)=f(n)+20.
Given that,
- The electrician earns $110.
- And, the sequence should be 110, 130, 150, 170, and so on.
- Here we assume that f(x) represent pay.
- And, x be the number of hours worked.
Based on the above information, we can see that there are 20 increments in every next number.
So, the equation should be f(n+1)=f(n)+20
Learn more: brainly.com/question/11679190