document.write( "Question 98773: When a positive integer \"k\" is divided by 6, the remainder is 1. What is the remainder when 5k is divided by 3?
\n" );
document.write( " thank you very much \n" );
document.write( "
Algebra.Com's Answer #71910 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! k=6n+1 ... divisible by 6 with a remainder of 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5k=30n+5 ... 5k=30n+3+2 ... divisible by 3 with a remainder of 2 \n" ); document.write( " |