document.write( "Question 131197: In a round-robin tennis tournament, every player meets every other player exactly once. How many players can participate in a tournament of 45 matches? \n" ); document.write( "
Algebra.Com's Answer #96216 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let x=\"number of players\" __ each player plays x-1 matches BUT a vs b is the same as b vs a
\n" ); document.write( "__ so the number of matches is x(x-1)/2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x(x-1)/2=45 __ multiplying by 2 and subtracting 90 __ x^2-x-90=0\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "factoring __ (x+9)(x-10)=0 __ x+9=0 and x-10=0
\n" ); document.write( "
\n" );