Multiple choice If the decision table has 'n' conditions, the maximum possible number of columns is n 2n 2n log2n Reveal answer Fill a bubble to check yourself C Correct answer Explanation In a decision table, each condition can typically have two states (true or false). For n conditions, there are 2^n possible combinations of conditions, resulting in 2^n columns.