4x-9*2x+8 =0
4x = (2x)2;
Let 2x = y;
y2 - 9y + 8 = 0
Discriminant = 81 - 32 = 49;
"y_1 = \\frac{9 + \\sqrt{49}}{2} = 8;\ny_2 = \\frac{9 - \\sqrt{49}}{2} = 1;"
Now lets solve it for x using y1 and y2;
For y1 =8 :
"2^x = 8 \\\\\nx_1 = 3;"
For y2 = 1:
"2^x = 1; \\\\\nx_2 = 0;"
Answer: x1 = 3, x2 = 0.
Comments
Leave a comment