How do you solve 3x+7=4x?

1 Answer
Sep 11, 2015

x=7log341

or, alternatively,

x=7ln3ln(34)

Explanation:

When I see these types of problems, it's helpful for me to rewrite the equation such that the bases of the two exponentials are the same. What do I mean by this?

Well, the logarithm and the exponential are inverse functions, right? So, it's logical that 4 is actually the same thing as 3log34.

Using this logic we can write the original equation as

3x+7=(3log34)x

And now, using some laws of exponentials, we can simplify the above equation as

3x+7=3xlog34

Now, how does this help us? Well, we can now take the base-3 logarithm of both sides of the equation:

log33x+7=log33xlog34

The logarithms will cancel with the exponentials, leaving us with

x+7=xlog34

From here, we just need some simple algebra to solve for x:

7=xlog34x

Factor x:

7=x(log341)

And then divide:

7log341=x

And there is our answer.