document.write( "Question 255595: Suppose that w = 2^1/2, x = 3^1/3, y = 6^1/6, and z = 8^1/8. From among these numbers, list the biggest first and the second biggest second \r
\n" );
document.write( "\n" );
document.write( "(1) w, x (2) x,w (3) y, z (4) x, z
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #187938 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Suppose that w = 2^1/2, x = 3^1/3, y = 6^1/6, and z = 8^1/8. From among these numbers, list the biggest first and the second biggest second \n" ); document.write( "(1) w, x (2) x,w (3) y, z (4) x, z \n" ); document.write( "--------------- \n" ); document.write( "It's x,w \n" ); document.write( "--------- \n" ); document.write( "I did a similar problem years ago to find the max of x^(1/x). \n" ); document.write( "The max is at x = e, the base of natural logs, =~2.71828 \n" ); document.write( "e^(1/e) =~ 1.44467 the max \n" ); document.write( "3^(1/3) =~ 1.4425 \n" ); document.write( "2^(1/2) =~ 1.4142 \n" ); document.write( " |