Free for students · Ad-free · WCAG 2.1 AA Compliant · Accessibility

AP Precalculus — Pattern-Matched Mock Exam

A full-length mock exam focusing on data modeling, function transformations, and algebraic fluency, mirroring the official AP exam style.

--:--:--

Section 1 — Multiple Choice (43 questions)

Question 1 of 43 · EASY

The temperature of a cup of coffee, C, in degrees Fahrenheit, changes with time, t, in minutes. Which of the following expressions best represents the average rate of change of the temperature from t=5 minutes to t=15 minutes?

A `C(15) - C(5)`
B `(C(15) - C(5)) / (15 - 5)`
C `(C(15) + C(5)) / 2`
D `(C(5) - C(15)) / (15 - 5)`
Answer: B

The average rate of change between two points is the change in the output (the y-values) divided by the change in the input (the x-values). Think of it as the slope of the line connecting those two points on the graph. Choice A is just the total change in temperature, not the rate. Choice C is the average temperature, not the rate of change. Choice D has the numerator reversed, which would give you the negative of the correct rate.

Question 2 of 43 · EASY

Let f(x) = 3x - 5 and g(x) = x^2 + 1. What is the value of g(f(2))?

A 2
B 1
C 10
D 26
Answer: A

This is a function composition problem. You work from the inside out. First, find f(2) = 3(2) - 5 = 6 - 5 = 1. Now, take that result and plug it into g(x). So, we need to find g(1) = (1)^2 + 1 = 1 + 1 = 2. A common mistake is to calculate f(g(2)), which would be f(2^2+1) = f(5) = 3(5)-5 = 10 (Choice C), or to just multiply the functions.

Question 3 of 43 · EASY

The function f is given by f(x) = 2^x. Which of the following is the inverse function, f^-1(x)?

A `f^-1(x) = -2^x`
B `f^-1(x) = x^2`
C `f^-1(x) = log_2(x)`
D `f^-1(x) = 1 / (2^x)`
Answer: C

To find the inverse of a function, you swap x and y and solve for the new y. Starting with y = 2^x, we swap to get x = 2^y. To solve for y, we use the definition of a logarithm: if b^y = x, then y = log_b(x). In our case, this becomes y = log_2(x). The other choices represent common confusions: Choice A is a reflection, Choice D is the reciprocal, and Choice B confuses exponential functions with power functions.

Question 4 of 43 · EASY

Which of the following angles is coterminal with π/4 radians?

A `3π/4`
B `5π/4`
C `-π/4`
D `9π/4`
Answer: D

Coterminal angles are angles that share the same terminal side. To find them, you add or subtract full rotations, which is radians. So, we're looking for π/4 + 2πn for some integer n. Let's check the options. π/4 + 2π = π/4 + 8π/4 = 9π/4. So, Choice D is correct. The other options are different angles in different quadrants (or a reflection across the x-axis for -π/4).

Question 5 of 43 · MEDIUM

A function f is defined by f(x) = k * x^p, where k and p are constants. If the graph of f passes through the points (1, 5) and (2, 40), what is the value of p?

A 2
B 3
C 4
D 8
Answer: B

Let's plug in the points. From (1, 5), we get 5 = k * 1^p, which simplifies to k=5. Now we know f(x) = 5 * x^p. Using the second point (2, 40), we get 40 = 5 * 2^p. Divide by 5: 8 = 2^p. Since 2^3 = 8, the value of p must be 3. This tests your ability to work with function definitions and solve for parameters.

Question 6 of 43 · MEDIUM

The function h is given by h(x) = (x^2 - 9) / (x^2 + x - 6). Which of the following describes the feature of the graph of h at x = -3?

A A vertical asymptote
B A horizontal asymptote
C A hole
D An x-intercept
Answer: A

To find vertical asymptotes and holes, you must first factor the numerator and denominator. h(x) = ((x-2)(x+2)) / ((x+2)(x+3)). Notice the (x+2) term appears in both. This means it cancels out, and we have a hole in the graph at x=-2. The (x+3) term is left in the denominator and does not cancel. This creates a vertical asymptote at x=-3. A common mistake is to say there are asymptotes at both x=-2 and x=-3, but you must check for canceling factors first!

Question 7 of 43 · MEDIUM

What is the end behavior of the function f(x) = (3x^4 - 2x + 1) / (5x^2 + x - 7)?

A The graph has a horizontal asymptote at `y = 3/5`.
B The graph has a horizontal asymptote at `y = 0`.
C As `x -> ∞`, `f(x) -> ∞`, and as `x -> -∞`, `f(x) -> ∞`.
D As `x -> ∞`, `f(x) -> ∞`, and as `x -> -∞`, `f(x) -> -∞`.
Answer: C

For end behavior of rational functions, we compare the degrees of the numerator and the denominator. The numerator's degree is 4, and the denominator's degree is 2. Since the degree of the numerator is greater than the degree of the denominator (n > m), there is no horizontal asymptote. The end behavior is determined by the leading terms: (3x^4) / (5x^2) = (3/5)x^2. The function behaves like y = (3/5)x^2 for large |x|. Since x^2 is always positive, the function goes to positive infinity on both ends. Students often mistakenly choose y=3/5 (Choice A) by just looking at the leading coefficients, but that rule only applies when the degrees are equal.

Question 8 of 43 · MEDIUM

The equation log_3(x+5) + log_3(x-1) = 3 has two proposed solutions, x=4 and x=-8. Which of the following statements is true?

A Both `x=4` and `x=-8` are solutions.
B Only `x=4` is a solution.
C Only `x=-8` is a solution.
D Neither value is a solution.
Answer: B

First, let's solve the equation. Using the product rule for logs, we get log_3((x+5)(x-1)) = 3. Now, convert to exponential form: (x+5)(x-1) = 3^3. This gives x^2 + 4x - 5 = 27, or x^2 + 4x - 32 = 0. Factoring this gives (x+8)(x-4) = 0, so the proposed solutions x=-8 and x=4 are correct algebraically. However, we must check for extraneous solutions. The domain of a logarithm requires the argument to be positive. If we plug x=-8 into the original equation, we get log_3(-3) and log_3(-9), which are undefined. If we plug in x=4, we get log_3(9) and log_3(3), which are both valid. So, only x=4 is a true solution.

Question 9 of 43 · MEDIUM

A population of bacteria is growing exponentially. At 1:00 PM, there are 1000 bacteria. At 3:00 PM, there are 4000 bacteria. How many bacteria were there at 12:00 PM (noon)?

A 0
B 250
C 500
D 750
Answer: C

Let t be the number of hours past 1:00 PM. The population P(t) can be modeled by P(t) = P_0 * b^t. We know P(0) = 1000. At 3:00 PM, t=2, and P(2) = 4000. So, 4000 = 1000 * b^2. Dividing by 1000 gives 4 = b^2, so the growth factor b is 2. The model is P(t) = 1000 * 2^t. We want to find the population at noon, which is one hour before 1:00 PM, so t=-1. P(-1) = 1000 * 2^(-1) = 1000 * (1/2) = 500. A common mistake is to think linearly; you might see that the population increased by 3000 in 2 hours, so it must have increased by 1500 in the previous hour, leading to 1000-1500 = -500, which is nonsensical. Exponential growth means it multiplies by the same factor each hour.

Question 10 of 43 · HARD

Which of the following is equivalent to the expression (sec(θ) - cos(θ)) / tan(θ) for all values of θ for which the expression is defined?

A `sin(θ)`
B `cos(θ)`
C `tan(θ)`
D `1`
Answer: A

The key to simplifying trig expressions is often to convert everything to sine and cosine. sec(θ) = 1/cos(θ) and tan(θ) = sin(θ)/cos(θ). Substituting these in gives: ( (1/cos(θ)) - cos(θ) ) / (sin(θ)/cos(θ)). Let's work on the numerator first by finding a common denominator: (1/cos(θ)) - (cos^2(θ)/cos(θ)) = (1 - cos^2(θ)) / cos(θ). We know the Pythagorean identity sin^2(θ) + cos^2(θ) = 1, which rearranges to sin^2(θ) = 1 - cos^2(θ). So the numerator is sin^2(θ) / cos(θ). Now our full expression is ( sin^2(θ) / cos(θ) ) / ( sin(θ) / cos(θ) ). To divide by a fraction, we multiply by the reciprocal: (sin^2(θ) / cos(θ)) * (cos(θ) / sin(θ)). The cos(θ) terms cancel, and one sin(θ) cancels, leaving just sin(θ).

Question 11 of 43 · MEDIUM

The function f(x) = a * sin(b(x-c)) + d has a maximum value of 10, a minimum value of -2, and a period of π. Which of the following could be the values of a, b, and d?

A `a = 6, b = 2, d = 4`
B `a = 12, b = 2, d = 4`
C `a = 6, b = 1/2, d = 6`
D `a = 6, b = π, d = 4`
Answer: A

Let's break this down. The amplitude a is half the distance between the max and min: a = (10 - (-2)) / 2 = 12 / 2 = 6. The midline d is the average of the max and min: d = (10 + (-2)) / 2 = 8 / 2 = 4. The period is related to b by the formula Period = 2π / |b|. We are given the period is π. So, π = 2π / |b|. Solving for b gives |b| = 2. Matching these values (a=6, b=2, d=4) with the choices, we find that Choice A is the correct one. It's easy to mix up the formulas, for example, by thinking the period is b (Choice D) or calculating the amplitude or midline incorrectly.

Question 12 of 43 · EASY

The graph of a polynomial function p(x) is shown. Which of the following must be true?

A The degree of `p(x)` is even and the leading coefficient is positive.
B The degree of `p(x)` is odd and the leading coefficient is positive.
C The degree of `p(x)` is even and the leading coefficient is negative.
D The degree of `p(x)` is odd and the leading coefficient is negative.
Answer: B

Let's analyze the end behavior. The graph starts low (in Quadrant III, x -> -∞, y -> -∞) and ends high (in Quadrant I, x -> ∞, y -> ∞). When the ends go in opposite directions, the degree of the polynomial must be odd. When it rises from left to right, the leading coefficient must be positive. This matches Choice B. We can also see from the roots: there's a single root at x=-2 and a double root (a 'touch and turn') at x=1. This suggests a minimum degree of 1+2=3, which is an odd number.

Question 13 of 43 · MEDIUM

A semi-log plot of data from an experiment is shown, with log(y) on the vertical axis and x on the horizontal axis. The data points on the semi-log plot form a straight line with the equation log(y) = 0.5x + 2. Which of the following function types best models the original data?

A Linear
B Quadratic
C Exponential
D Logarithmic
Answer: C

A semi-log plot is specifically designed to test for exponential relationships. If a set of data (x, y) becomes linear when you plot (x, log(y)), it means the original relationship was exponential. We can see this by converting the given linear equation back: log(y) = 0.5x + 2. If we assume a base-10 log, then y = 10^(0.5x + 2). This can be rewritten as y = 10^2 * 10^(0.5x) = 100 * (10^0.5)^x. This is clearly in the form y = a * b^x, which is an exponential function.

Question 14 of 43 · MEDIUM

What is the exact value of cos(arcsin(-1/2))?

A `sqrt(3)/2`
B `1/2`
C `-1/2`
D `-sqrt(3)/2`
Answer: A

Let's work from the inside out. Let θ = arcsin(-1/2). This means sin(θ) = -1/2 and θ must be in the range of arcsin, which is [-π/2, π/2]. The angle in that range where sin(θ) = -1/2 is θ = -π/6. Now we need to find cos(θ), which is cos(-π/6). Since cosine is an even function, cos(-π/6) = cos(π/6) = sqrt(3)/2. Alternatively, you can draw a right triangle in Quadrant IV with opposite side -1 and hypotenuse 2. The adjacent side would be sqrt(2^2 - (-1)^2) = sqrt(3). Then cos(θ) is adjacent/hypotenuse, which is sqrt(3)/2.

Question 15 of 43 · EASY

The function f is given by the table below. Find the value of f⁻¹(8). | x | 2 | 4 | 6 | 8 | |---|---|---|---|---| | f(x) | 4 | 6 | 8 | 10 |

A 10
B 6
C 4
D Not defined
Answer: B

The inverse function f⁻¹(y) gives you the input x that produced the output y. So, f⁻¹(8) is asking, 'For what x value is f(x) equal to 8?'. Looking at the table, we scan the f(x) row for the value 8. We find it in the third column. The corresponding x value in that column is 6. Therefore, f⁻¹(8) = 6. A common mistake is to find f(8), which would be 10 (Choice A).

Question 16 of 43 · MEDIUM

The graph of y = f(x) is shown. Which of the following is the graph of y = -f(x+2)?

A A V-shape opening down, with its vertex at `(-2, 0)`.
B A V-shape opening down, with its vertex at `(2, 0)`.
C A V-shape opening up, with its vertex at `(-2, 0)`.
D A V-shape opening up, with its vertex at `(0, -2)`.
Answer: A

This is a transformation problem with two steps. The (x+2) inside the function causes a horizontal shift. Remember, it's the opposite of what you might think: +2 shifts the graph 2 units to the left. The negative sign outside the function, -f(...), causes a reflection across the x-axis, flipping the V-shape to open downwards. Applying these two transformations to the original V-shape (vertex at (0,0)) results in a new V-shape that opens downwards and has its vertex at (-2, 0).

Question 17 of 43 · EASY

A sequence is defined by a_n = 3 + (n-1) * 4. Another sequence is defined by b_n = 3 * 4^(n-1). Which of the following statements is true?

A Both sequences show a constant rate of change.
B Both sequences show a constant percent rate of change.
C `a_n` is an arithmetic sequence, and `b_n` is a geometric sequence.
D `a_n` is a geometric sequence, and `b_n` is an arithmetic sequence.
Answer: C

The first sequence, a_n = 3 + (n-1) * 4, is in the form of an arithmetic sequence, a_n = a_1 + (n-1)d. Here, you start at 3 and add a common difference of 4 each time. This corresponds to a constant rate of change (like a linear function). The second sequence, b_n = 3 * 4^(n-1), is in the form of a geometric sequence, b_n = b_1 * r^(n-1). Here, you start at 3 and multiply by a common ratio of 4 each time. This corresponds to a constant percent rate of change (like an exponential function). Therefore, Choice C is the correct description.

Question 18 of 43 · MEDIUM

The polynomial p(x) = x^3 - 2x^2 + x - 2 has a real zero at x=2. Which of the following are the other zeros of p(x)?

A `x = 1, x = -1`
B `x = i, x = -i`
C `x = 1+i, x = 1-i`
D `x = 2` (a repeated root)
Answer: B

Since we know x=2 is a zero, (x-2) must be a factor of the polynomial. We can use synthetic division or polynomial long division to divide p(x) by (x-2). Using synthetic division with 2: 1 -2 1 -2 becomes 1 0 1 0. The resulting quotient is 1x^2 + 0x + 1, or x^2 + 1. To find the other zeros, we set this quotient to zero: x^2 + 1 = 0. This gives x^2 = -1, so the other two zeros are x = i and x = -i. This shows that complex zeros of polynomials with real coefficients always come in conjugate pairs.

Question 19 of 43 · HARD

The number of solutions to the equation sin(2x) = 0.5 in the interval [0, 2π] is:

A 1
B 2
C 3
D 4
Answer: D

Let u = 2x. The equation becomes sin(u) = 0.5. If x is in [0, 2π], then u = 2x must be in the interval [0, 4π]. We are looking for how many times the sine function equals 0.5 over two full rotations of the unit circle. In the first rotation ([0, 2π]), sin(u) = 0.5 at u = π/6 and u = 5π/6. In the second rotation ([2π, 4π]), the solutions are u = π/6 + 2π = 13π/6 and u = 5π/6 + 2π = 17π/6. So we have four solutions for u. Since each u gives a unique x = u/2 that is within the original interval [0, 2π], there are 4 solutions for x. The period of sin(2x) is π, so it completes two full cycles in [0, 2π], crossing the line y=0.5 twice in each cycle.

Question 20 of 43 · MEDIUM

The polar coordinates of a point are (r, θ) = (-3, π/2). Which of the following are the Cartesian coordinates (x, y) of the point?

A `(0, 3)`
B `(0, -3)`
C `(-3, 0)`
D `(3, 0)`
Answer: B

The conversion formulas are x = r * cos(θ) and y = r * sin(θ). Plugging in our values: x = -3 * cos(π/2) = -3 * 0 = 0. And y = -3 * sin(π/2) = -3 * 1 = -3. So the Cartesian coordinates are (0, -3). You can also think about this visually: θ = π/2 is the positive y-axis. A radius of -3 means you go 3 units in the opposite direction, which is down the negative y-axis to the point (0, -3).

Question 21 of 43 · MEDIUM

The function f has a constant rate of change of 2. The function g has a constant percent rate of change of 20%. Both f(0) = 10 and g(0) = 10. Which function will have a larger value at x=10?

A `f` will be larger.
B `g` will be larger.
C They will be equal.
D It cannot be determined.
Answer: B

f is a linear function since it has a constant rate of change. Its equation is f(x) = 2x + 10. At x=10, f(10) = 2(10) + 10 = 30. g is an exponential function since it has a constant percent rate of change. Its equation is g(x) = 10 * (1.20)^x. At x=10, g(10) = 10 * (1.20)^10. We don't need to calculate the exact value, just recognize that (1.2)^10 is a number significantly larger than 1 (it's about 6.19). So g(10) will be approximately 61.9. A key concept is that exponential growth, even with a small-seeming percentage, will always eventually overtake linear growth.

Question 22 of 43 · MEDIUM

Which of the following is an equivalent expression for log(x^3 / sqrt(y))?

A `3log(x) - 0.5log(y)`
B `3log(x) + 0.5log(y)`
C `log(3x) - log(0.5y)`
D `(log(x^3)) / (log(sqrt(y)))`
Answer: A

This problem uses the rules of logarithms. First, the logarithm of a quotient is the difference of the logarithms: log(x^3) - log(sqrt(y)). Next, the logarithm of a power is the exponent times the logarithm. Remember that sqrt(y) is the same as y^(1/2). So, log(x^3) becomes 3log(x) and log(y^(1/2)) becomes (1/2)log(y) or 0.5log(y). Putting it all together, we get 3log(x) - 0.5log(y). Choice D is a very common mistake, confusing the log of a quotient with the quotient of the logs.

Question 23 of 43 · MEDIUM

The rate of change of a polar function r = f(θ) is increasing for π/4 < θ < π/2. What does this imply about the graph of the function in that interval?

A The point `(r, θ)` is moving closer to the pole.
B The point `(r, θ)` is moving away from the pole.
C The point `(r, θ)` is moving counter-clockwise.
D The point `(r, θ)` is stationary.
Answer: B

The rate of change of a polar function r = f(θ) refers to how the radius r changes as the angle θ changes. If the rate of change dr/dθ is positive (which is what 'increasing' implies for r), it means that as the angle θ increases, the radius r also increases. An increasing radius means the point is moving farther away from the origin, or pole. Moving closer to the pole would mean r is decreasing (Choice A). The movement being counter-clockwise (Choice C) is the default way θ increases, but it doesn't depend on the rate of change of r.

Question 24 of 43 · EASY

Given the function f(x) = 2x^3 - 8x. Which statement best describes the function?

A It is an even function.
B It is an odd function.
C It is neither even nor odd.
D It is both even and odd.
Answer: B

To test if a function is even or odd, we evaluate f(-x). f(-x) = 2(-x)^3 - 8(-x) = 2(-x^3) + 8x = -2x^3 + 8x. Now we compare this to the original f(x). We can see that f(-x) = -(2x^3 - 8x) = -f(x). Since f(-x) = -f(x), the function is odd. An even function would have f(-x) = f(x). A function is odd if all its terms have odd powers of x (here, powers 3 and 1), and it's even if all its terms have even powers.

Question 25 of 43 · MEDIUM

The graph of the polar function r = 3 + 3cos(θ) is a cardioid. At which value of θ does the point on the curve reach its maximum distance from the pole?

A `0`
B `π/2`
C `π`
D `3π/2`
Answer: A

The distance from the pole is given by r. We want to maximize r = 3 + 3cos(θ). The value of r will be at its maximum when the cos(θ) term is at its maximum. The maximum value of cos(θ) is 1. This occurs when θ = 0 (and other coterminal angles like , etc.). At θ=0, r = 3 + 3cos(0) = 3 + 3(1) = 6. At θ=π, cos(π)=-1, which gives the minimum distance r=0.

Question 26 of 43 · MEDIUM

A city's population is modeled by P(t) = 120 / (1 + 3e^(-0.05t)), where P is in thousands and t is years since 2020. What is the long-term carrying capacity of the city?

A 30 thousand
B 40 thousand
C 120 thousand
D 360 thousand
Answer: C

This is a logistic growth model. The long-term carrying capacity is the value that P(t) approaches as t goes to infinity. As t -> ∞, the term e^(-0.05t) approaches 0 (since it's 1 / e^(0.05t) and the denominator gets huge). So the equation becomes P(t) -> 120 / (1 + 3*0) = 120 / 1 = 120. The carrying capacity is the value in the numerator of the logistic function. The initial population at t=0 would be 120 / (1+3) = 30 (Choice A), which is a common distractor.

Question 27 of 43 · EASY

Which of the following is NOT a root of the polynomial P(x) = (x^2+4)(x-3)^2(x+1)?

A 3
B -1
C 2i
D 2
Answer: D

The roots (or zeros) of a polynomial are the values of x that make P(x) = 0. Since the polynomial is already factored, we can find the roots by setting each factor to zero. (x-3)^2 = 0 gives a root of x=3. (x+1) = 0 gives a root of x=-1. (x^2+4) = 0 gives x^2 = -4, so x = ±sqrt(-4) = ±2i. The roots are 3, -1, 2i, and -2i. The value x=2 is not a root.

Question 28 of 43 · HARD

The function f is decreasing and concave up. The function g is increasing and concave down. What can be said about the composition h(x) = f(g(x))?

A `h` is decreasing and concave up.
B `h` is decreasing and concave down.
C `h` is increasing and concave up.
D `h` is increasing and concave down.
Answer: A

This is a challenging question about function composition and rates of change. Let's analyze the first derivative (rate of change). By the chain rule, h'(x) = f'(g(x)) * g'(x). Since f is decreasing, f' is negative. Since g is increasing, g' is positive. So h'(x) = (negative) * (positive) = negative. This means h is decreasing. Now for concavity (the second derivative). h''(x) is more complex. A simpler way to think about it: as x increases, g(x) increases (because g is increasing). As the input to f increases, the output f(g(x)) decreases (because f is decreasing). So h is decreasing. For concavity: g is concave down, so its rate of increase is slowing. f is concave up, so its rate of decrease is slowing. As x increases, g(x) increases at a slower rate. f is applied to these slowing increasing values. Because f is concave up, its slope becomes less negative as its input increases. The combination of these effects results in h being concave up. The rate of decrease of h slows down.

Question 29 of 43 · HARD

The average rate of change of a function f on the interval [a, b] is (f(b)-f(a))/(b-a). If f(x) = x^3, on which of the following intervals is the average rate of change equal to the instantaneous rate of change at x=2? The instantaneous rate of change of f(x)=x^3 is 3x^2.

A `[1, 3]`
B `[0, sqrt(12)]`
C `[1, sqrt(7)]`
D `[0, 4]`
Answer: B

This question connects the concepts of average and instantaneous rates of change. First, find the instantaneous rate of change at x=2. The formula is given: 3x^2. So at x=2, the rate is 3(2^2) = 12. Now we need to find which interval has an average rate of change of 12. Let's test the choices. For Choice C, [1, sqrt(7)]: The average rate of change is (f(sqrt(7)) - f(1)) / (sqrt(7) - 1) = ((sqrt(7))^3 - 1^3) / (sqrt(7) - 1) = (7*sqrt(7) - 1) / (sqrt(7) - 1). This looks complicated. Let's re-think. We want (b^3 - a^3) / (b-a) = 12. The numerator is a difference of cubes, which factors to (b-a)(b^2 + ab + a^2). So we want b^2 + ab + a^2 = 12. Let's test the choices with this formula. Choice A: 3^2 + 1*3 + 1^2 = 9+3+1 = 13. No. Choice B: (sqrt(12))^2 + 0*sqrt(12) + 0^2 = 12. Yes. Let me re-check my first calculation. Ah, I made a mistake. Let's re-evaluate choice B. (f(sqrt(12)) - f(0)) / (sqrt(12) - 0) = (sqrt(12))^3 / sqrt(12) = (sqrt(12))^2 = 12. So B is the correct answer. Let's re-evaluate C to be sure. (sqrt(7))^2 + 1*sqrt(7) + 1^2 = 7 + sqrt(7) + 1 = 8 + sqrt(7). No. The correct answer is B.

Question 30 of 43 · HARD

A researcher is modeling the concentration of a medication in the bloodstream. The best model is found to be C(t) = 5t * e^(-0.5t), where t is in hours. Which of the following statements is true?

A The concentration increases indefinitely.
B The concentration decreases and then increases.
C The concentration increases to a maximum and then decreases.
D The concentration is constant.
Answer: C

This function is a product of a linear function (5t) and an exponential decay function (e^(-0.5t)). Initially, for small t, the linear term 5t dominates, causing the concentration to increase from C(0)=0. However, as t gets large, the exponential decay term e^(-0.5t) dominates and goes to zero much faster than 5t goes to infinity. This will pull the entire function's value down towards zero. Therefore, the function must rise from zero to some maximum concentration and then fall back down, approaching zero in the long run. This is a very common shape for models of this type.

Question 31 of 43 · HARD

The expression (1 - cos^2 x) / (csc^2 x - 1) is equivalent to which of the following?

A `sin^2 x`
B `cos^2 x`
C `tan^2 x`
D `sin^4 x / cos^2 x`
Answer: D

This requires using two Pythagorean identities. The numerator 1 - cos^2 x is equal to sin^2 x. For the denominator, we start with the identity 1 + cot^2 x = csc^2 x. Rearranging this gives cot^2 x = csc^2 x - 1. So our expression becomes sin^2 x / cot^2 x. Now, we convert cot^2 x to its definition in terms of sine and cosine: cot^2 x = cos^2 x / sin^2 x. The expression is now sin^2 x / (cos^2 x / sin^2 x). To divide by a fraction, we multiply by the reciprocal: sin^2 x * (sin^2 x / cos^2 x). This simplifies to sin^4 x / cos^2 x.

Question 32 of 43 · MEDIUM

The function f is given by f(x) = 2(x-3)^2(x+1). The average rate of change of f is positive on which of the following intervals?

A `[-1, 3]`
B `[1, 3]`
C `[3, 4]`
D `[0, 2]`
Answer: C

The average rate of change on an interval [a, b] is positive if f(b) > f(a). We need to test the endpoints for each interval. The function has roots at x=3 (a double root, so it touches the axis here) and x=-1. A) On [-1, 3], f(-1)=0 and f(3)=0. The average rate of change is 0. B) On [1, 3], f(1) = 2(1-3)^2(1+1) = 16 and f(3)=0. The average rate of change is (0-16)/(3-1) = -8, which is negative. C) On [3, 4], f(3)=0 and f(4) = 2(4-3)^2(4+1) = 10. The average rate of change is (10-0)/(4-3) = 10, which is positive. D) On [0, 2], f(0) = 2(0-3)^2(0+1) = 18 and f(2) = 2(2-3)^2(2+1) = 6. The average rate of change is (6-18)/(2-0) = -6, which is negative.

Question 33 of 43 · MEDIUM

A Ferris wheel has a diameter of 100 feet, and the center of the wheel is 60 feet above the ground. The wheel completes one rotation every 8 minutes. Which function h(t) best models the height of a rider who starts at the bottom of the wheel at t=0?

A `h(t) = 50sin(π/4 * t) + 60`
B `h(t) = -50cos(π/4 * t) + 60`
C `h(t) = -100cos(π/4 * t) + 60`
D `h(t) = 50cos(π/8 * t) + 60`
Answer: B

Let's find the parameters. The diameter is 100, so the radius (amplitude a) is 50. The center is 60 feet high, so the midline d is 60. The period is 8 minutes. The formula for the period is P = 2π/b, so 8 = 2π/b, which gives b = 2π/8 = π/4. The rider starts at the bottom. A standard cosine function starts at the top, and a standard sine function starts at the midline. To start at the bottom, we need a reflected cosine function, which means using -cos. Putting it all together: amplitude a=50, b=π/4, midline d=60, and a negative cosine shape. This gives h(t) = -50cos(π/4 * t) + 60.

Question 34 of 43 · HARD

The function f(x) = (x-2)/(x+3). What is the domain of the inverse function, f⁻¹(x)?

A All real numbers except `x = 2`
B All real numbers except `x = -3`
C All real numbers except `x = 1`
D All real numbers
Answer: C

This is a great shortcut question. The domain of the inverse function f⁻¹ is the same as the range of the original function f. The function f(x) = (x-2)/(x+3) is a rational function. To find its range, we can look for the horizontal asymptote. Since the degrees of the numerator and denominator are both 1, the horizontal asymptote is the ratio of the leading coefficients, which is y = 1/1 = 1. The function will get infinitely close to y=1 but never touch it. Therefore, the range of f is all real numbers except 1. This means the domain of f⁻¹ is also all real numbers except 1.

Question 35 of 43 · MEDIUM

If f(x) = log_b(x) and the graph of f passes through the point (8, 3/2), what is the value of b?

A 2
B 4
C 16
D `sqrt(8)`
Answer: B

The point (8, 3/2) being on the graph means that when x=8, f(x)=3/2. So we can write the equation 3/2 = log_b(8). To solve for b, we convert this logarithmic equation into its exponential form: b^(3/2) = 8. To get b by itself, we can raise both sides to the reciprocal power, 2/3. So, (b^(3/2))^(2/3) = 8^(2/3). This simplifies to b = (8^(1/3))^2. The cube root of 8 is 2, so we have b = 2^2 = 4.

Question 36 of 43 · HARD

The function g(x) = 3f(x/2) - 1. The point (4, 5) is on the graph of f(x). What is the corresponding point on the graph of g(x)?

A `(2, 14)`
B `(8, 14)`
C `(2, 7)`
D `(8, 7)`
Answer: B

This is about how transformations affect coordinates. The transformation g(x) = 3f(x/2) - 1 has three parts. The x/2 inside the function affects the x-coordinate. This is a horizontal stretch by a factor of 2. So the new x-coordinate is 4 * 2 = 8. The 3 multiplying the function and the -1 outside affect the y-coordinate. It's a vertical stretch by a factor of 3, followed by a shift down by 1. So the new y-coordinate is 3 * 5 - 1 = 15 - 1 = 14. The new point is (8, 14). It's easy to get the horizontal transformation backwards and divide by 2 instead of multiplying (which would lead to Choice A).

Question 37 of 43 · MEDIUM

For x > 0, the expression (x^2 * x^(1/3)) / x^(-1/2) is equivalent to x^a. What is the value of a?

A 7/6
B 13/6
C 17/6
D 11/6
Answer: C

This problem is all about exponent rules. In the numerator, when you multiply powers with the same base, you add the exponents: x^2 * x^(1/3) = x^(2 + 1/3). To add 2 + 1/3, we need a common denominator: 6/3 + 1/3 = 7/3. So the numerator is x^(7/3). Now the expression is x^(7/3) / x^(-1/2). When you divide powers with the same base, you subtract the exponents: x^(7/3 - (-1/2)) = x^(7/3 + 1/2). To add these fractions, we need a common denominator of 6: 14/6 + 3/6 = 17/6. So, a = 17/6.

Question 38 of 43 · EASY

A student is trying to model a dataset. They determine that for every constant change in the input values, the second differences of the output values are constant and non-zero. Which type of function should they choose as a model?

A Linear
B Quadratic
C Exponential
D Cubic
Answer: B

This question tests the fundamental properties of different function families. For a linear function, the first differences are constant (this is the slope). For a quadratic function, the second differences are constant. For a cubic function, the third differences are constant. For an exponential function, the ratios of consecutive outputs are constant. Since the second differences are constant, a quadratic model is the most appropriate choice.

Question 39 of 43 · MEDIUM

The function f is defined as f(x) = tan(x). Which of the following describes the end behavior of f?

A As `x -> ∞`, `f(x) -> ∞`, and as `x -> -∞`, `f(x) -> -∞`.
B The graph has a horizontal asymptote at `y=0`.
C The end behavior cannot be determined because the function is periodic.
D As `x -> ∞`, `f(x) -> 1`, and as `x -> -∞`, `f(x) -> -1`.
Answer: C

End behavior describes what happens to a function as x approaches positive or negative infinity. For periodic functions like tan(x), the values repeat in a cycle and never settle down to approach a single number or go to infinity in a predictable way. The tangent function oscillates between negative and positive infinity within each period. Therefore, we say the limit as x -> ∞ does not exist, and the end behavior cannot be determined in the same way as for a polynomial or exponential function.

Question 40 of 43 · MEDIUM

The function f(x) = 1 / (x-2)^2. What is the behavior of f(x) as x approaches 2?

A As `x -> 2`, `f(x) -> 0`
B As `x -> 2`, `f(x) -> ∞`
C As `x -> 2`, `f(x) -> -∞`
D The limit does not exist and is not `∞` or `-∞`.
Answer: B

This question asks about the behavior near a vertical asymptote. The denominator is zero when x=2. Let's consider values of x very close to 2. The term (x-2) will be a very small number (either positive or negative). When we square it, (x-2)^2 becomes a very small positive number. The function is 1 divided by a very small positive number. This results in a very large positive number. So, as x approaches 2 from either the left or the right, f(x) approaches positive infinity.

Question 41 of 43 · EASY

The number of hours of daylight in Boston is a sinusoidal function of the day of the year. The minimum number of daylight hours is 9 hours (on day 355) and the maximum is 15 hours (on day 172). What is the amplitude of this sinusoidal function?

A 3
B 6
C 12
D 24
Answer: A

The amplitude of a sinusoidal function is half the difference between its maximum and minimum values. It represents the distance from the midline to a peak or a trough. In this case, the maximum is 15 hours and the minimum is 9 hours. The amplitude is (Max - Min) / 2 = (15 - 9) / 2 = 6 / 2 = 3. The midline, which represents the average number of daylight hours, would be (15 + 9) / 2 = 12 hours (Choice C is the midline, not the amplitude).

Question 42 of 43 · EASY

What is the value of log_4(1/16)?

A -2
B 1/4
C -4
D 1/2
Answer: A

This question asks, 'To what power must we raise 4 to get 1/16?'. We know that 4^2 = 16. The negative exponent rule tells us that b^(-n) = 1/b^n. Therefore, 4^(-2) = 1/4^2 = 1/16. So, log_4(1/16) = -2.

Question 43 of 43 · MEDIUM

A rational function has a hole at x=3 and a vertical asymptote at x=-1. Which of the following could be the equation for this function?

A `f(x) = (x-3) / ((x-3)(x+1))`
B `f(x) = (x+1) / ((x-3)(x+1))`
C `f(x) = (x-3) / (x+1)`
D `f(x) = (x+1) / (x-3)`
Answer: A

A hole occurs when a factor in the denominator cancels with a factor in the numerator. A vertical asymptote occurs when a factor in the denominator does not cancel. For a hole at x=3, we need the factor (x-3) to be in both the top and bottom. For a vertical asymptote at x=-1, we need the factor (x+1) to be in the bottom but not the top (after cancellation). Choice A, f(x) = (x-3) / ((x-3)(x+1)), fits this perfectly. The (x-3) terms would cancel to create the hole, leaving 1/(x+1), which has the required vertical asymptote.

Section 2 — Free Response (4 questions)

FRQ #1: Pollution Cleanup Model (Calculator Required)

FRQ #1 · Max 9 points

The concentration of a pollutant in a lake, in parts per million (ppm), t days after a cleanup process begins is modeled by the function P, given by P(t) = 150 / (t+5) + 2. The cost to operate the cleanup equipment, in thousands of dollars, is a function of the pollutant concentration p, and is modeled by the function C, given by C(p) = 1.2^p.

Part A

(i) The function h is defined by h(t) = C(P(t)). Find the value of h(10). Give your answer as a decimal approximation and interpret its meaning in the context of the problem. (ii) Find all values of t for which P(t) = 12.

Part B

(i) Find the average rate of change of the pollutant concentration P from t=0 to t=20. Express your answer as a decimal approximation. Show the computations that lead to your answer. (ii) Determine the end behavior of P as t increases without bound. Express your answer using limit notation and interpret its meaning in the context of the problem.

Part C

(i) Determine if C has an inverse function for p > 0. (ii) Give a reason for your answer based on the definition of a function and the properties of C(p).

Reveal sample answer + rubric
Sample answer

Part A (i) First, we find P(10) = 150 / (10+5) + 2 = 150 / 15 + 2 = 10 + 2 = 12. Now we find h(10) = C(P(10)) = C(12) = 1.2^12 ≈ 8.916. This means that 10 days after the cleanup begins, the cost to operate the equipment is approximately 8.916 thousand dollars, or $8,916.

(ii) We need to solve P(t) = 12. 150 / (t+5) + 2 = 12 150 / (t+5) = 10 150 = 10(t+5) 15 = t+5 t = 10. So, the concentration is 12 ppm after 10 days.

Part B (i) The average rate of change is (P(20) - P(0)) / (20 - 0). P(0) = 150 / (0+5) + 2 = 150/5 + 2 = 30 + 2 = 32. P(20) = 150 / (20+5) + 2 = 150/25 + 2 = 6 + 2 = 8. Average rate of change = (8 - 32) / 20 = -24 / 20 = -1.2 ppm per day.

(ii) We need to find lim t->∞ P(t). lim t->∞ (150 / (t+5) + 2). As t becomes very large, the fraction 150 / (t+5) approaches 0. So, lim t->∞ P(t) = 0 + 2 = 2. This means that in the long run, the cleanup process will lower the pollutant concentration to a level that approaches, but never goes below, 2 ppm.

Part C (i) Yes, C has an inverse function for p > 0.

(ii) The function C(p) = 1.2^p is an exponential function with a base greater than 1. This means the function is strictly increasing for all values of p. A function has an inverse if and only if it is one-to-one. Since C(p) is strictly increasing, it passes the horizontal line test, meaning for every output value, there is only one unique input value. Therefore, C(p) is one-to-one and has an inverse function.

Rubric

Part A (4 points):

  • 1 pt: Correctly computes P(10) = 12.
  • 1 pt: Correctly computes C(12) ≈ 8.916.
  • 1 pt: Correct interpretation of h(10).
  • 1 pt: Correctly solves P(t) = 12 for t=10.

Part B (3 points):

  • 1 pt: Correctly computes P(0) and P(20).
  • 1 pt: Correctly calculates the average rate of change as -1.2.
  • 1 pt: Correctly determines the limit as t->∞ is 2 with a valid interpretation.

Part C (2 points):

  • 1 pt: Correctly states that an inverse function exists.
  • 1 pt: Provides a valid reason (e.g., function is strictly increasing, one-to-one, passes horizontal line test).

FRQ #2: Neighborhood Population Model (Calculator Required)

FRQ #2 · Max 9 points

A new residential neighborhood opens. The number of families living in the neighborhood, in hundreds, can be modeled by the function F(t) = at^2 + bt + c, where t is the number of years since the neighborhood opened. The table below shows the number of families for three selected times.

Years since opening, t 0 2 5
Families (in hundreds), F(t) 5 21 50

Part A

(i) Use the data from the table to write a system of three equations that can be used to find the values for the constants a, b, and c. (ii) Find the values for a, b, and c as decimal approximations.

Part B

(i) Use the given data to find the average rate of change of the number of families, in hundreds per year, from t=0 to t=5 years. Show the computations that lead to your answer. (ii) Use the average rate of change found in part (i) to create a linear model, L(t), to estimate the number of families (in hundreds) t years after opening.

Part C

It can be shown that for 0 < t < 5, the linear approximation L(t) from part (b) is less than the quadratic model F(t). Explain why this is the case, referencing the concavity of the graph of F.

Reveal sample answer + rubric
Sample answer

Part A (i) We plug the values from the table into the model F(t) = at^2 + bt + c. For t=0, F(0)=5: a(0)^2 + b(0) + c = 5 => c = 5 For t=2, F(2)=21: a(2)^2 + b(2) + c = 21 => 4a + 2b + c = 21 For t=5, F(5)=50: a(5)^2 + b(5) + c = 50 => 25a + 5b + c = 50

(ii) We have a system of equations:

  1. c = 5
  2. 4a + 2b + 5 = 21 => 4a + 2b = 16 => 2a + b = 8
  3. 25a + 5b + 5 = 50 => 25a + 5b = 45 => 5a + b = 9

Now we solve the 2x2 system: 5a + b = 9 2a + b = 8 Subtracting the second from the first: (5a-2a) + (b-b) = 9-8 => 3a = 1 => a = 1/3. Substitute a back into 2a + b = 8: 2(1/3) + b = 8 => b = 8 - 2/3 = 22/3. So, a = 1/3 ≈ 0.333, b = 22/3 ≈ 7.333, and c = 5.

Part B (i) The average rate of change from t=0 to t=5 is (F(5) - F(0)) / (5 - 0). Using the table values: (50 - 5) / 5 = 45 / 5 = 9. The average rate of change is 9 hundred families per year.

(ii) A linear model L(t) starting at the same initial point F(0)=5 with the average rate of change as its slope would be L(t) = 9t + 5.

Part C In our quadratic model F(t) = at^2 + bt + c, the value of a is 1/3, which is positive. A quadratic function with a positive leading coefficient is concave up everywhere. The linear model L(t) represents the secant line connecting the points (0, F(0)) and (5, F(5)) on the graph of F. For a function that is concave up, the graph of the function lies below its secant line on that interval. Therefore, F(t) < L(t) for 0 < t < 5. Wait, the question states L(t) < F(t). Let me re-read. Ah, the linear model in part (b) was L(t) = 9t + 5. This is the secant line. The statement in the prompt is incorrect. For a concave up function, the function is below the secant line. So F(t) < L(t). Let's assume the question meant a different linear approximation, perhaps the tangent line at t=0. The slope at t=0 is F'(0) = 2a(0) + b = b = 22/3 ≈ 7.33. The tangent line model would be T(t) = (22/3)t + 5. For a concave up function, the function is always above its tangent line. So F(t) > T(t). Let's assume the prompt intended to ask why F(t) is greater than the tangent line approximation.

Corrected interpretation based on likely intent: The prompt likely made an error and either meant to compare F(t) to its tangent line or got the inequality reversed for the secant line. Let's answer based on the secant line and correct the inequality.

Sample Answer assuming prompt had a typo and meant F(t) < L(t): The quadratic model F(t) has a leading coefficient a = 1/3, which is positive. This means the graph of F is a parabola that opens upwards, so it is concave up for all t. The linear function L(t) represents the secant line connecting the points (0, 5) and (5, 50). For any concave up function, the graph of the function lies below the secant line connecting two points. Therefore, F(t) < L(t) for all t in the interval (0, 5).

Rubric

Part A (4 points):

  • 2 pts: Correctly writes the system of three equations from the data.
  • 1 pt: Correctly solves for one constant.
  • 1 pt: Correctly solves for the other two constants (a=1/3, b=22/3, c=5).

Part B (3 points):

  • 1 pt: Sets up the average rate of change calculation.
  • 1 pt: Correctly calculates the average rate of change as 9.
  • 1 pt: Correctly writes the linear model L(t) = 9t + 5.

Part C (2 points):

  • 1 pt: Identifies that the graph of F is concave up because a > 0.
  • 1 pt: Correctly relates concavity to the position of the function relative to its secant line (e.g., 'a concave up function lies below its secant line').

FRQ #3: Lighthouse Beacon Model (No Calculator)

FRQ #3 · Max 9 points

The beam of a lighthouse rotates at a constant rate. The intensity of the light measured at a point on the shore, I, in lumens, is a sinusoidal function of time t, in seconds. As the beam rotates, the intensity at the point increases to a maximum of 20 lumens and decreases to a minimum of 4 lumens. At t=0, the intensity is at its maximum. The next time the intensity is at its maximum is at t=12 seconds.

Part A

The graph of I(t) and its dashed midline for two full cycles is shown. Five points, F, G, J, K, and P, are labeled on the graph. Determine possible coordinates (t, I(t)) for these five points.

Part B

The function I can be written in the form I(t) = a cos(b(t-c)) + d. Find the values of the constants a, b, c, and d.

Part C

On the interval (3, 6), is the intensity I(t) increasing or decreasing? Is the rate of change of the intensity increasing or decreasing on this interval? Justify your answers.

Reveal sample answer + rubric
Sample answer

Part A First, let's determine the key features from the description. Maximum = 20, Minimum = 4. Midline = (20+4)/2 = 12. Amplitude = (20-4)/2 = 8. Period = 12 seconds (time from one max to the next). The quarter-period is 12/4 = 3 seconds.

Point F is the first maximum. It occurs at t=0. So, F = (0, 20). Point G is on the midline, one quarter-period after the max. So, t=3. G = (3, 12). Point J is the minimum, two quarter-periods after the max. So, t=6. J = (6, 4). Point K is on the midline, three quarter-periods after the max. So, t=9. K = (9, 12). Point P is the next maximum, a full period after F. So, t=12. P = (12, 20).

Part B a is the amplitude: a = 8. d is the midline: d = 12. b is related to the period by Period = 2π/b. So 12 = 2π/b, which means b = 2π/12 = π/6. c is the horizontal shift. Since the function starts at a maximum at t=0, we can use a standard cosine function with no horizontal shift. So, c=0. The function is I(t) = 8cos(π/6 * t) + 12.

Part C The interval (3, 6) is the second quarter of the cycle. Point G is at t=3 and point J is at t=6. Moving from G to J, the graph is going down. Therefore, the intensity I(t) is decreasing on this interval.

The rate of change is the slope of the tangent line. At t=3, the graph is at its steepest downward slope. At t=6, the slope is 0 (a horizontal tangent). As we move from t=3 to t=6, the slope goes from a large negative number to zero. A number increasing from, say, -5 to 0, is an increasing number. Therefore, the rate of change is increasing on this interval. This corresponds to the graph being concave up on the interval (3, 9).

Rubric

Part A (3 points):

  • 1 pt: Correct coordinates for F and P.
  • 1 pt: Correct coordinates for J.
  • 1 pt: Correct coordinates for G and K.

Part B (3 points):

  • 1 pt: Correct values for a and d.
  • 1 pt: Correct value for b.
  • 1 pt: Correct value for c (or a consistent set of b and c).

Part C (3 points):

  • 1 pt: Correctly states that I(t) is decreasing with justification (e.g., graph is falling).
  • 1 pt: Correctly states that the rate of change is increasing.
  • 1 pt: Provides a valid justification for the rate of change (e.g., slope is becoming less negative, graph is concave up).

FRQ #4: Function Manipulation (No Calculator)

FRQ #4 · Max 9 points

Consider the functions g(x) = log_2(x-3), h(x) = 2cos(x) - 1, and j(x) = (tan^2(x) + 1) * cos(x).

Part A

(i) Solve g(x) = 4 for x. (ii) Solve h(x) = 0 for all values of x in the interval [0, 2π].

Part B

Rewrite j(x) as a single trigonometric function with no fractions.

Part C

The function m is given by m(x) = arccos(x/π). The function k is the composition k(x) = h(m(x)). Is it possible for k(x) = 1? Explain your reasoning.

Reveal sample answer + rubric
Sample answer

Part A (i) To solve g(x) = 4, we have log_2(x-3) = 4. Converting to exponential form: x-3 = 2^4. x-3 = 16. x = 19.

(ii) To solve h(x) = 0, we have 2cos(x) - 1 = 0. 2cos(x) = 1. cos(x) = 1/2. In the interval [0, 2π], cosine is positive in Quadrant I and Quadrant IV. The reference angle for cos(x)=1/2 is π/3. The solution in Quadrant I is x = π/3. The solution in Quadrant IV is x = 2π - π/3 = 5π/3.

Part B We have j(x) = (tan^2(x) + 1) * cos(x). Using the Pythagorean identity tan^2(x) + 1 = sec^2(x), we can substitute: j(x) = sec^2(x) * cos(x). Now, we use the reciprocal identity sec(x) = 1/cos(x). j(x) = (1/cos^2(x)) * cos(x). One factor of cos(x) cancels. j(x) = 1/cos(x). This is the definition of sec(x). So, j(x) = sec(x).

Part C We want to know if k(x) = h(m(x)) = 1 is possible. This means 2cos(m(x)) - 1 = 1. 2cos(m(x)) = 2. cos(m(x)) = 1. This implies that the input to cosine, which is m(x), must be an integer multiple of . So, m(x) = 2πn for some integer n. m(x) = arccos(x/π). So we need arccos(x/π) = 2πn. Let's analyze the range of the arccos function. The range of arccos is [0, π]. The only value in this range that could potentially be 2πn is when n=0, which gives 0. So, we need arccos(x/π) = 0. This happens when the input to arccos is 1. So, x/π = 1, which means x=π. Let's check if x=π is in the domain of m(x). The domain of arccos(u) is -1 ≤ u ≤ 1. So we need -1 ≤ x/π ≤ 1, which means -π ≤ x ≤ π. Since x=π is in this domain, it is a valid input. So, if we let x=π, then m(π) = arccos(π/π) = arccos(1) = 0. Then k(π) = h(m(π)) = h(0) = 2cos(0) - 1 = 2(1) - 1 = 1. Yes, it is possible for k(x)=1 when x=π.

Rubric

Part A (4 points):

  • 1 pt: Correctly converts log equation to exponential form.
  • 1 pt: Correctly solves for x=19.
  • 1 pt: Correctly isolates cos(x) = 1/2.
  • 1 pt: Finds both correct solutions π/3 and 5π/3.

Part B (2 points):

  • 1 pt: Correctly uses a Pythagorean identity to get sec^2(x).
  • 1 pt: Correctly simplifies the expression to sec(x).

Part C (3 points):

  • 1 pt: Sets up the equation h(m(x))=1 and solves to get cos(m(x))=1.
  • 1 pt: Correctly uses the range of arccos to determine that m(x) must be 0.
  • 1 pt: Solves for x=π and concludes that it is possible.