Difficulty: Easy
Correct Answer: x^2 + 2x - 3
Explanation:
Introduction / Context:
This question tests basic algebraic expansion and simplification of a product of two linear binomials. Such problems are common in aptitude exams because they check whether you are comfortable with multiplying brackets and collecting like terms to reach a standard quadratic expression of the form ax^2 + bx + c.
Given Data / Assumptions:
Concept / Approach:
To expand (x + 3)(x - 1), we use the distributive law of multiplication over addition. Each term in the first bracket is multiplied by each term in the second bracket. Then we combine like terms. The coefficient of x^2 gives a, the coefficient of x gives b, and the constant term gives c in the final quadratic expression.
Step-by-Step Solution:
First, multiply x by each term in the second bracket: x * x = x^2 and x * (-1) = -x.Next, multiply 3 by each term in the second bracket: 3 * x = 3x and 3 * (-1) = -3.Combine all four products: x^2 - x + 3x - 3.Combine like terms in x: -x + 3x = 2x, so the expression becomes x^2 + 2x - 3.Thus the standard quadratic form is x^2 + 2x - 3, where a = 1, b = 2, and c = -3.
Verification / Alternative check:
We can verify the expansion by substituting a simple value for x in both the original and expanded forms. For example, if x = 2, then (2 + 3)(2 - 1) = 5 * 1 = 5. Using the expanded form, x^2 + 2x - 3 becomes 2^2 + 2 * 2 - 3 = 4 + 4 - 3 = 5, which matches. This confirms that the expansion is correct.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
x^2 + 2x - 3
Discussion & Comments