In an attempt to colonize Mars, humanity flooded its orbit with $50$ satellites in between they created $225$ communication lines (each line exists between one pair of satellites and no two satellites have more than one line). We say that three satellites are connected if at least one of them has established communication lines with both other satellites. Determine the smallest and largest possible number of connected three satellites. Can anyone give ideas after the progress i made on ?
My progress let $P_{i,j,k}$ denotes number of connected segments in a triangle between three satellites which is connected or not, we know that if its connected 2 $\leq$ $P_{i,j,k}$ $\leq$ 3 . Similarily if not connected we get that $0$ $\leq$ $P_{i,j,k}$ $\leq$ 1 . Let number of connected satellites be $x$ then number of disconnected satellites would be $\binom{50}{3}$ - $x$ , summing these both we get $2x$ $\leq$ $\sum P_{i,j,k}$ $\leq$ $3x$ + $\binom{50}{3}$-$x$ how to find the middle part using the $225$ constraint given that what i am stuck on .