Question

Difficulty: MediumOperations on Polynomials

A business analyst models a company's weekly net profit, N(x)N(x), in dollars, as the difference between its weekly revenue, R(x)=(2x+5)(30x)R(x) = (2x + 5)(30 - x), and its weekly production cost, C(x)=(x4)2+150C(x) = (x - 4)^2 + 150, where xx represents the number of items sold. When N(x)N(x) is simplified and written in standard form as ax2+bx+cax^2 + bx + c, where aa, bb, and cc are integers, what is the value of the coefficient bb?

Answer: 63

Answer

The coefficient bb is 6363.
Expanding the revenue polynomial gives R(x)=2x2+55x+150R(x) = -2x^2 + 55x + 150 and the cost polynomial gives C(x)=x28x+166C(x) = x^2 - 8x + 166. Subtracting them gives N(x)=(2x2+55x+150)(x28x+166)=3x2+63x16N(x) = (-2x^2 + 55x + 150) - (x^2 - 8x + 166) = -3x^2 + 63x - 16. The coefficient of the xx term, which corresponds to bb, is 6363.

Step-by-Step Solution

1
Expand the revenue expression R(x)=(2x+5)(30x)R(x) = (2x + 5)(30 - x) using polynomial multiplication.
R(x)=2x2+55x+150R(x) = -2x^2 + 55x + 150
To find the polynomial representing revenue in standard form.
2
Expand the cost expression C(x)=(x4)2+150C(x) = (x - 4)^2 + 150 using binomial squaring.
C(x)=x28x+166C(x) = x^2 - 8x + 166
To find the polynomial representing cost in standard form.
3
Subtract the cost polynomial from the revenue polynomial: N(x)=R(x)C(x)N(x) = R(x) - C(x), distributing the negative sign through all terms of the cost polynomial.
N(x)=3x2+63x16N(x) = -3x^2 + 63x - 16
To determine the net profit polynomial N(x)N(x) in standard form.
4
Identify the coefficient bb of the xx term in the standard form ax2+bx+cax^2 + bx + c.
b=63b = 63
To answer the specific question asking for the coefficient of the middle term.

Key Concept

Polynomial subtraction and expansion of algebraic expressions.
Rate this question