answersLogoWhite

0

Since we need to shift 5 decimal places to the right to obtain the value in scientific notation, n = -5 for base 10.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What integer should replace m for 700000 in scientific notation?

It depends on what m is and where it appears!


What number should replace N for 700000 in scientific notation?

In scientific notation it is: 7.0*105


What number should replace and for 3572069 in scientific notation?

3572069 in Scientific Notation = 3.572069 x 10^6


What number should replace m for 0.00032 in scientific notation?

0.00032 in scientific notation is 3.2*10-4


What number should replace n for 90000000 in scientific notation?

There are 7 numbers (zeros) after the 9. So, the n is 7.


You can replace any letter in function notation with any number?

No you cannot the answer is False


Is it true or false that you can replace any letter in function notation with any number?

False. You can only replace it with a number from the domain of the function.


How do you calculate averages in visual basic?

Dim average as doubleDim numberA as integer = 23Dim numberB as integer =2Dim numberC as integer = 27 'continue until you have enough numbersaverage = numberA + numberB + numberC '...average = average / 3 ' replace 3 with the amount of numbers used.


True or false- if false please fill in the blank Unlike a scientific theory a scientific hypothesis describes an observed pattern in nature without attempting to explain it replace hypothesis?

True. Unlike a scientific theory, a scientific model describes an observed pattern in nature without attempting to explain it.


Can a scientific theory be replaced?

yes,because it could be right or wrong while when the theory became a law it will not be replace anymore.


How do you find sum of 100 numbers using fortran programme?

The following is for F95 and later (due to the use of intrinsic SUM ): My assumptions: -Your numbers are integers -Your numbers are stored in an array -The numbers you are describing are 0-100 program findSum !I assumed integer, replace this with your data type integer, dimension(100) :: numbers integer :: sumOfNumbers !We populate an array with our numbers !Replace this with your numbers do i=1,(size(numbers)+1) numbers = i end do !We find the sum of those numbers sumOfNumbers = sum(numbers) !We write out the sum to prompt write(*,*) 'Sum is: ', sumOfNumbers end program findSum


How do you evaluate functions?

To evaluate a function means to replace the variable with some value, and calculate the value of the function. For example, in the parabola y = x2 (or, using functional notation, f(x) = x2), if you replace x with 10, and calculate x2, you are evaluating the function for that specific value.