빙은애초에 계산자체가 틀린상태에서 맞춘거라 찍은건데
4+플러그인은 걍맞춤
Query:
"3 * 5 * 7 * 9 * 11 * 13 * 15 * 17 * 19"
Input:
3×5×7×9×11×13×15×17×19
Result:
654729075
Scientific notation:
6.54729075 × 10^8
Number line:
image: https://www6b3.wolframalpha.com/Calculate/MSP/MSP23711i0644fdf382b87h0000287bg66hf03ffd54?MSPStoreType=image/png&s=12
Number name:
654 million 729 thousand 75
Number length:
9 decimal digits
Comparisons:
≈ 0.084 × the number of people alive today (≈ 7.8×10^9)
≈ 6.5 × the largest number in the Bible, said to be the number of angels ( 10^8)
Wolfram|Alpha website result for "3 * 5 * 7 * 9 * 11 * 13 * 15 * 17 * 19":
https://www.wolframalpha.com/input?i=3+%2A+5+%2A+7+%2A+9+%2A+11+%2A+13+%2A+15+%2A+17+%2A+19
{
"input": "total = 654729075; While[total >= 10, total = Total[IntegerDigits[total]];]; total"
}
9
주어진 수 3 × 5 × 7 × 9 × 11 × 13 × 15 × 17 × 19의 결과는 654729075입니다. 이 수의 각 자리수를 더하는 과정을 반복하면 최종적으로 얻는 한 자리 수는 9입니다.
댓글 0