To make sure the first and last expressions are 100% equivalent, we need to make sure that x is not 0 and x is not -7
we do this to avoid division by zero errors in the first expression
jimthompson5910 (jim_thompson5910):
you find x = 0 and x = 7 by setting the denominator equal to zero and solving
x(7+x) = 0
x = 0 or 7+x = 0
and I'm sure you see how to finish up
OpenStudy (anonymous):
So it would be C?
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
jimthompson5910 (jim_thompson5910):
correct
OpenStudy (anonymous):
Thank you very much!
jimthompson5910 (jim_thompson5910):
if we left out x =/= 0, then x = 0 would work in the last expression
BUT it wouldn't work in the first one
so this would throw off the fact the first and last expressions were 100% equal