document.write( "Question 321973: Five tokens are numbered from 1 to 5. If 2 tokens are randomly selected without replacement, find the probability that the sum of the numbers is greater than 6. \n" ); document.write( "
Algebra.Com's Answer #230486 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Five tokens are numbered from 1 to 5. If 2 tokens are randomly selected without replacement, find the probability that the sum of the numbers is greater than 6.
\n" ); document.write( "-----------------
\n" ); document.write( "Ways to get a sum greater than 6: 5/2;5/3;5/4;4/3;4/4;4/5;3/4;3/5;2/5 -- 9 ways
\n" ); document.write( "-------------
\n" ); document.write( "# of sums possible: 5^2 = 25
\n" ); document.write( "-------------
\n" ); document.write( "P(sum > 6) = 9/25
\n" ); document.write( "=======================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );