document.write( "Question 5431: In base 11 - what is the largest/smallest/differenct of a number represented by a 3-digit numeral in the form abc where a does not equal 0.\r
\n" );
document.write( "\n" );
document.write( "largest 999
\n" );
document.write( "smallest 100
\n" );
document.write( "difference 899\r
\n" );
document.write( "\n" );
document.write( "is this correct?? Thanks Caroline \n" );
document.write( "
Algebra.Com's Answer #2873 by longjonsilver(2297)![]() ![]() You can put this solution on YOUR website! base 10, you have 0 1 2 3 4 5 6 7 8 9 \n" ); document.write( "base 11, you have 0 1 2 3 4 5 6 7 8 9 and A denoting the number \"10\" in decimal.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So largest number in base-11 is AAA \n" ); document.write( "and smallest is, yes, 100\r \n" ); document.write( "\n" ); document.write( "--> difference is 9AA.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Jon. \n" ); document.write( " \n" ); document.write( " |