Question 1:
\[ \text{If } P(x) = x^3 – 4x^2 + 3x + 5, \text{ what is } P(2)? \] \[ \text{(a) } 1, \quad \text{(b) } 3, \quad \text{(c) } 5, \quad \text{(d) } 7 \] Answer: b
Step by Step Solution
Solution:
We are given the polynomial:
\[ P(x) = x^3 – 4x^2 + 3x + 5 \]
Substituting \( x = 2 \):
\[ P(2) = (2)^3 – 4(2)^2 + 3(2) + 5 \]
Calculating step by step:
\[ 2^3 = 8 \]
\[ 4(2^2) = 4(4) = 16 \]
\[ 3(2) = 6 \]
Now, substitute these values:
\[ P(2) = 8 – 16 + 6 + 5 \]
Simplifying:
\[ 8 – 16 = -8 \]
\[ -8 + 6 = -2 \]
\[ -2 + 5 = 3 \]
Thus, the correct answer is:
\[ \boxed{3} \]
Question 2:
\[ \text{Which of the following is a polynomial?} \]
\[ \text{(a) } x^2 + \frac{1}{x}, \quad \text{(b) } 3x^4 + 2x – 7, \quad \text{(c) } \sqrt{x} + 5, \quad \text{(d) } x^{-3} + x \]
Answer: B
Step by Step Solution
Solution:
A polynomial is an algebraic expression consisting of variables and coefficients with non-negative integer exponents. Let’s analyze each option:
– **Option (a):** \( x^2 + \frac{1}{x} \) contains \( \frac{1}{x} = x^{-1} \), which has a negative exponent. Not a polynomial.
– **Option (b):** \( 3x^4 + 2x – 7 \) consists of terms with non-negative integer exponents. This is a polynomial.
– **Option (c):** \( \sqrt{x} + 5 = x^{1/2} + 5 \) contains a fractional exponent. Not a polynomial.
– **Option (d):** \( x^{-3} + x \) contains \( x^{-3} \), which has a negative exponent. Not a polynomial.
Thus, the correct answer is:
\[ \boxed{3x^4 + 2x – 7} \]
Question 3:
\[ \text{If } x-2 \text{ is a factor of } P(x) = x^3 – 5x^2 + ax + 10, \text{ find } a. \]
\[ \text{(a) } 1, \quad \text{(b) } 5, \quad \text{(c) } 7, \quad \text{(d) } 9 \]
Answer: A
Step by Step Solution
Solution:
Since \( x-2 \) is a factor of \( P(x) \), we know that \( P(2) = 0 \).
Substituting \( x = 2 \) in \( P(x) = x^3 – 5x^2 + ax + 10 \):
\[
(2)^3 – 5(2)^2 + a(2) + 10 = 0
\]
\[
8 – 20 + 2a + 10 = 0
\]
\[
-2 + 2a = 0
\]
\[
2a = 2
\]
\[
a = 1
\]
Thus, the correct answer is:
\[ \boxed{1} \]
Question 4:
\[ \text{The degree of the polynomial } 7x^5 – 3x^3 + 2x^8 + 4 \text{ is:} \]
\[ \text{(a) } 3, \quad \text{(b) } 5, \quad \text{(c) } 8, \quad \text{(d) } 4 \]
Answer: C
Step by Step Solution
Solution:
The **degree** of a polynomial is the highest exponent of the variable in the given expression.
The given polynomial is:
\[
7x^5 – 3x^3 + 2x^8 + 4
\]
The exponents of \( x \) in each term are:
– \( 5 \) in \( 7x^5 \)
– \( 3 \) in \( -3x^3 \)
– \( 8 \) in \( 2x^8 \)
– \( 0 \) in \( 4 \) (constant term)
The highest exponent is **8**, so the degree of the polynomial is **8**.
Thus, the correct answer is:
\[ \boxed{8} \]
Question 5:
\[ \text{What is the remainder when } x^4 + 3x^3 – 2x + 7 \text{ is divided by } x – 1? \]
\[ \text{(a) } 7, \quad \text{(b) } 9, \quad \text{(c) } 6, \quad \text{(d) } 5 \]
Answer: B
Step by Step Solution
Solution:
To find the remainder when \( P(x) \) is divided by \( x – 1 \), we use the **remainder theorem**, which states that the remainder is \( P(1) \).
Given polynomial:
\[
P(x) = x^4 + 3x^3 – 2x + 7
\]
Substituting \( x = 1 \):
\[
P(1) = (1)^4 + 3(1)^3 – 2(1) + 7
\]
\[
= 1 + 3 – 2 + 7
\]
\[
= 9
\]
Thus, the correct answer is:
\[ \boxed{9} \]
Question 6:
\[ \text{Which polynomial identity represents } (a+b)^3? \]
\[ \text{(a) } a^3 + 3a^2b + 3ab^2 + b^3, \quad \text{(b) } a^3 – b^3, \]
\[ \text{(c) } (a+b)(a-b), \quad \text{(d) } a^3 – 3a^2b + 3ab^2 – b^3 \]
Answer: A
Step by Step Solution
Solution:
The standard identity for the **cube of a binomial** is:
\[
(a+b)^3 = a^3 + 3a^2b + 3ab^2 + b^3
\]
Now, let’s check the given options:
– **Option (a):** \( a^3 + 3a^2b + 3ab^2 + b^3 \) **(Correct identity)**
– **Option (b):** \( a^3 – b^3 \) (Incorrect; this is the difference of cubes formula)
– **Option (c):** \( (a+b)(a-b) \) (Incorrect; this represents the difference of squares)
– **Option (d):** \( a^3 – 3a^2b + 3ab^2 – b^3 \) (Incorrect; this is the expansion of \( (a-b)^3 \))
Thus, the correct answer is:
\[ \boxed{a^3 + 3a^2b + 3ab^2 + b^3} \]
Question 7:
\[ \text{Which of the following is a monomial?} \]
\[ \text{(a) } x^2 + 2x, \quad \text{(b) } 4x^3, \quad \text{(c) } 3x^2 + 5x + 7, \quad \text{(d) } x – 1 \]
Answer: B
Step by Step Solution
Solution:
A **monomial** is an algebraic expression that consists of only **one term**.
Let’s analyze each option:
– **Option (a):** \( x^2 + 2x \) has two terms (\( x^2 \) and \( 2x \)), so it is not a monomial.
– **Option (b):** \( 4x^3 \) is a **single term** with a coefficient of 4 and exponent 3, so it is a monomial.
– **Option (c):** \( 3x^2 + 5x + 7 \) has three terms, so it is not a monomial.
– **Option (d):** \( x – 1 \) has two terms (\( x \) and \( -1 \)), so it is not a monomial.
Thus, the correct answer is:
\[ \boxed{4x^3} \]
Question 8:
\[ \text{If } P(x) = x^3 + ax^2 + bx + 6 \text{ has roots } 1, 2, 3, \text{ find } a + b. \]
\[ \text{(a) } -5, \quad \text{(b) } -6, \quad \text{(c) } -7, \quad \text{(d) } -8 \]
Answer: B
Step by Step Solution
Solution:
By Vieta’s formulas, for a polynomial of the form:
\[
P(x) = x^3 + ax^2 + bx + c
\]
where the roots are \( 1, 2, 3 \), we use the sum of the roots formula:
\[
1 + 2 + 3 = -a
\]
\[
6 = -a
\]
Thus, \( a = -6 \).
By Vieta’s product of roots in pairs formula:
\[
1 \cdot 2 + 1 \cdot 3 + 2 \cdot 3 = b
\]
\[
2 + 3 + 6 = b
\]
\[
b = 11
\]
Finding \( a + b \):
\[
-6 + (-6) = -6
\]
Thus, the correct answer is:
\[ \boxed{-6} \]
Question 9:
\[ \text{If } P(x) = x^3 – 2x + 5, \text{ then the coefficient of } x \text{ is:} \]
\[ \text{(a) } -2, \quad \text{(b) } 3, \quad \text{(c) } 5, \quad \text{(d) } 1 \]
Answer: A
Step by Step Solution
Solution:
The coefficient of **\( x \)** in a polynomial is the number that multiplies \( x \).
Given polynomial:
\[
P(x) = x^3 – 2x + 5
\]
Identifying the term with \( x \), we see that \( -2x \) is the term involving \( x \), and its **coefficient is -2**.
Thus, the correct answer is:
\[ \boxed{-2} \]
Question 10:
\[ \text{If } P(x) = x^4 – 3x^3 + 2x^2 – 4x + 7, \text{ then the leading coefficient is:} \]
\[ \text{(a) } -3, \quad \text{(b) } 2, \quad \text{(c) } 1, \quad \text{(d) } 4 \]
Answer: C
Step by Step Solution
Solution:
The **leading coefficient** of a polynomial is the coefficient of the highest-degree term.
Given polynomial:
\[
P(x) = x^4 – 3x^3 + 2x^2 – 4x + 7
\]
The term with the highest exponent is \( x^4 \), and its coefficient is **1**.
Thus, the correct answer is:
\[ \boxed{1} \]
More MCQs on Calculus
- Functions and Models MCQs in Calculus
- Limits and Derivatives MCQs in Calculus
- Differentiation Rules MCQs in Calculus
- Applications of Differentiation MCQs in Calculus
- Integrals MCQs in Calculus
- Applications of Integration MCQs in Calculus
- Techniques of Integration MCQs in Calculus
- Differential Equations MCQs in Calculus
- Parametric Equations and Polar Coordinates MCQs in Calculus
- Infinite Sequences and Series MCQs in Calculus
- Vectors and the Geometry of Space MCQs in Calculus
- Vector Functions MCQs in Calculus
- Partial Derivatives MCQs in Calculus
- Multiple Integrals MCQs in Calculus
- Vector Calculus MCQs in Calculus
- Second-Order Differential Equations MCQs in Calculus