Think of a number, with which if I multiply a three digit number, the product will be the three digit number followed by the three digit number.
If you didn't get that, find which satisfies
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
in the question we need to find x which can satisfy the given situation so let there be a 3 digit number abc such that abc =100a + 10b + c, then abcabc = 100000a + 10000b +1000c +100a + 10b +c we can write it as 100100a + 10010b + 1001c . so we can write the complete statement as 100a+10b+c * x = 1000(100a+10b+c)+(100a+10b+c) . which after solving will become as x = 1000 * 1 +1 = 1001 and 1001 is our answer