document.write( "Question 332708: How can you tell if a number, or fraction is irrational, whole, integer, rational, or natural? \n" ); document.write( "
Algebra.Com's Answer #238422 by Jk22(389)\"\" \"About 
You can put this solution on YOUR website!
A fraction a/b, a b integers, is integer if a is an integer multiple of b.
\n" ); document.write( "Else it's rational,
\n" ); document.write( "-
\n" ); document.write( "however, a fraction cannot be irrational. For example there are not fraction m/n=sqrt(2).
\n" ); document.write( "-
\n" ); document.write( "There remain 2 common classes of number :
\n" ); document.write( "-
\n" ); document.write( "A number w is algebraic if it's solution of a polynomial equation (sqrt(2) is algebraic)
\n" ); document.write( "-
\n" ); document.write( "else it's transcendental. (for example Pi is transcendental but not algebraic).
\n" ); document.write( "
\n" );