\r\n" );
document.write( "
is the same as
\r\n" );
document.write( "\r\n" );
document.write( "6th root is an EVEN root, and even roots of negative numbers are not\r\n" );
document.write( "real numbers, so we must make sure that 5-x is not negative which means\r\n" );
document.write( "that it is positive or zero, which means that it is greater than or equal\r\n" );
document.write( "to zero. So we require this inequality to make sure what's under the\r\n" );
document.write( "EVEN root radical is not negative: \r\n" );
document.write( "\r\n" );
document.write( "5 - x > 0\r\n" );
document.write( "\r\n" );
document.write( " -x > -5\r\n" );
document.write( "\r\n" );
document.write( "Then we divide through by -1 which reverses the inequality\r\n" );
document.write( "\r\n" );
document.write( " x < 5\r\n" );
document.write( "\r\n" );
document.write( "In interval notation that is (
, 5]\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" );
document.write( "