document.write( "Question 394463: The letters of the word \"SIXTEEN\" are randomly arranged. What is the probability that the two E's are not next to each other? \n" ); document.write( "
Algebra.Com's Answer #279906 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
# of arrangements the two E's are together = 6!1! = 720
\n" ); document.write( "# of arrangements of the letters of the word SIXTEEN = 7!/2! = 2520\r
\n" ); document.write( "\n" ); document.write( "probability that the two E's are together = 720/2520 = 2/7.
\n" ); document.write( "Therefore probability that the two E's are not next to each other = 1-2/7 = 5/7.
\n" ); document.write( "
\n" );