document.write( "Question 218807: What is the units digit of 3^1 + 3^3 + 3^5 + 3^7 +………+ 3^2009 ? \n" ); document.write( "
Algebra.Com's Answer #164720 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! What is the units digit of 3^1 + 3^3 + 3^5 + 3^7 +………+ 3^2009 ? \n" ); document.write( "----------- \n" ); document.write( "The units digit for powers of 3 is cyclic. It goes: \n" ); document.write( "3, 9, 7, 1, 3, 9, 7, 1 ... \n" ); document.write( "The sequence above is 3,7,3,7, etc Each pair adds to 0. \n" ); document.write( "2009 modulo 4 = 1 \n" ); document.write( "The units digit of the sum is 3. \n" ); document.write( " \n" ); document.write( " |