1) 33x + 2 = 812x-2
33x + 2 = 34(2x -2)
3x + 2 = 4(2x - 2)
3x + 2 = 8x - 8
5x = 10
x = 2
Is 81 a power of 3? Yes, it is. 81 = 34. ALWAYS search for this initially.
Now that we have found an equivalent base on both sides, we can set the exponents equal to one another.
This becomes a simple linear equation - we can begin by distributing the 4 on the right-hand side.
Now we subtract 3x from both sides, and add 8 to both sides.
Dividing both sides by 5 gives us our final answer.
2) x·2x - x2 = 135
x(2x - x) = 135
Set x = 5
5(25 - 5) = 135
25 - 5 = 27
x = 5
This one looks rather challenging, but testing factors makes it significantly easier.
We begin by factoring out an x on both sides.
Checking the factors of 135 yields (1, 3, 5, 9, 15, 27, 45, 135). After testing, setting x equal to 5 solves the equation, as illustrated next...
Substituting in 5 for x, we can divide both sides by 5 to get...25 = 32, and 32 minus 5 indeed yields 27, so x does indeed equal 5.
The above question in particular highlights the fact that it's not always practical to solve complicated equations purely algebraically - some indeed require approximations, or testing that may involve factoring in order to effectively solve. In fact, many, many complicated equations are solved through approximations computationally.
3) log(x+4) = 2
10log(x + 4) = 102
x + 4 = 100
x = 96
This is a much simpler equation compared to the last two - we begin by having both raised as a power of 10 to eliminated the logarithm.
The 10 and the log on the left side cancel out, and 102 = 100.
ow this is a simple linear equation. Solving for x we have x = 96.
4) log3(x2 + 6x) = 3
3log(3)(x^2 + 6x) = 33
x2 + 6x = 27
x2 + 6x - 27 = 0
(x + 9)(x - 3) = 0
x = 3, x = -9
Not all logarithmic equations are log-base-10 or -base-e. You will sometimes see a base of an altogether different number.
Note: the log(3)(x^2 + 6x) expression on the right should be read as log3(x2 + 6x)
Cancelling the 3 with log3 and simplifying 33 to 27, this becomes quadratic.
Placing all values on the left side, do you see any way to factor this?
What adds to get 6 and multiplies to get -27? Factor out -27 and add together all complementary factors to find the one that works - in this case, 9 and -3.
5) e5x - 15 = 16
ln(e5x + 15) = ln(16)
5x + 15 = ln(16)
5x = 15 - ln(16)
x = (15 - ln(16))/5
This looks intimidating at first glance, but it only requires one operation before it becomes a linear equation...
By taking the ln() of both sides, we can eliminate the exponential on the left.
Now we just solve this as a linear equation. For simplicity, you can leave the ln(16) as is, though some teachers may require you to put it in decimal form.
Placing all non-algebraic values on the right side allows us to solve for x.
Peter R.
10/15/23