document.write( "Question 939164: the members of the chess team played each of the other members exactly one time. over 25 games of chess were played. what is the least possible number of members on the team. \n" ); document.write( "
Algebra.Com's Answer #572235 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
n(n-1)/2 > 25
\n" ); document.write( "n^2 - n > 50
\n" ); document.write( "n > 8
\n" ); document.write( "...
\n" ); document.write( "8 the least possible number of members on the team
\n" ); document.write( "
\n" );