answersLogoWhite

0

🧪

Scientific Notation

Scientific notation is the expression of a number based on the largest exponent of 10 for its value, where the form is a decimal number A x 10n.

6,389 Questions

What is the opposite of scientific notation?

There is no true opposite of scientific notation, but the closest answer is Standard Notation.

Find each product write the answers in scientific notation?

I'm going to assume you know how to find the product of two numbers.

55 x 45 = 2475 = 2.475 x 10^3

How do you write 0.00025 in scientific notation?

Move 4 decimal places to the right and we write the term as:

2.5 x 10-4

How do you write 0.987 in scientific notation?

0.987 written in scientific notation is 9.87 x 10-1

What is the correct scientific notation for 4.22?

It is 4.22, as in the question. You can add " *100" but that is redundant.

How do you convert from array notation to pointer notation?

In the C and C++ languages the array notation arr[i] is completely equivalent to the pointer notation *(arr + i).