it's all "statements made by the utterly deranged" too ```python # Compute intermediate expressions i0 = (P22 & ~a & ~c & (e == i)) | (P13 & ~e) i1 = (a & b & e & i) | (~c & ~d & ~e & ~i) | (P31 & i) i2 = (P31 & i) | (P22 & b & c & (e == i)) | (P13 & d & e & i) i3 = (P22 & a & c & (e == i)) | (P13 & ~e) i4 = (P13 & ~e) | (~c & ~d & ~e & ~i) | (~a & ~b & ~e & ~i) i5 = (P22 & ~a & ~c & (e == i)) | (P13 & ~i) i6 = (P13 & d & e & i) | (P22 & ~b & ~c & (e == i)) i7 = ~(h & j) & ~(~h & ~j) & (~c & ~d & ~e & ~i) i8 = (g & h & j) | (f & h & j) | i7 i9 = (f & g & j) | (~f & ~g & ~h) | (~f & ~g & h & j) i10 = (~f & ~h & ~j) | i7 | (~g & ~h & ~j) i11 = (~g & ~h & ~j) | (f & h & j) | i7 ```