IOQM mock test 2 - pending from Q2 onwards

Q1(geometry): AB is a chord in a circle with center O and radius 52 cm. The point M divides the chord AB such that AM = 63 cm and MB = 33 cm. Find the length OM in cm. Solution: Let's say OD is the perpendicular on AB. OD^2 = 52^2 - 48^2 = 400 OM^2 = 15^2 + OD^2 = 625 => OM = 25 Q2(combinatorics,set-theory): If the number of triplets of set {A, B, C} such that (a) A, B, C ∈ {1, 2, 3, 4, ..., 8} (b) |A ∩ B| = |B ∩ C| = |C ∩ A| = 2 (c) |A| = |B| = |C| = 4 is λ, then find the sum of digits of λ. (where |S| denotes the number of elements in set S) Solution: A can be constructed in 8C4 = 70 ways. B has to pick 2 numbers from A and 2 from A'(A's complement): 4C2*4C2 Let's say A is {1,2,3,4} B is {3,4,5,6} now. C has to pick 4 digits in 3 different ways: 1. It picks 3,4 from A (the same digits which B picked). Now it has to pick 7,8 from A' otherwise (b) given in question won't hold. So C = {3,4,7,8}. 2. It picks 1,2 from A (the digits which B didn't pick)....