I want to have two different correct answers for a cell entry in a table. This is what I have:
cellContent(1,3): when table1.cellContent(1,2)=x^{\frac{8}{3}}
“” otherwise “”
cellContent(2,3): when table1.cellContent(2,2)=\sqrt[8]{f^{5}}
or when table1.cellContent(2,2)=\left(\sqrt[8]{f}\right)^{5}
“” otherwise “”
I want cell(2,2) to allow two different latex codes for correct. Is that possible? If so, what am I doing wrong?