document.write( "Question 1143386: Given that 0 < x < 1, and set A = (x, x^2, x^3,x^4), what is the smallest value in set A?
\n" );
document.write( "A) x^2
\n" );
document.write( "B)x^3
\n" );
document.write( "C)x^4
\n" );
document.write( "D) cannot be determined \n" );
document.write( "
Algebra.Com's Answer #764171 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "C) x^4 \n" ); document.write( "Multiplying a positive number by any number between 0 and 1 makes the number smaller. If a number between 0 and 1 is raised to a power, the result gets smaller as the power increases. So \n" ); document.write( "x^2 < x \n" ); document.write( "x^3 < x^2 \n" ); document.write( "x^4 < x^3 \n" ); document.write( " |