987654321098765432109876543210 - 123456789012345678901234567890 = 864197532086419679221328642048
1
512
If you're on a computer that allows you to ask this question and see the answer, it undoubtedly has a calculator program (in Windows, it's calc.exe). So you can answer this for yourself.
1 times 1 times 1225
987654321098765432109876543210 - 123456789012345678901234567890 = 864197532086419679221328642048
123456789012345678901234567890
1
5.666666666666667 times.
Java has a built-in arbitrary-precision integer class called BigInteger. BigInteger can take a number in String format and represent it as a number. // First huge number (larger than can be held in a Long). BigInteger bigIntA = new BigInteger("123456789012345678901234567890"); // Second huge number BigInteger bigIntB = new BigInteger("987654321098765432109876543210"); // bigIntAB = bigIntA * bigIntB BigInteger bigIntAB = bigIntA.multiple(bigIntB);
the answer is 64,023,737,057,280,000.
1358954496
24
512
If you're on a computer that allows you to ask this question and see the answer, it undoubtedly has a calculator program (in Windows, it's calc.exe). So you can answer this for yourself.
8 times 8 times 8 times 8 times 8 times 8, or 86 is 262,144
4