All PSAT Math Resources
Example Questions
Example Question #67 : Algebraic Functions
Jorge is studying the graph of the function f(x). He notices that f(x) passes through the points (–1,5), (1,–1), and (2,–16). Which of the following equations could represent f(x)?
f(x) = –1.5x2 – 3x + 3.5
f(x) = 2x2 – 3x3
f(x) = –x3 – 4x
f(x) = –3x + 2
f(x) = 1.5x2 – 3x + 0.5
f(x) = 2x2 – 3x3
We are told that f(x) must pass through the points (–1,5), (1,–1), and (2,–16). In order for it to pass through (–1,5), when x = –1 is input into the equation of f(x), the result must be 5. Likewise, when 1 and 2 are input into the equation of f(x), the results should be –1 and –16, respectively. To check if the equation for f(x) is correct, we need to put x = –1, 1, and 2 into the equation and see if we get the correct results. In short, we need to find the equation of f(x) such that f(–1) = 5, f(1) = –1, and f(2) = –16.
The only equation for f(x) that will pass through all three points is f(x) = 2x2 – 3x3 . We can see this by testing x = –1, 1, and 2.
f(x) = 2x2 – 3x3
f(–1) = 2(–1)2 – 3(–1)3 = 2(1) – 3(–1) = 5
This means that (–1,5) would indeed lie on the graph of f(x).
f(1) = 2(1)2 – 3(1)3 = 2 – 3 = –1
So f(x) would also pass through (1,–1).
f(2) = 2(2)2 – 3(2)3 = 8 – 3(8) = –16
f(x) would also pass through (2,16).
We can check to see why the other equations of f(x) wouldn't satisfy all three points.
Let's look at the equation f(x) = –3x + 2 and test x = 2.
f(2) = –3(2) + 2 = –4, which doesn't equal –16. So that means this equation wouldn't pass through (2,–16).
Next, we can try f(x) = –1.5x2 – 3x + 3.5, using x = 2.
f(2) = –1.5(22) – 3(2) + 3.5 = –8.5, which is not –16.
Next, we can try f(x) = 1.5x2 – 3x + 0.5 at x = 2.
f(2) = 1.5(22) – 3(2) + 0.5 = 0.5, which is not equal to –16.
Finally, let's try f(x) = –x3 – 4x, using x = 1.
f(1) = –(13) – 4(1) = –5, which doesn't equal –1.
The answer is f(x) = 2x2 – 3x3 .
Example Question #31 : Algebraic Functions
Let f(x) = ax2, where a is a positive constant. Which of the following statements must be true for all values of a?
I. f(x) = f(–x)
II. f(x) = |f(x)|
III. f(f(x)) = a3x4
I and III only
I and II only
II and III only
I only
I, II, and III
I, II, and III
Let's go through each statement and determine if it's true.
f(x) = ax2
f(–x) = a(–x)2 = a(–x)(–x) = ax2 = f(x)
Statement I is true. Now let's look at the next statement.
f(x) = ax2
|f(x)| = |ax2|
Because a is positive, and because x2 ≥ 0, the product of a and x2 must be greater than or equal to zero. In other words, ax2 ≥ 0. If we take the absolute value of a quantity that is greater than or equal to zero, we get that quantity. In general, if b ≥ 0, then |b| = b. This means that |ax2| = ax2. Thus, we can write the following:
|f(x)| = |ax2| = ax2 = f(x)
Therefore, statement II is also true. Let's look at the last statement.
f(f(x)) = f(ax2)= a(ax2)2 = a(ax2)(ax2) = a3x4
This means III is also true.
The answer is I, II, and III.
Example Question #31 : How To Find F(X)
Which relation is NOT a function?
y = 3x + 1
{(–3, –6), (–2, –1), (–1, 0), (0, 3), (1, 15)}
{(–3, –6), (–2, –6), (–1, –6), (0, –6), (1, –6)}
2y + 3x = 6
{(–3, –6), (–2, –1), (–1, 0), (0, 3), (1, 0), (1, 15)}
{(–3, –6), (–2, –1), (–1, 0), (0, 3), (1, 0), (1, 15)}
A relation is a function if every x-value corresponds to one and only one y-value. Let's look at our answer choices.
{(–3, –6), (–2, –1), (–1, 0), (0, 3), (1, 15)}: This is a function. There is only one y for each x-value.
{(–3, –6), (–2, –6), (–1, –6), (0, –6), (1, –6)}: This might not look like a fuction, but it is indeed a function. This set follows the rule that every x maps to only one y-value, it just happens that the y-value (-6) is the same for each x-value.
{(–3, –6), (–2, –1), (–1, 0), (0, 3), (1, 0), (1, 15)}: This is NOT a function and therefore the correct answer. There are two x-values (both 1) that map to two different y-values, (1, 0) and (1, 15). Then this is a relation but NOT a function.
2y + 3x = 6: This is also a function. If you can solve for y, then the equation is a function. Here we can isolate y: y = –3x/2 + 3.
y = 3x + 1: This is similar to the last answer choice, but with even less work to decide this is a function. Clearly this equation is in the form of "y = " and solves for a unique y-value for every x.
Example Question #32 : How To Find F(X)
For all values of x, there exist two functions, f(x) = 3x2 + 4 and g(x) = 6x – 1. What is g(f(x))?
(6x – 1)2
18x2 – 23
18x2 + 23
15x + 4
15x – 4
18x2 + 23
In the composite function g(f(x)), f(x) acts like "x" or any other variable. We need to plug f(x) into g(x). So g(f(x)) = 6(3x2 + 4) – 1 = 18x2 + 24 – 1 = 18x2 + 23.
Example Question #33 : How To Find F(X)
Let f(x) be defined as follows:
What is the value of
17
5
15
13
7
17
The function f(x) is a piecewise function, which means that it is comprised of separate functions that change depending on the value of x. According to the problem, whenever x is less than 1, f(x) is defined by 2x - 3. Whenever x is greater than or equal to one and less than 3, f(x) is defined as . And whenever x is greater than or equal to 3, f(x) is equal to |4x – 9|.
The question asks us to find f(1) + f(3) + f(5). We need to calculate the values of f(1), f(3), and f(5) individually and then find their sum.
To find f(1), we must first decide which of the three possible functions for f(x) to use. Since f(1) means we are finding the value of f(x) when x = 1, we will have to use the second piece, which says that f(x) = . We can't use the function 2x - 3, because this is only valid when x < 1, not when x = 1.
Next, we will find f(3). We need to use the third piece of the function which states that f(x) = |4x – 9|. Since f(3) means we are finding f(x) when x = 3, we can only use the third piece. The second piece, , is only defined if x is less than 3 and greater than or equal to 1.
Lastly, we must find f(5). Again, we will use the function f(x) = |4x – 9|, because when x = 5, x must be greater than 3.
We can now add up f(1), f(3), and f(5), which would give us 3 + 3 + 11 = 17.
The answer is 17.
Example Question #2777 : Sat Mathematics
If a function, g, is defined by , what is when x = 2?
49
3
25
7
16
25
First, let's expand . We will get the polynomial .
When we plug in the given function, g, into this polynomial and simplify, we will get .
Because this problem asks us for the value when x = 2, we have to plug in 2 for every x in the expression. .
Example Question #34 : How To Find F(X)
In the xy-plane, a line with the equation crosses the y-axis at the point with the coordinates (m, n). What is the value of n?
3
0
6
–6
–6
This problem states that the given line crosses the y-axis at a certain point (m, n). By crossing the y-axis, we know that this point must be the y-intercept of this line. All y-intercepts lie on the y-axis and, therefore, have an x-coordinate of 0. If we plug in 0 for x in the equation of the line, , we will get
y = –6
The y-intercept must be at the point
(0, –6)
so n must be –6.
Example Question #35 : How To Find F(X)
If and . What is ?
Plugging in for and 7 for into and solving for , we obtain .
Example Question #36 : How To Find F(X)
Solve for :
.
Solving for yields
.
Example Question #2784 : Sat Mathematics
if and , solve .
We are solving for a composite function by substituting into to get: before simplification.
Certified Tutor