document.write( "Question 1042856: Let a, b, n ∈ Z with n > 1. Prove that if a ≡ b (mod n) then 2a ≡ 2b (mod n)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #658003 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! a = b (mod n) is the same as saying a-b = k*n where k is some integer.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Multiply both sides of a-b = k*n by 2 to get 2a-2b = 2kn\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2a-2b = 2kn can be then written in the form 2a = 2b (mod n). So that wraps up the proof. \n" ); document.write( " |