1). now we need to manipulate this:
(1/x)+1/(x+2)=2 -----> X CANNOT = 0 OR -2 (NOT IN DOMAIN)
(x+2)+x=2x(x+2)
2x+2=2x^2 + 4x
2x^2+2x-2=0
x^2+x-1=0
NB/// (1/x)+1/(x+2)=2 IS NOT THE SAME AS x^2+x-1=0 HOWEVER, THEY HAVE THE SAME ROOTS:
use quadratic formula, and u should get:
x= (-1+root5)/2 OR = (-1-root5)/2
2.
3^(x^2) = 27
take logs of both sides
log(3^(x^2)) = log(3^3), as 27 = 3^3
x^2*(log3) = 3*(log3) by log laws
x^2=3
ie x= root3 OR x=-root3
others:
1. taking 'log' to mean 'log base 10' - NOT the natural logarithm:
(logx)(logx)=log(x^2)
(logx)(logx)=2(logx) by log laws
(logx)(logx)-2(logx)=0
(logx)[(logx)-2]=0
thus, logx = 0 OR logx=2
x=10^0 OR x = 10^2
ie: x=1 OR x=100
2. AS with before, we need to make an eq2uationw ith the same roots [will not be an equivalent equation]
thus 1/(x-3)-1/(x-4)=1/(x-5) ------------>X CANNOT = 3,4 OR 5
multiply everything by (x-3)(x-4)(x-5) and rearrange to get:
x^2-6x+7=0
uusing quadratic formula:
x= (3+root2) OR x=3-root2
3. Not sure how to handle this, at first sight, but upon looking at the graph, it is clear the result is x=0 or x=2
4. Im pretty sure that has no solutions - the left hand side is always positive, as 1/(root of anything) is positive, yet the RHS is negative, thus it will never hold - sketching the graph also yields there ARE NO REAL ROOTS
Hope that helped, and my steps can be easily followed