document.write( "Question 272158: Suppose a number is chosen at random from the set {0,1,2,3,...,170}.\r
\n" );
document.write( "\n" );
document.write( "What is the probability that the number is a perfect cube? \n" );
document.write( "
Algebra.Com's Answer #199172 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! the set {0,1,2,...,170} has 171 elements. \n" ); document.write( ". \n" ); document.write( "of these, there are only 5 perfect cubes are: \n" ); document.write( "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( ". \n" ); document.write( "so the probability is 5/171 \n" ); document.write( " |