document.write( "Question 1127824: Is the product of 11 and multiple of 101 is a number in which every digit is same? \n" ); document.write( "
Algebra.Com's Answer #744281 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
The product of 11 and a multiple of 101 can be written as:
\n" ); document.write( "11*n*101 = 11n(100 + 1) where n is any integer
\n" ); document.write( "So the product is 1100n + 11n -> nn00 + nn = nnnn
\n" ); document.write( "
\n" );