document.write( "Question 381190: WHAT IS A PRIME NUMBER LESS THAN 30 AND THE SUM OF MY DIGITS IS 5. \n" ); document.write( "
Algebra.Com's Answer #270403 by neatmath(302)![]() ![]() You can put this solution on YOUR website! Here are the prime numbers less than 30: \r \n" ); document.write( "\n" ); document.write( "2 3 5 7 11 13 17 19 23 29 \r \n" ); document.write( "\n" ); document.write( "The only prime number less than 30 whose digits sum to 5 is: \r \n" ); document.write( "\n" ); document.write( "23 \r \n" ); document.write( "\n" ); document.write( "because 2+3=5 \r \n" ); document.write( "\n" ); document.write( "I hope this helps! \n" ); document.write( " |