In this 9x9 Logic Equations you have to find unique integer values for the variables (ranging from 1 to 9) to make all statements true.
AB
means A
times B
, or A * B
;A > B
shows that A ≠ 1
;C + D = 4
, we can make the following statements:C = 1
and D = 3
OR C = 3
and D = 1
;A = 2B
means that A
is even;