WAEC 2023 · Paper 1 · Q32

The table shows the operation ∗* on the set {x,y,z,w}\{x, y, z, w\}.

∗* xx yy zz ww
xx yy zz xx ww
yy zz ww yy xx
zz xx yy zz ww
ww ww xx ww zz

Find the identity element.

Worked solution (try it first)
  1. The identity ee leaves every element unchanged: e∗a=ae * a = a and a∗e=aa * e = a.
  2. The row for zz reads x,y,z,wx, y, z, w, the same as the top row, so z∗a=az * a = a.
  3. The column for zz reads x,y,z,wx, y, z, w, the same as the left column, so a∗z=aa * z = a.
  4. So the identity element is zz, option C.

Report a problem with this question