document.write( "Question 253179: How many numbers from 1 to 200 inclusive are equal to the cube of an integer?\r
\n" );
document.write( "\n" );
document.write( "(A) 1 (B) 2 (C) 3 (D) 4 (E) 5
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #185410 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! 1^3 = 1 \n" ); document.write( "2^3 = 8 \n" ); document.write( "3^3 = 27 \n" ); document.write( "4^3 = 64 \n" ); document.write( "5^3 = 125 \n" ); document.write( "6^3 = 216 > 200 \n" ); document.write( "So There are 5 numbers from 1 to 200 inclusive are equal to the cube of an integer \n" ); document.write( " |