Solution:
a.
For convenience, we assume the ai are indexed modulo 101, so that ai+1=a1 when ai=a101.
In any consistent subset of C101 of order 1, b must be paired with exactly one ai, say a1. Then, a2 cannot be paired with a1, so it must be paired with a3, and likewise we find we use the pairs {a4,a5},{a6,a7},…,{a100,a101}—and this does give us a consistent subset of order 1. Similarly, pairing b with any other ai would give us a unique extension to a consistent configuration of order 1. Thus, we have one such 2-configuration for each i, giving S1(101)=101 altogether.
In a consistent subset of order 2, b must be paired with two other elements. Suppose one of them is ai. Then ai is also paired with either ai−1 or ai+1, say ai+1. But then ai−1 needs to be paired up with two other elements, and ai is not available, so it must be paired with ai−2 and b. Now b has its two pairs determined, so nothing else can be paired with b. Thus, for j=i−1,i, we have that aj must be paired with aj−1 and aj+1. So our subset must be of the form
{{b,ai},{ai,ai+1},{ai+1,ai+2},…,{a101,a1},…,{ai−2,ai−1},{ai−1,b}}
for some i. On the other hand, for any i=1,…,101, this gives a subset meeting our requirements. So, we have 101 possibilities, and S2(101)=101.
Finally, in a consistent subset of order 3, each ai must be paired with ai−1,ai+1, and b. But then b occurs in 101 pairs, not just 3, so we have a contradiction. Thus, no such subset exists, so S3(101)=0.
b.
No more than two of the pairs {v,x},{v,y},{w,y},{w,z},{x,z} may be included in a 2-configuration of order 1, since otherwise at least one of v,w,x,y,z would occur more than once. If exactly one is included, say {v,x}, then w,y,z must be paired with W,Y,Z, respectively, and then V and X cannot be paired. So either none or exactly two of the five pairs above must be used. If none, then v,w,x,y,z must be paired with V,W,X,Y,Z, respectively, and we have 1 2-configuration arising in this manner. If exactly two are used, we can check that there are 5 ways to do this without duplicating an element:
{v,x},{w,y}{v,x},{w,z}{v,y},{w,z}{v,y},{x,z}{w,y},{x,z}
In each case, it is straightforward to check that there is a unique way of pairing up the remaining elements of A. So we get 5 2-configurations in this way, and the total is 6.
c.
Let An={a1,b1,a2,b2,…,an,bn} for n≥1, and consider the 2-configuration Cn consisting of {ai,bi} for all 1≤i≤n, {ai,ai+1} for all 1≤i≤n−1, and {bi,bi+1} for all 1≤i≤n−1. Let Nn be the number of subsets of Cn that are consistent of order 1 (call these "matchings" of Cn). Consider any matching of Cn+2. Either an+2 is paired with bn+2, in which case the remaining elements of our matching form a matching of Cn+1; or an+2 is paired with an+1, in which case bn+2 must be paired with bn+1, and the remaining elements form a matching of Cn. It follows that Nn+2=Nn+1+Nn. By direct calculation, N1=1 and N2=2, and now computing successive values of Nn using the recurrence yields N10=89.