New class of pre-calc, and I've forgotten some stuff from Algebra II. We were given a diagnostic test to see how we've changed from last term to this term.
I've been stuck on this problem for a bit, I'll try to format it the best I can.
Solve: [(r + 3) / (r^2 - 1)] + [(r - 3) / (r^2 - r)] = [2r / (r^2 + r)]
I used all the common denominators; r, r+1, and r-1.
This gives me:
[r(r+3)(r+1)(r-1) / (r+1)(r-1)] + [r(r-3)(r+1)(r-1) / r(r-1)] = [2r(r)(r+1)(r-1) / r(r+1)]
Canceling out all the fractions, this leaves me with:
[r(r+3)] + [(r-3)(r+1)] = [2r(r-1)] =
r^2 + 3r + r^2 + r - 3r - 3 = 2r^2 - 2r
Combine/remove;
2r^2 + r - 3 = 2r^2 - 2r
Move to one side: 3r - 3 = 0
3r = 3
r = 1
However, in the first fraction, if r = 1, (1^2 - 1) = 0, and that would leave it indivisible.
Any help would be appreciated, thanks.