SOLUTION: Write a function using this form. y=ab^x and these points (2,56)(0,3.5)
Algebra
->
Functions
-> SOLUTION: Write a function using this form. y=ab^x and these points (2,56)(0,3.5)
Log On
Algebra: Functions, Domain, NOT graphing
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Functions
Question 69337
:
Write a function using this form. y=ab^x and these points (2,56)(0,3.5)
Answer by
Nate(3500)
(
Show Source
):
You can
put this solution on YOUR website!
y = a*b^x
3.5 = a*b^0
3.5 = a
~~~~~>
y = 3.5*b^x
56 = 3.5*b^2
16 = b^2
4 = b
~~~~~>
y = 3.5*(4^x)