document.write( "Question 1066884: In a​ round-robin chess​ tournament, each player is paired with every other player once. The​ function, shown​ below, models the number of chess​ games, N, that must be played in a​ round-robin tournament with t chess players. In a​ round-robin chess​ tournament, 6 games were played. How many players entered the​tournament?\r
\n" ); document.write( "\n" ); document.write( "how to solve formula? N=t^2-t / 2
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #682111 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "In a​ round-robin chess​ tournament, each player is paired with every other player once.
\n" ); document.write( "The​ function, shown​ below, models the number of chess​ games, N, that must be played in a​
\n" ); document.write( "round-robin tournament with t chess players. In a​ round-robin chess​ tournament, 6 games were played.
\n" ); document.write( "How many players entered the​tournament?\r
\n" ); document.write( "\n" ); document.write( "how to solve formula? N=t^2-t / 2
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "You need to solve the equation \"%28t%5E2-t%29%2F2\" = 6.\r\n" );
document.write( "\r\n" );
document.write( "Multiply both sides by 2. You will get an equivalent equations\r\n" );
document.write( "\r\n" );
document.write( "\"t%5E2-t\" = 12,\r\n" );
document.write( "\r\n" );
document.write( "\"t%5E2+-t+-+12\" = 0,\r\n" );
document.write( "\r\n" );
document.write( "(t-4)*(t+3) = 0.\r\n" );
document.write( "\r\n" );
document.write( "The roots are t= 4 and t= -3.\r\n" );
document.write( "\r\n" );
document.write( "Since you need integer positive solution, the only one is t= 4.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer. 4 players.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );