what is 1.8984375 to the 20th power

http://www.google.com/#sclient=psy&hl=en&source=hp&q=1.8984375%5E20&aq=f&aqi=&aql=&oq=&pbx=1&bav=on.2,or.r_gc.r_pw.&fp=cc6bcc5982231d65

Either use your calculator to calculate

1.8984375 [^] 20
or
1.8984375 [yx] 20
to get:
369765.2369148411

However, if you want
1.8984375 * 1020
it would be:
189843750000000000000

To calculate 1.8984375 to the 20th power, you can use a calculator or perform the calculation using multiplication. Here's how you can do it step by step:

1. Start with the number 1.8984375.
2. Multiply this number by itself 20 times.
3. For example, you can start by multiplying 1.8984375 by itself once: 1.8984375 * 1.8984375 = 3.597602844
4. Then, take the result and multiply it by 1.8984375 again: 3.597602844 * 1.8984375 = 6.825724601
5. Repeat this process 18 more times until you have multiplied 1.8984375 by itself 20 times.

Alternatively, you can use a calculator or a programming language (such as Python or JavaScript) to calculate this expression. Inputting "1.8984375 ** 20" in a calculator or executing the code "Math.pow(1.8984375, 20)" in programming languages will give you the result directly.