College Math Problems - claymation artwork

College Math Problems Quiz

14 Questions 10 min
This College Math Problems Quiz targets college algebra, functions, and introductory calculus that show up in STEM prerequisites. You will practice setting up equations and inequalities from word prompts, simplifying expressions without illegal cancellation, and reading slopes, intercepts, and derivatives from graphs. Useful for students and for roles in engineering, computer science, data analysis, and economics.
1You are rewriting a formula in a spreadsheet and need to expand 3(2x − 1). What is the simplified expression?
2For any logarithm base b > 0 with b ≠ 1, log_b(1) = 0.

True / False

3A line passes through the points (1, 2) and (3, 6). What is its slope?
4For x ≠ 0, (x + 3)/x simplifies to 1 + 3.

True / False

5A lab protocol says you need at least 250 mL of solution. If x is the amount you prepared (in mL), which inequality matches “at least 250”?
6Solve for x: 2(3x − 4) = 10.
7Given f(x) = x^2 − 3x, what is f(2)?
8The average rate of change of f from x = a to x = b is (f(b) − f(a)) / (b − a).

True / False

9Simplify (x^2)^3 using exponent rules.
10In an applied model, what does f′(a) represent?
11Factor the expression 12y^2 − 8y completely.
12For a > 0 and b > 0, log(a + b) = log a + log b.

True / False

13A road’s elevation is modeled by a line through (0, 3) and (2, 7), where x is miles and y is elevation in hundreds of feet. What is the equation of the line?
14If f′(c) = 0, then f has a local maximum at x = c.

True / False

15Differentiate f(x) = x^2(x + 1).
16You are fencing a rectangular garden with 40 meters of fencing (so the perimeter is fixed at 40). What is the maximum possible area?
17Solve for x: (x + 1)/(x − 2) = 3 (with x ≠ 2).
18A factory’s total cost (in dollars) is C(q) = 500 + 20q + 0.1q^2, where q is units produced. About how much does cost increase per additional unit when q = 100?
19Solve for x (base 10 logs): log(x − 2) + log(x + 2) = 1.
20Define f(x) = (x^2 − 1)/(x − 1) for x ≠ 1, and f(1) = k. What value of k makes f continuous at x = 1?
21Ticket revenue for an event is modeled by R(p) = p(50 − p), where p is the ticket price in dollars and 50 − p is the expected number of tickets sold. What ticket price maximizes revenue?
22For x in [0, 10], consider f(x) = x(10 − x)^2. At what x-value does f achieve its maximum?
23Solve sqrt(x − 1) = x − 3, and keep only solutions that work in the original equation.

College-Level Math Pitfalls: Setup Errors, Algebra Traps, and Domain Checks

Most missed college math questions come from a correct idea paired with a small structural mistake. Use the checklist below to catch the errors that change the final answer.

1) Translating words into the wrong inequality or expression

  • Qualifier slips: “at least” means , “at most” means , “no more than” means .
  • Order slips: “3 less than x” is x − 3, not 3 − x.
  • Fix: define variables in a short sentence, then translate each clause into math before simplifying.

2) Illegal cancellation and factoring mistakes

  • Term vs factor: you can cancel factors like x in x(x+3)/x, but you cannot cancel inside (x+3)/x.
  • Sign errors: factoring out a negative changes every sign, like -(x-2)= -x+2.
  • Fix: factor completely before canceling, and keep parentheses until the last line.

3) Exponent, root, and log rule mix-ups

  • Power of a power: (x^2)^3 = x^6, not x^5.
  • Logs: log(a+b) does not split, only log(ab) and log(a/b) do.
  • Fix: write the exact identity you are using on its own line, then substitute.

4) Dropping domain restrictions and keeping extraneous solutions

  • Common sources: denominators, even roots, and logarithms.
  • Fix: record restrictions early (like x ≠ 0 or x-1 ≥ 0), then verify candidate solutions in the original equation.

5) Calculus answers with no meaning check

  • Critical points: solving f'(x)=0 only finds candidates.
  • Fix: confirm max or min using a sign chart for f', the second derivative test, or endpoint comparison, then state the quantity you optimized.

Printable College Math Formula Sheet: Algebra, Functions, and Derivatives

Printable note: You can print this page or save it as a PDF and keep it next to you while you practice.

Algebra essentials

  • Distribute: a(b+c)=ab+ac
  • Factor common factor: ax+ay=a(x+y)
  • Zero product rule: if ab=0, then a=0 or b=0
  • Quadratic formula: x = (−b ± √(b^2−4ac)) / (2a)
  • Complete the square: x^2+bx = (x+b/2)^2 − (b/2)^2
  • Rational expressions: cancel only common factors, never terms joined by + or −

Inequalities and absolute value

  • Multiply or divide by a negative: flip the inequality sign.
  • |x−a| ≤ b: a−b ≤ x ≤ a+b (requires b ≥ 0)
  • |x−a| ≥ b: x ≤ a−b or x ≥ a+b

Functions and graphs

  • Function evaluation: f(a) means substitute x=a.
  • Slope between points: m = (y2−y1)/(x2−x1)
  • Point-slope form: y−y1 = m(x−x1)
  • Average rate of change: (f(b)−f(a))/(b−a)
  • Parabola vertex x-value: for ax^2+bx+c, x = −b/(2a)

Exponents and logarithms

  • Exponent laws: x^a x^b = x^(a+b), x^a/x^b = x^(a−b), (x^a)^b = x^(ab)
  • Log rules (same base): log(ab)=log a + log b, log(a/b)=log a − log b, log(a^k)=k log a
  • Domain checks: log(argument) needs argument > 0, even roots need radicand ≥ 0.

Intro calculus quick reference

  • Derivative meaning: f'(x) is instantaneous rate of change and slope of the tangent line.
  • Power rule: d/dx (x^n) = n x^(n−1)
  • Constant multiple: d/dx (c f) = c f'
  • Sum rule: d/dx (f+g)=f'+g'
  • Critical points: solve f'(x)=0 or where f' is undefined, then classify.

Worked College Math Example: From Word Model to Derivative-Based Answer

This walkthrough uses a classic college-level workflow: model from words, simplify safely, then interpret the calculus result.

Problem

A rectangle has perimeter 60. Let w be the width and l be the length. Write the area as a function of w, then find the maximum possible area.

Step 1: Translate the perimeter constraint

Perimeter means 2l + 2w = 60. Divide by 2 to simplify: l + w = 30. Solve for l: l = 30 − w.

Step 2: Build the objective function (area)

Area A = lw, so substitute l: A(w) = w(30 − w) = 30w − w^2. Domain: width must be positive and length must be positive, so 0 < w < 30.

Step 3: Differentiate and find critical points

A'(w) = 30 − 2w. Set A'(w)=0: 30 − 2w = 0 gives w = 15.

Step 4: Confirm it is a maximum

A''(w) = −2, which is negative for all w. That means A is concave down on its domain, so w=15 gives a maximum.

Step 5: Compute the maximum area and interpret

Length is l = 30 − 15 = 15. Maximum area is A = 15·15 = 225 square units. The rectangle with fixed perimeter has maximum area when it is a square.

College Math Problems Quiz FAQ: What Gets Tested and How to Study

What topics count as “college math” on this quiz?

Expect algebraic manipulation (factoring, rational expressions, radicals), functions and graphs (slope, intercepts, average rate of change, composition ideas), and introductory calculus interpretation (what f'(x) means, finding and classifying extrema from derivatives). The focus is on correct setup and valid transformations.

What is the fastest way to improve on word problems?

Write a variable definition first, then translate one sentence at a time into an equation or inequality. Keep the original statement visible while you simplify. Many wrong answers come from a correct solve on the wrong model, like reversing “less than” order or missing an “at most” qualifier.

Why do I keep getting extraneous solutions after squaring or clearing denominators?

Squaring both sides and multiplying by expressions that can be zero are not reversible steps. They can introduce candidates that do not satisfy the original equation. Record domain restrictions early, then substitute each candidate back into the original form, not the simplified form.

Do I need to memorize a lot of calculus formulas?

You mainly need the meaning of the derivative, the power rule, and how to use f'(x)=0 to find candidates for maxima or minima. The harder part is interpretation, like stating what quantity is increasing, decreasing, or optimized, and checking endpoints when the domain is restricted.

How should I approach multiple-choice distractors on algebra and function questions?

Before you look at choices, predict the form of the answer. For example, if you simplified a rational expression, the result should not have a canceled term that came from addition. If you want targeted practice on MCQ tactics like qualifier matching and elimination labels, use the Hard Math Challenge Questions With Answers is a good next stop for tougher algebra and reasoning.