document.write( "Question 1029343: How many 3-digit numbers are multiple of 21?
\n" ); document.write( "I can solve it by counting there is another way to solve this type of problem
\n" ); document.write( "Thanks
\n" ); document.write( "

Algebra.Com's Answer #644374 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "The smallest 3-digit number is 100 and the largest\r\n" );
document.write( "3-digit number is 999.\r\n" );
document.write( "\r\n" );
document.write( "Dividing 100 by 21 gives 4.76, which rounds up to 5,\r\n" );
document.write( "so the smallest 3-digit multiple of 21 will be 5*21 or 105.\r\n" );
document.write( "\r\n" );
document.write( "Dividing 999 by 21 gives 47.57, which rounds down to\r\n" );
document.write( "47, so the largest 3-digit multiple of 21 will be 47*21 or 987.\r\n" );
document.write( "\r\n" );
document.write( "So the 3-digit multiples of 21 form the arithmetic sequence \r\n" );
document.write( "\r\n" );
document.write( "5*21,6*21,...,46*21,47*21\r\n" );
document.write( "\r\n" );
document.write( "Dividing them all by 21 gives the sequence\r\n" );
document.write( "\r\n" );
document.write( "5,6,...,46,47, which has the same number of terms.\r\n" );
document.write( "\r\n" );
document.write( "Subtracting 4 from each gives the sequence\r\n" );
document.write( "\r\n" );
document.write( "1,2...,42,43, which also has the same number of terms.\r\n" );
document.write( "\r\n" );
document.write( "Answer: 43\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );