The maximum is n2+n+1. First, we construct an example with n2+n+1n-tuples, each two of them forming an exquisite pair. In the following list, ∗ represents any number of zeros as long as the total number of entries is n. ・ (∗) ・ (∗,1,∗) - (∗,−1,∗) - (∗,1,∗,1,∗) - (∗,1,∗,−1,∗) For example, for n=2 we have the tuples (0,0),(0,1),(1,0),(0,−1),(−1,0),(1,1),(1,−1). The total number of such tuples is 1+n+n+(2n)+(2n)=n2+n+1. For any two of them, at most two of the products aibi are non-zero. The only case in which two of them are non-zero is when we take a sequence (∗,1,∗,1,∗) and a sequence (∗,1,∗,−1,∗) with zero entries in the same places. But in this case one aibi is 1 and the other -1. This shows that any two of these sequences form an exquisite pair. Next, we claim that among any n2+n+2 tuples, some two of them do not form an exquisite pair. We begin with lemma. Lemma. Given 2n+1 distinct non-zero n-tuples of real numbers, some two of them \left(a_{1}, \ldots, a_{n}\right)and(b1,…,bn) satisfy a1b1+⋯+anbn>0. Proof of Lemma. We proceed by induction. The statement is easy for n=1 since for every three non-zero numbers there are two of them with the same sign. Assume that the statement is true for n−1 and consider 2n+1 tuples with n entries. Since we are working with tuples of real numbers, we claim that we may assume that one of the tuples is a=(0,0,…,0,−1). Let us postpone the proof of this claim for the moment. If one of the remaining tuples b has a negative last entry, then a and b satisfy the desired condition. So we may assume all the remaining tuples has a non-negative last entry. Now, from each tuple remove the last number. If two n-tuples b and c yield the same (n−1)-tuple, then b1c1+⋯+bn−1cn−1+bncn=b12+⋯+bn−12+bncn>0 and we are done. The remaining case is that all the n-tuples yield distinct (n−1)-tuples. Then at most one of them is the zero (n−1)-tuple, and thus we can use the inductive hypothesis on 2n−1 of them. So we find b and c for which (b1c1+⋯+bn−1cn−1)+bncn>0+bncn>0 The only thing that we are left to prove is that in the inductive step we may assume that one of the tuples is a=(0,0,…,0,−1). Fix one of the tuples x=(x1,…,xn). Set a real number \varphi for which \tan \varphi=\frac{x_{1}}{x_{2}}.Changeeachtuplea=\left(a_{1}, a_{2}, \ldots, a_{n}\right)(includingx),tothetuple(a1cosφ−a2sinφ,a1sinφ+a2cosφ,a3,a4,…,an)Astraightforwardcalculationshowsthatthefirstcoordinateofthetuplexbecomes0,andthatalltheexpressionsoftheforma_{1} b_{1}+\cdots+a_{n} b_{n}arepreserved.Wemayiteratethisprocessuntilalltheentriesofxexceptforthelastoneareequalto0.Wefinishbymultiplyingalltheentriesinallthetuplesbyasuitableconstantthatmakesthelastentryofxequalto−1.Thispreservesthesignofalltheexpressionsoftheforma_{1} b_{1}+\cdots+a_{n} b_{n}.Weproceedtotheproofofourclaim.LetAbeasetofnon−zerotuplesamongwhichanytwoformanexquisitepair.Itsufficestoprovethat|A| \leq n^{2}+n.WecanwriteAasadisjointunionofsubsetsA_{1} \cup A_{2} \cup \ldots \cup A_{n},whereA_{i}isthesetoftuplesinAwhoselastnon−zeroentryappearsintheithposition.Wewillshowthat∣Ai∣≤2i, which will finish our proof since 2+4+⋯+2n=n2+n. Proceeding by contradiction, suppose that \left|A_{i}\right| \geq 2 i+1.IfA_{i}hasthreeormoretupleswhoseonlynon−zeroentryisintheithposition,thenfortwoofthemthisentryhasthesamesign.Sincethetuplesaredifferentandtheirentriesareintegers,thisyieldstwotuplesforwhich∣∑aibi∣≥2, a contradiction. So there are at most two such tuples. We remove them from Ai. Now, for each of the remaining tuples a, if it has a positive i th coordinate, we keep a as it is. If it has a negative i th coordinate, we replace it with the opposite tuple −a with entries with opposite signs. This does not changes the exquisite pairs condition. After making the necessary changes, we have two cases. The first case is that there are two tuples a and b that have the same first i−1 coordinates and thus a1b1+⋯+ai−1bi−1=a12+⋯+ai−12>0 and thus is at least 1 (the entries are integers). The second case is that no two tuples have the same first i−1 coordinates, but then by the Lemma we find two tuples a and b for which a1b1+⋯+ai−1bi−1≥1 In any case, we obtain a1b1+⋯+ai−1bi−1+aibi≥2 This yields a final contradiction to the exquisite pair hypothesis.