How do you get these two equations into one equation?

Find an exponential function that passes through each pair of points. Write your answer like y=a(b)^x
The ordered pairs are: (1,7.5) and (3,16.875)
What are the equations to both of them? I want to know if I did it right.

1 Answer
Feb 6, 2018

#y = 5 * 1.5^x#

Explanation:

The problem tells us that our function will look like this:

#y = a*b^x#

So, if we can solve for #a# and #b#, we will get our equation. We know that the equation must satisfy both of the given points, so if we plug in both pairs of coordinates, we will get two true equations in terms of #a# and #b# that we can use to solve for #a# and #b#.

So, let's plug in the two coordinates and see what we get:

First, the point #(color(red)1, color(blue)7.5)#

#color(blue)7.5 = a * b^color(red)1#
#color(blue)7.5 = ab#

Next, the point #(color(red)3, color(blue)16.875)#

#color(blue)16.875 = a * b^color(red)3#
#color(blue)16.875 = ab^3#

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This gives us a system of equations in terms of #a# and #b#, which we can solve:

#7.5 = ab " "" "and" "" "16.875 = ab^3#

Since #16.875# is equal to #ab^3#, and #7.5# is equal to #ab#, if we divide #16.875# by #7.5#, it should be the same as what we get when we divide #ab^3# by #ab#. Therefore:

#16.875/7.5 = (ab^3)/(ab)#

#2.25 = (cancela * cancelb * b^2)/(cancela * cancelb)#

#2.25 = b^2#

#+- 1.5 = b#

And since #b# is the base of the exponential equation, it cannot be negative since #b^x# is not continuous for any #x# if #b# is negative. Therefore:

#b = 1.5#

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Now that we have solved for #b#, we can use one of our equations from earlier to solve for #a# as well. Remember that #b = color(orange)1.5#.

#7.5 = ab#

#7.5 = a(color(orange)1.5)#

#5 = a#

So #a = 5# and #b = 1.5#. This means that the exponential equation is:

#y = 5 * 1.5^x#

Final Answer