2 membersof a club are to be selected to represent the club meeting. If theres are 190 different possible solutions of the two members. How many members does the club have?
it is acombination prob
nC2= fact (n)/fact(2)*fact(n-2)=190
ie fact n / fact n-2 =380
ie n(n-1) = 380 = 20*19
ie n=20
















