I am a little bit confused. There is this problem:
$$(e^{x+1} -2) (e^{2x} -4) = 0$$
I thought, i could just solve it like this $(a - b)(c - d) = 0 \therefore ac -ad -bc + bd = 0$
After few attempts, i found out, that you can solve it simply this way:
$(e^{x+1} -2)=0$, solve this to get X1
$(e^{2x} -4)=0$, solve this to get X2
But is it allowed? I mean can you just separate the bracket and solve it independently of each other? How is this "Rule" called? Is there a name for it?
Thanks for the answer and please excuse my bad english :)