Let S be the set {January, February, March, April, May, June, July, August, September, October, November, December} of months in a year. Define the following three relations:
- R1:={(a,b)|a,b∈S, a and b have same last four letters. }
- R2:={(a,b)|a,b∈S,R2:={(a,b)|a,b∈S, a and b have same number of days. }
- R3:={(a,c)|a,c∈S,R3:={(a,c)|a,c∈S, for some b∈S,(a,b)∈R1,(b,c)∈R2}b∈S,(a,b)∈R1,(b,c)∈R2}
How the cardinality of R3 is calculated as 85?
Please help
Roby