Two cases need to be considered -
1) The grandmasters who left the match didn't not play a tournament between them.
2) The grandmasters who left the match played a tournament between them.
Let's solve for each case -
Case 1 :
The grandmasters who left the match didn't not play a tournament between them.Number of grandmasters who played all the matches = n-2
Number of matches played by these grandmasters =\( n-2C_{2}\)
Number of extra matches (played by the two grandmasters who left the match) = 5 * 2 = 10
\(n-2 C_{2}\) + 10 = 45
\(\frac{(n-2)(n-3)}{2}\) + 10 = 45
(n-2)(n-3) = 70
'n' represents the number of grandmasters, hence it should be an integer. However for no integer value of n does the equation satisfy.
P.S: We can also substitute the option choices at this stage to verify if for any value of 'n', (n-2)(n-3) = 70.
As no value exists,
we have to discard this case.Case 2 :
The grandmasters who left the match played a tournament between them.Number of grandmasters who played all the matches = n-2
Number of matches played by these grandmasters =\( n-2C_{2}\)
Number of extra matches (played by the two grandmasters who left the match) = (5 * 2) - 1 = 9
Note: We have to subtract 1, as one match is counted for both the grandmasters.
\(n-2 C_{2}\) + 9 = 45
\(\frac{(n-2)(n-3)}{2}\) + 9 = 45
(n-2)(n-3) = 72
Let's look at the options available -
if n = 11
9 * 8 = 72
Therefore n = 11
IMO A