document.write( "Question 1171543: For each positive integer n, the set of integers (0,1...,n-1) is known as the residue system modulo n. Within the residue system modulo 2^4, let A be the sum of all invertible integers modulo 2^4 and let B be the sum all of non-invertible integers modulo 2^4. What is A-B?\r
\n" );
document.write( "\n" );
document.write( "Please help me. I have tried multiple ways but have found nothing. Thank you \n" );
document.write( "
Algebra.Com's Answer #796439 by ikleyn(52786)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "By modulo 2^4 = 16, invertible are those and only those that are mutually prime with 2.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "They are 1, 3, 5, 7, 9, 11, 13, 15 (all odd numbers from 1 to 15, inclusive).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The rest, 0, 2, 4, 6, 8, 10, 12, 14 are not invertible.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "So they want you calculate the difference \r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " (1+3+5+7+9+11+13+15) - (0+2+4+6+8+10+12+14).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Regrouping, you see that this difference is 8*1 = 8. ANSWER\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |