document.write( "Question 565188: i am a multiple of 5. two is not one of my factors. i am not prime and i am not square. i am less than 30. what number am i?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #365684 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Multiples of 5 less than 30: 0, 5, 10, 15, 20, 25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since 2 is NOT a factor, we cross out 0, 10, and 20\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we're left with: 5, 15, 25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The number is NOT prime, so 5 is out. The number is NOT a square, so 25 is also out.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the answer is 15. \n" ); document.write( " |