I have to solve this simple boolean function :
$$f_1 * f_2 = (x_1 + x_2) * (!x_1 + x_3)$$
The solution is : $x_1*x_3 + !x_1*x_2$
Can anyone make a step by step solution because after getting :
$$x_1*x_3 + x_2*(!x_1) + x_2*x_3$$
I don't know how to proceed (I got stuck).
Thanks