+ 1
Exponentiation Project & Formatting
I just want to clarify, is the way that $1.000.000 written in this example the same as $1,000,000? The original statements reads: "Exponentiation is the raising of one number to the power of another. This operation is performed using two asterisks **. Let's use exponentiation to solve a known problem. You are offered a choice of either <strong>$1.000.000</strong> or $0.01 (one penny) doubled every day for 30 days (the resulting amount is doubled every day)."
2 Answers
+ 2
This is the same as 1000000.
+ 1
OK. Thank you for the clarification, @JaScript