document.write( "Question 879865: Two numbers are randomly selected on a number line numbered 1 through 9. The same number can be chosen twice. What is the probability that both numbers are greater than 6? \n" ); document.write( "
Algebra.Com's Answer #531154 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
There are 9*9 or 81 possible outcomes.
\n" ); document.write( "(1,1) (1,2) . . . (1,9)
\n" ); document.write( "(2,1) (2,2) . . . (2,9)
\n" ); document.write( " . . . . . .
\n" ); document.write( " . . . . . .
\n" ); document.write( "(9,1) (9,2) . . . (9,9)
\n" ); document.write( "There are 3*3 or 9 possible outcomes where both numbers are greater than 6.
\n" ); document.write( "(7,7) (7,8) (7,9)
\n" ); document.write( "(8,7) (8,8) (8,9)
\n" ); document.write( "(9,7) (9,8) (9,9)
\n" ); document.write( "So then
\n" ); document.write( "\"P=9%2F81=1%2F9\"
\n" ); document.write( "
\n" ); document.write( "
\n" );