Question 748001


In conditional statements, the part {{{after}}} the {{{if}}} is the {{{hypothesis}}}, and the part {{{after}}} {{{then}}} is the {{{conclusion}}}.

If hypothesis is true, then so is the conclusion.

in your case the {{{hypothesis}}} is {{{x^2 = 4}}}

and

the {{{conclusion}}} is {{{x=-2}}} or {{{x=2}}}