Question 437518
t - 2/t = 2/t + 3

t = 4/t + 3

t - 3 = 4/t

t2 - 3t = 4

t2 - 3t - 4 = 0
<br>
//You can solve this with the quadratic formula (a=1, b=-3, c=-4)
//Or you can rewrite the equation like so:
<br>
(t+1)(t-4) = 0
<br>
//Set each equal to 0
<br>
t+1 = 0
t = -1
t-4 = 0
t = 4
<br>
//Check
t = -1
(-1)-2/(-1) = 2/(-1) + 3
-1+2 = -2 + 3
1=1
<br>
t = 4
(4) - 2/(4) = 2/4 + 3
3.5 = 3.5