answersLogoWhite

0


Best Answer

To convert a number to scientific notation do as follows:

5800000 = 5.8 x 10^6

Put a decimal between the first and second number then from that second number count to the right. The number you have when you finish counting is the number that is in the power position.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you convert a number int a scientific number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the INT functions?

The INT function is to convert something into an integer. An integer is a number that goes out two decimal places.


How to write a Sql query to remove decimal point in a number?

To remove the decimal and numbers:select Convert(int,12.456)To keep the numbers after the decimal but remove the ".":select convert(int,convert(money,12.456)*1000)


Convert this number to scientific notation150?

1.5x102


How do you convert string to int in net?

int i= Convert.ToInt32("5");


How do you write a C-program to convert an Octal number to a hexadecimal number?

try this i got output: int main(){ int o; scanf("%o",&o); printf("%x",o); getch(); }


Convert this number to scientific notation 3565.5?

3.5655*103


Convert this number to scientific notation186000?

1.86 x 105


What is the scientific notation of 036754?

You can't convert it to scientific notation. Also, the 0 in this number is of no use.


What is 80.007.00 in scientific notation?

It is not possible to convert a number with 2 decimal points into scientific notation.


Convert this number to scientific notation 1150?

1,150 in Scientific Notation = 1.15 x 103


How do you convert string to int in Java?

One can convert a string variable to an int variable in Java using the parse integer command. The syntax is int foo = Integer.parseInt("1234"). This line will convert the string in the parenthesis into an integer.


How do you convert 0.004 to scientific type number online?

It is: 0.004 = 4.0*10-3 in scientific notation