I created a software program that uses the information from Stats Canada Crime data and searches through the crime data file to organize and parse the information. My program asks the user which two provinces they want to compare, which crime they want to look at and for which year. The question format is similar to this:
Does location a have a higher rate of crime b than location c for the year d.
In this scenario, there are 14 different option for a, 10 different options for b, 14 different options for c and 17 options for the year d.
I wanted to know how many different ways the above question can be phrased, keeping in mind that the options for a and c are the same. I'm not entirely sure how to approach this and have read up on permutations and combinations but none of the information I found was suitable for the problem I'm trying to solve.
Would appreciate some guidance and insight