document.write( "Question 198655: 1.what is the largest one-digit natural number?
\n" );
document.write( "2.what is the largest two-digit whole number?
\n" );
document.write( "3.is 12 a digit?
\n" );
document.write( "4.write the consecutive natural numbers > 14 and < 17
\n" );
document.write( "5.is 2.3 a real number? \n" );
document.write( "
Algebra.Com's Answer #149166 by vleith(2983)![]() ![]() ![]() You can put this solution on YOUR website! 1) 9 naturals are integers > 0 \n" ); document.write( "2) 99 whole are integers \n" ); document.write( "3) no 12 is a number, the digits are 0,1,2,3,4,5,6,7,8 and 9 \n" ); document.write( "4) 14 \n" ); document.write( "5) Yes. Any number that can be written as a fraction containing integer values for both the numerator adn the denominator is real. 2.3 = 23/10 so that works |