Question 306152
[x/x+1] + [6/x+7]
---
gcd: (x+1)(x+7)
---
Rewrite both fraction with the gcd as its denominator:
---
[x(x+7)/gcd] + [6(x+1)/gcd]
---
Combine the numerators over the gcd:
---
[x^2+7x+6x+6]/gcd
---
[x^2+13x+6]/[(x^2+8x+7)
==============================

(x-3)/5 = (x-3)/x 
---
Cross multiply to get:
x(x-3) = 5(x-3)
---
x^2-3x = 5x-15
x^2-8x+15 = 0
Factor:
(x-5)(x-3) = 0
x = 5 or x = 3
--------------------
Cheers,
Stan H.