For the following problem, determine whether or not the two conditions are equivalent – that is, whether they will be true or false for exactly the same values of the variables appearing in them.

(a = b) And (( b = c) Or ( a = c ));
( a = b ) Or (( b = c ) And ( a = c ))