answersLogoWhite

0


Best Answer

Any positive number to the 0th power is one. ex. (51^0 = 1) Any negative number to the 0th power is negative one. ex. (-23^0 = -1) The exception is 0. 0^0 = 0

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: If the exponent on a negative number is 0 is the number positive or negative?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Will a negative exponent on a positive base ever result to a number less than 0?

No, it cannot.


Why is a number to a negative exponent a fraction?

Because a number to the exponent 0 = 1 and any lesser exponent decreases the value.


Is the number 0 a positive or negative number?

0 is neither a positive nor negative number. neither


What is the meaning of a zero exponent and the meaning of a negative exponent?

The zero exponent rule basically says that any base with an exponent of zero is equal to one. For example: x^0 = 1A negative exponent is equivalent to 1 over a positive exponent.x^1 = x x^0 = 1x^-1 = 1/x


When will the exponent be negative in scientific notation form?

The exponent will be negative when the absolute value of the number is between 0 and 1. For example, 1X10-1 is 0.1.


Is a negative greater or less than a positive number?

A negative number is less than a positive number. Think about it this way: a negative number is less than 0. A positive number is greater than 0. Therefore, a negative number must be less than a positive number.


Is the Zero number positive or negative sign?

no negative, no positive - only 0


What are the formulas for negative and positive numbers?

Negative number = -N , where 0 < N < ∞ . Positive number = +K , where 0 < K < ∞ .


Is 0 a negative whole number?

No, zero is not negative or positive.


What is 0 - 8?

-8


What describes a value of a number in scientific notation that includes a negative exponent?

It is a number which is in the range (0, 1).


Write a program for checking positive or negative number?

In Java:if (myNumber > 0) System.out.println("The number is positive);else if (myNumber < 0) System.out.println("The number is negative);else System.out.println("The number is equal to zero);In Java:if (myNumber > 0) System.out.println("The number is positive);else if (myNumber < 0) System.out.println("The number is negative);else System.out.println("The number is equal to zero);In Java:if (myNumber > 0) System.out.println("The number is positive);else if (myNumber < 0) System.out.println("The number is negative);else System.out.println("The number is equal to zero);In Java:if (myNumber > 0) System.out.println("The number is positive);else if (myNumber < 0) System.out.println("The number is negative);else System.out.println("The number is equal to zero);