document.write( "Question 853349:  How many two_digit whole numbers yield a remainder of 1 when divided by 10 and also yield a remainder of 1 when divided by 6?
\n" );
document.write( "A; none B one; C two;D three; E; Four \n" );
document.write( "
Algebra.Com's Answer #514052 by LinnW(1048)    You can put this solution on YOUR website! First, let's look at numbers which when divided by 10 have a remainder of 1. \n" ); document.write( "These would be (10+1),(20+1),(30+1),... \n" ); document.write( "or 11,21,31... \n" ); document.write( "Of these we want those numbers which when divided by 6 we have a remainder of 1. \n" ); document.write( "If we consider the numbers divisible by 10 that are also divisible by 6 \n" ); document.write( "we will have what we want. \n" ); document.write( "So which of \n" ); document.write( "10,20,30,40,... are also divisible by 6 \n" ); document.write( "30,60 and 90 work \n" ); document.write( "Notice that 31,61,and 91 give a remainder of 1 when divided by 6 \n" ); document.write( "  |