You can put this solution on YOUR website! x=(2/(x+1))
x(x+1)=2
x^2+x-2=0
(x+2)(x-1)=0
x=-2, 1
check in original
-2=2/(-1), checks
1=2/2, checks.
================
x+3=(28/x)
x^2+3x=28
x^2+3x-28=0
(x+7)(x-4)=0
x=4, -7
checks
===============
3/(x+1)=sqrt(x+2)
9/(x^2+2x+1)=x+2
9=x^3+2x^2+2x^2+4x+x+2
0=x^3+4x^2+5x-7
numerically, this is x=0.79, which when substituted has 1.675=1.67, same given rounding.