Sorry, but you are way off.
First, log(1-x) ? log(1) - log(x)
Remember this rule:
log(a*b) = log(a) + log(b)
You have
log(1-x) + log(1+x) = log(c) where c is a constant [equal to 0,75 in this particular case]
Using the rule I mentioned above you can write the left hand side as:
log[(1-x)(1+x)] = log(c)
expand what's in the square brackets to get:
log(1 - x^2) = log(c)
Now you have log's on both sides and if they are to be equal then their arguments have to be equal. This means
(1 - x^2) = c
Rewrite this as:
x^2 - 1 + c = 0
substitute 0,75 for c to get
x^2 - 0,25 = 0
You should recognize the form on the left as something you can easily factor.
(x - 0,5)(x + 0,5) = 0
so x = ± 0,5