* [Home](../index.md)
* [Students](../students/index.md)
* [Syllabus](syllabus.md)
* [Assignments](assignments.md)
* [Lecture Notes](lecture-notes/index.md)
* [Quizzes](quizzes.md)
* [Resources](resources.md)
* [FAQs](faqs.md)
# Quiz 3
## Problem 1: Factor 2x^3 - 9x^2 + 18x - 3
A: `(2x-3)(x^2-6)`
## Problem 2: Find the third derivative of `f(x) = 7*x**4 + 16*x**3 - x**2` with respect to `x`.
A: `288*x`
## Problem 3: What is the second derivative of `g(x) = x^3 + 2*x - 1` with respect to `x`?
A: `6*x`
## Problem 4: Find the first derivative of `h(u) = u**5 + 10*u**2` with respect to `u`.
A: `5*u**3 + 20*u`