Bunuel
If \(4^a∗2^b=16^4\), what is the minimum possible value of (32–ab)?
A. 32
B. 16
C. 8
D. 0
E. -16
We can simplify the given equation by re-expressing 4 as 2^2 and 16 as 2^4:
(2^2)^a * 2^b = (2^4)^4
2^(2a) * 2^b = 2^16
2^(2a + b) = 2^16
In an equation, when the bases are the same, the exponents must be equal:
2a + b = 16
b = 16 - 2a
We need to find the minimum value of (32 - ab). We have determined that b = 16 - 2a, so we need to find the minimum value of 32 - a(16 - 2a).
Let’s simplify this expression:
32 - 16a + 2a^2
2a^2 - 16a + 32
The above is a quadratic expression. Recall that the graph of y = ax^2 + bx + c is a parabola. It opens up when a > 0, and its vertex will be the minimum point. To find the x-value of the vertex, we can use the formula x = -b/(2a). As for the minimum value of the quadratic expression (i.e., the y value), we can plug the x-value of the vertex back into the expression.
Thus, the minimum value of the expression occurs when a = -(-16)/[2(2)] = 16/4 = 4, and the minimum value is:
2(4)^2 - 16(4) + 32
32 - 64 + 32 = 0
Answer: D