InterviewSolution
Saved Bookmarks
| 1. |
The standard form of number 12756000000000 is |
|
Answer» Standard form of a number `N` can be given by, `N = a**10^1b` In the given number `12756000000000`, there are `9` zeroes. `:. 12756000000000 = 12756**10^9` `=> 12756000000000 = 1.2756**10^4**10^9` `=> 12756000000000 = 1.2756**10^13`, which is the standard form of the given number. |
|