document.write( "Question 338592: A “simple square” is any integer greater than 1 that has only three positive integer factors—itself,its square root, and 1.
\n" );
document.write( "Which of the following is a simple square?\r
\n" );
document.write( "\n" );
document.write( "A. 121 B. 100 C. 81 D. 64 E. 33\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #242687 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! A. 121 B. 100 C. 81 D. 64 E. 33 \n" ); document.write( " \r\n" ); document.write( "121 has only the factors 1, 11 (itself), and its square root, 11. \r\n" ); document.write( "So that's the correct answer.\r\n" ); document.write( "\r\n" ); document.write( "100 has factors 1,2,4,5,10,20,25,50, and 100. So that's not it.\r\n" ); document.write( "\r\n" ); document.write( "81 has factors 1,3,9,27, and 81, so that's not it.\r\n" ); document.write( "\r\n" ); document.write( "64, has factors 1,2,4,8,16,32, and 64, so that's not it.\r\n" ); document.write( "\r\n" ); document.write( "33 isn't even a square at all, and has factors 1,3,11, and 33, so that's\r\n" ); document.write( "not it.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |