document.write( "Question 921319: How many two-digit primes are there whose units digit is more than its tens digit? \n" ); document.write( "
Algebra.Com's Answer #560737 by Edwin McCravy(20054)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Here are all the two-digit prime numbers.  Now you are to pick out the\r\n" );
document.write( "ones whose units digit is more than its tens digit, and count them.\r\n" );
document.write( "\r\n" );
document.write( "11, 13, 17, 19, 23, 29, 31, 37, 41, 43, \r\n" );
document.write( "47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );