document.write( "Question 990659: i am a number less than 100, i am a product of two prime numbers. if you reverse my digits, i am prime. the sum of my digits is a one-digit prime. one of my digits is a square number. what number am i?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #610673 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! i am a number less than 100, i am a product of two prime numbers. \n" ); document.write( " if you reverse my digits, i am prime. the sum of my digits is a one-digit prime. one of my digits is a square number. what number am i? \n" ); document.write( ": \n" ); document.write( "From the statements \"one of my digits is a square number\" and \"the sum of my digits is a 1 digit prime\" \n" ); document.write( "The 2nd number has to be 4, the 1st number has to be 3: 34, sum is prime: 7; and reversed is prime; 43 \n" ); document.write( "The product two prime numbers: 2 and 17 \n" ); document.write( " |