How do you solve 2logx=log2+log(3x4)?

1 Answer
Dec 10, 2015

x=2;x=4

Explanation:

Given 2logx=log2+log(3x4)

Step 1: Rewrite the equation as a single logarithm on the right hand side, using the sum to product rule, like this

logx2=log(2(3x4))
logx2=log(6x8)

Step 2: Transform into the exponential form with the base of 10 like this (or most simple way to put it, if there are log with same base on each side of equation then we can "drop" the log).

10logx2=10log(6x8)
x2=6x8

Now, we can begin to solve the equation by subtracting 6x and adding 8 to both sides to get

x26x+8=0

This can be solved by using a factoring method like this …

The factors of 8 that add up to -6 are -2 and -4.

(x2)(x4)=0
x2=0x=2 orx4=0x=4

We will need to the check the solutions above to determine whether there are any extraneous solutions (solution that don't work (aka "check out").

Check x=2.

2log(2)=log2+log(324)

2log2=1log2+1log2
2log2=2log2

Therefore x=2 is a solution.

Check x=4

2log(4)=log2+log(344)

2log4=log2+log8
log42=log(28)
log16=log16

Therefore x=4 is also another solution.