Exercises

Combine rates, restricted equations, powers, logarithms, inequalities, graph transformations, composition, inverses, series, and convergence in chapter-level problems.

These exercises combine the chapter’s central moves: compare quantities, rearrange formulas, reason about scale, translate between exponentials and logarithms, interpret bounds and graphs, follow composed functions, and reason about repeated change. Each problem is self-contained. Record restrictions and intermediate values when they affect the result.

Fluency

Exercise: Normalize a weighted sum

Values 22, 55, and 88 have weights 11, 22, and 11. Compute their weighted average.

Compute it first, then check your number.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintCompute two totals

Find the weighted sum and the total weight separately.

SolutionDivide by the total weight

The weighted sum is:

12+25+18=201\cdot2+2\cdot5+1\cdot8=20

The total weight is 1+2+1=41+2+1=4, so the weighted average is 20/4=520/4=5. Dividing by the number of values instead would ignore the unequal weights.

Exercise: Rearrange a temperature rule

The conversion from Celsius CC to Fahrenheit FF is:

F=95C+32F=\frac{9}{5}C+32

What Celsius value corresponds to F=68F=68?

Compute it first, then check your number.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintUndo the operations in reverse

Subtract 3232, then multiply by 5/95/9.

SolutionIsolate and evaluate C

Rearrange the formula:

C=59(F32)C=\frac{5}{9}(F-32)

Then:

C=59(6832)=5936=20C=\frac{5}{9}(68-32)=\frac{5}{9}\cdot36=20

Substituting C=20C=20 into the original rule returns F=68F=68, so the rearranged formula and the numerical result agree with the given temperature.

Exercise: Compare two function values

At x=5x=5, compare f(x)=x2f(x)=x^2 and g(x)=2xg(x)=2^x. What is g(5)f(5)g(5)-f(5)?

Compute it first, then check your number.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintCompute the outputs separately

Evaluate 525^2 and 252^5 separately.

SolutionEvaluate both growth rules

The outputs are:

f(5)=25,g(5)=32f(5)=25,\qquad g(5)=32

Therefore g(5)f(5)=3225=7g(5)-f(5)=32-25=7. One input does not establish which function grows faster everywhere, but it provides a concrete comparison.

Exercise: Undo an exponential

Solve 2x=322^x=32.

Compute it first, then check your number.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintAsk for the exponent

Which exponent on 22 produces 3232?

SolutionUse the inverse logarithm

Taking the base-2 logarithm gives:

x=log2(32)=5x=\log_2(32)=5

The check is 25=322^5=32.

Interpretation and Judgment

Exercise: Interpret a parameter bound

A parameter satisfies w1.50.2|w-1.5|\le0.2. Which interval contains every allowed value of ww?

Choose the interval

Select one choice, then check.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintUse center and radius

The expression gives a center of 1.51.5 and a maximum distance of 0.20.2.

SolutionCompute both endpoints

The lower endpoint is 1.50.2=1.31.5-0.2=1.3 and the upper endpoint is 1.5+0.2=1.71.5+0.2=1.7. Equality is allowed, so:

1.3w1.71.3\le w\le1.7

Exercise: Evaluate a composition

Let f(x)=3x1f(x)=3x-1 and g(h)=h2g(h)=h^2. Compute g(f(2))g(f(2)).

Compute it first, then check your number.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintFollow the data flow

Compute the intermediate value h=f(2)h=f(2) first.

SolutionEvaluate one stage at a time

The first stage gives:

f(2)=3(2)1=5f(2)=3(2)-1=5

The second gives:

g(5)=52=25g(5)=5^2=25

Naming the intermediate value makes the composition easier to inspect.

Exercise: Diagnose a logarithm mistake

A calculation contains log(0)\log(0). Which diagnosis is correct over the real numbers?

Choose the diagnosis

Select one choice, then check.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintReturn to the inverse definition

logb(0)=x\log_b(0)=x would require bx=0b^x=0.

SolutionUse the exponential definition

For a positive base bb, the value bxb^x is positive for every finite real xx. No finite exponent produces zero, so logb(0)\log_b(0) is not defined as a finite real number.

Exercise: Decide whether an inverse exists

Consider f(x)=x2f(x)=x^2 with domain restricted to x0x\ge0. Does it have an inverse on this domain?

Choose the complete statement

Select one choice, then check.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintApply the domain restriction

Only nonnegative inputs are allowed.

SolutionUse the restricted domain

On all real numbers, x2x^2 maps xx and x-x to the same output. Restricting the domain to x0x\ge0 removes the negative input, so every nonnegative output has one allowed input:

f1(y)=yf^{-1}(y)=\sqrt{y}

Connected Problems

Exercise: Trace a geometric recurrence

Let a0=16a_0=16 and an+1=12ana_{n+1}=\frac12a_n. What is a4a_4?

Compute it first, then check your number.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintWrite the intermediate values

Compute a1a_1, a2a_2, a3a_3, and a4a_4.

SolutionApply each update

The sequence is:

a0=16,a1=8,a2=4,a3=2,a4=1a_0=16,\quad a_1=8,\quad a_2=4,\quad a_3=2,\quad a_4=1

Reaching a4a_4 from a0a_0 requires four updates. Equivalently, an=16(1/2)na_n=16(1/2)^n, so a4=16(1/2)4=1a_4=16(1/2)^4=1.

Exercise: Solve without losing a restriction

Solve the equation over the real numbers:

x+2x1=2.\frac{x+2}{x-1}=2.

Compute it first, then check your number.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintState the domain before rearranging

The original expression requires x1x\ne1. For allowed values of xx, multiply both sides by x1x-1.

SolutionPreserve the original domain

The denominator requires x1x\ne1. Multiplying by x1x-1 for allowed values gives:

x+2=2(x1)=2x2.x+2=2(x-1)=2x-2.

Therefore x=4x=4. This value is not excluded, and substitution confirms:

4+241=63=2.\frac{4+2}{4-1}=\frac63=2.

Exercise: Distinguish a root from two solutions

Which statement is correct over the real numbers?

Choose the correct distinction

Select one choice, then check.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintAsk two different questions

The symbol 49\sqrt{49} names one principal value. The equation x2=49x^2=49 asks which real values square to 4949.

SolutionSeparate notation from equation solving

By definition, the principal square root is nonnegative, so 49=7\sqrt{49}=7. Both 727^2 and (7)2(-7)^2 equal 4949, so:

x2=49x=±7.x^2=49 \quad\Longrightarrow\quad x=\pm7.

Exercise: Read a transformed graph

The graph of y=x2y=x^2 has vertex (0,0)(0,0). What is the vertex of:

h(x)=(x3)2+2?h(x)=(x-3)^2+2?
Choose the vertex

Select one choice, then check.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintFind where the squared term is zero

The minimum occurs when x3=0x-3=0. Then evaluate h(x)h(x).

SolutionLocate the translated vertex

The squared term is smallest when x3=0x-3=0, so x=3x=3. At that input:

h(3)=(33)2+2=2.h(3)=(3-3)^2+2=2.

Therefore the vertex is (3,2)(3,2). The graph has moved three units right and two units up.

Exercise: Find the domain of a composition

Let f(u)=uf(u)=\sqrt{u} and g(x)=x5g(x)=x-5. Over the real numbers, what is the domain of (fg)(x)(f\circ g)(x)?

Choose the domain

Select one choice, then check.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintCheck the intermediate value

Composition gives f(g(x))=x5f(g(x))=\sqrt{x-5}. A real square root requires its input to be nonnegative.

SolutionApply the outer function's restriction

The output of gg becomes the input of ff. Therefore:

x50x5.x-5\ge0 \quad\Longrightarrow\quad x\ge5.

The composition is defined for x[5,)x\in[5,\infty).

Exercise: Sum a finite geometric series

What is the sum:

2+1+12+14?2+1+\frac12+\frac14?
Choose the sum

Select one choice, then check.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintRecognize the ratio

The first term is 22, the ratio is 1/21/2, and there are four terms.

SolutionAdd the finite terms

With a common denominator:

2+1+12+14=84+44+24+14=154.2+1+\frac12+\frac14 =\frac84+\frac44+\frac24+\frac14 =\frac{15}{4}.

This is a finite sum. It is less than the corresponding infinite sum, which approaches 44.

Exercise: Use a constant rate

A program processes 240240 records in 66 seconds at a constant rate. At the same rate, how many seconds will it take to process 10001000 records?

Compute it first, then check your number.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintFind the unit rate

Divide 240240 records by 66 seconds, then use that rate for 10001000 records.

SolutionKeep the units visible

The processing rate is:

240 records6 seconds=40 records per second.\frac{240\ \text{records}}{6\ \text{seconds}} =40\ \text{records per second}.

Therefore the required time is:

1000 records40 records per second=25 seconds.\frac{1000\ \text{records}}{40\ \text{records per second}} =25\ \text{seconds}.

The record units cancel, leaving seconds.

Exercise: Solve an inequality with a negative coefficient

Solve:

3x+211.-3x+2\le11.
Choose the solution set

Select one choice, then check.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintReverse the sign at the correct step

First subtract 22 from both sides. When you divide by 3-3, reverse the inequality.

SolutionPreserve the ordering

Subtracting 22 gives:

3x9.-3x\le9.

Dividing by 3-3 reverses the inequality:

x3.x\ge-3.

As a check, x=0x=0 satisfies both the solution set and the original inequality.

Exercise: Interpret a fixed point

Consider the recurrence xn+1=0.25xn+6x_{n+1}=0.25x_n+6. Which statement follows from solving its fixed-point equation?

Choose the justified conclusion

Select one choice, then check.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintSet the next value equal to the current value

Solve L=0.25L+6L=0.25L+6. Then ask what that equation does and does not establish.

SolutionFind the candidate without overclaiming

A fixed point remains unchanged:

L=0.25L+60.75L=6L=8.L=0.25L+6 \quad\Longrightarrow\quad 0.75L=6 \quad\Longrightarrow\quad L=8.

Thus 88 is a fixed point and a possible limit. The fixed-point equation alone does not prove that every initial value converges to it.

Exercise: Classify an oscillating geometric sequence

Let bn=6(1/2)nb_n=6(-1/2)^n. What happens as nn increases?

Choose the long-run behavior

Select one choice, then check.

Review

Not marked done.

Your checked work will be saved automatically.

Correct records the checked result. Done is your learning status, and you can undo it.

Clearing an answer or resetting code starts the response again. It does not remove Done or Review.

Your checked work will be saved automatically.

HintInspect the ratio

A negative ratio changes the sign. A ratio with magnitude less than 11 reduces the magnitude.

SolutionSeparate direction from size

The first terms are:

6,3,32,34,.6,-3,\frac32,-\frac34,\ldots.

The factor 1-1 alternates the sign, while repeated multiplication by 1/21/2 makes the magnitude approach 00. Therefore bnb_n converges to 00 without becoming exactly zero at a finite index.

Review

Not marked done.