document.write( "Question 394982: Prove the well known result that the remainder on dividing a number by 9 is the same as the remainder on dividing the sum of its digits by 9.
\n" );
document.write( "Show that the result may be generalized as follows; if a number is divided by s then the remainder is the same as the remainder on dividing bt s the sum of its digits, when it is expressed to the base s+1. \n" );
document.write( "
Algebra.Com's Answer #280371 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Let \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To generalize to any base, simply replace 10 with base b+1. The same result should follow, since b+1 is always 1 modulo b. \n" ); document.write( " |