If we define "n choose r" as C(n,r)=n!/(r!(n-r)!)
where C(n,r) represents the number of ways (order not important) we can choose r objects out of n, then
Number of ways to choose teachers = 10 choose 2 = C(10,2), and
number of ways to choose students = 41 choose 2 = C(41,2)
So the number of different committees
= C(10,2)*C(41,2)
= 45*820
= 36900