Question 170·Medium·Nonlinear Functions
The function is defined by , where and are constants. If and , what is the value of ?
When a function on the SAT is given with unknown parameters (like ) and you are told its values at two points, immediately turn those into two equations and solve the resulting linear system for the parameters, usually by subtracting the equations to eliminate one variable. Then, instead of fully solving for every parameter if it’s not necessary, look for a way to express the desired quantity (here ) in terms of what you already know (such as differences like ) so you can plug in quickly and avoid extra algebra.
Hints
Use the definition of the function
Write out what and equal using the formula . This should give you two equations involving and .
Solve for the coefficient first
You should now have equations of the form and . How can you combine these to eliminate and find ?
Find how compares to
Once you know , write expressions for and in terms of and . What is ? Use this difference and the fact that to get .
Avoid solving for both and if you can
You don't actually need the exact value of to find . Focus on the difference , which cancels out .
Desmos Guide
Solve for and using a graph of the system
In two expression lines, type the equations 3a + b = 10 and 27a + b = 100. Make sure Desmos is in the -plane (it will treat a and b as variables like x and y). Find the intersection point of these two lines; its coordinates give you the values of and .
Evaluate with the found parameters
In a new expression line, type p(x) = a*3^x + b using the and values from the intersection (or just keep a and b as the parameters Desmos already knows). Then type p(2) in another line. The numeric output that Desmos shows for p(2) is the value you should choose from the answer options.
Step-by-step Explanation
Write equations using the given function values
The function is defined by .
Use the given information:
- For : , so
- For : , so
Now you have a system of two equations in and . (We will use this to find first.)
Eliminate to solve for
Subtract the first equation from the second to eliminate :
This simplifies to
So
Now you know .
Relate to using the form of the function
Notice that
and
Subtract these to see how much is above :
So once we know , we can find from by adding .
Compute the value of
We know and .
From the relation in the previous step:
So
Therefore, the value of is 32.5, which corresponds to choice B.