document.write( "Question 440227: What number is described by the facts below?
\n" );
document.write( "Fact: The number is an integer.
\n" );
document.write( "Fact: The cube of the number is less than 50,000.
\n" );
document.write( "Fact: The square of the number is greater than 1,250.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #304154 by rwm(914)![]() ![]() ![]() You can put this solution on YOUR website! 36 \n" ); document.write( "x^3< 50000 \n" ); document.write( "x^2>1250 \n" ); document.write( "35^2=1225 \n" ); document.write( "36^3=46656 \n" ); document.write( "37^3> 50000 \n" ); document.write( "37^3=50653 \n" ); document.write( "so an integer between 37 and 35 \n" ); document.write( " \n" ); document.write( " |