document.write( "Question 416822: Find the greatest four-digit number that has exactly three positive factors. \n" ); document.write( "
Algebra.Com's Answer #291926 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
If it has an odd number of positive factors the number must be a perfect square, as one of its factors will be duplicated, reducing the number of factors by 1. Hence we are looking for the perfect square less than 10000, or 100^2. Therefore, 99^2 = 9801 is the greatest such four-digit number. \n" ); document.write( "
\n" );