document.write( "Question 951518: Numbers that are palindromes read the same forward and backwards. For example, 30203 is a five digit palindrome. If a single number is chosen randomly from the set of all three digit numbers, find the probability that it will be palindromic. \n" ); document.write( "
Algebra.Com's Answer #581146 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
You can't start a 3-digit number with \"+0+\", so
\n" ); document.write( "the number of possible 3-digit number is:
\n" ); document.write( "\"+9%2A10%2A10++=+900+\"
\n" ); document.write( "As for the palindromes:
\n" ); document.write( "[ 0 n 0 ] is not a valid number ( n is any number )
\n" ); document.write( "so, there are \"+9%2A10%2A1+=+90+\"
\n" ); document.write( "I say the 3rd digit is \"+1+\" because, once you choose the
\n" ); document.write( "1st digit, that determines the 3rd digit
\n" ); document.write( "The probability is:
\n" ); document.write( "\"+90%2F900+=+1%2F10+\"
\n" ); document.write( "Hope I got it\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );