I am trying to create a formula to represent the cards against humanity game https://cardsagainsthumanity.com/ where I can calculate the quantity of possible combination between questions cards and answers cars so we have two sets that can be combined:
Questions Answers
but Questions have two types of cards, one that accepts 1 answer it means a combination Question - Answer and one that accepts 2 answers Question - (AnswerA - AnswerB).
I am trying to find a formula to understand how many available combinations could be depending on the quantity of answers, the quantity that need one answer and question that need two answers.