This is to do with balanced incomplete block design. Some homework exercise wants me to prove the relation $$\lambda(v-1) = r(k-1)$$
$v$ is the number of elements in your ground set.
$r$ is the number of blocks containing a given element
$k$ is the number of elements in each block.
$\lambda$ is the number of blocks containing each pair of elements.
I don't really know where to begin with this, especially since this is the only equation that I have ever used $\lambda$ for.
I assume here (although you should really specify) the following meanings for the parameters:
$v$ is the number of elements in your ground set.
$r$ is the number of blocks containing a given element
$k$ is the number of elements in each block.
$\lambda$ is the number of blocks containing each pair of elements.
Assuming that this is correct: notice that if $x$ is a fixed element of your ground set, then $\lambda(v-1)$ is the number of ways of choosing a pair $(y,B)$, where $y\neq x$ and $B$ is a block such that $x,y\in B$.
Can you prove that the number of such pairs is also $r(k-1)$?