Question: Pick any two-digit number. Write it three times in a row to form a six-digit number. Now add the original number to itself three times and divide the big number by this sum. What will the answer always be 3367


Question:


Pick any two-digit number.
Write it three times in a row to form a six-digit number.
Now add the original number to itself three times and divide the big number by this sum.
Answer always be 3367


Let’s do it with N = 99


Write the two-digit number 3 times : NNN = 999999


Add the three numbers : 99 + 99 + 99 = 297


Divide : 999999 / 297 = 3367