Answer:
x= 3
Step-by-step explanation: I'll assume the problems is
Cross multiply to get:
x2 - 1 = 2x + 2
x2 - 2x - 3 = 0
(x - 3)(x + 1) = 0
x = 3 and x = -1
Test (x = 3):
1/(2•3+2) = 1/(32 - 1)
1/8 = 1/8 true, so x = 3 is a valid solution
Test (for x = -1):
1/(2•(-1)+2) = 1/((-1)2 - 1)
1/0 = 1/0 not true since division by zero is undefined so x = -1 is not a solution (aka, it is extraneous).
To find solutions via graphing, graph y = 1/(2x + 2) and graph y = (x2 - 1) and find the points of intersection. Doing so confirms that the only solution is x = 3.