Find the derivatives of (2 + 3x)(1 - x) with respect to x
Answer Details
To find the derivative of the given function, we need to apply the product rule of differentiation, which is: d/dx [f(x)g(x)] = f(x)g'(x) + g(x)f'(x) Here, f(x) = (2 + 3x) and g(x) = (1 - x) Taking the derivatives of the functions separately, we have: f'(x) = 3 g'(x) = -1 Substituting the values in the product rule formula, we get: d/dx [(2 + 3x)(1 - x)] = (2 + 3x)(-1) + (1 - x)(3) Simplifying the expression, we get: d/dx [(2 + 3x)(1 - x)] = -2 - 3x + 3 - 3x d/dx [(2 + 3x)(1 - x)] = -6x + 1 Therefore, the correct answer is: -6x + 1.