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 #644370 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
The highest three-digit number divisible by 21 is 987, while the smallest is 105.
\n" ); document.write( "Use the formula for the nth term of an AP \r
\n" ); document.write( "\n" ); document.write( "\"a%5Bn%5D+=+a%5B1%5D+%2B+%28n-1%29d\", where \"a%5Bn%5D+=+987\" and \"a%5B1%5D+=+105\", and d = 21.\r
\n" ); document.write( "\n" ); document.write( "==> 987 = 105 + (n-1)21 ==> 882 = 21(n-1) ==> 42 = n-1 ==> n = 43.\r
\n" ); document.write( "\n" ); document.write( "Thus there are 43 such numbers.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Note: I know there is another, much shorter (or more elegant) method in doing this, and expect another tutor to post it.
\n" ); document.write( "
\n" );