answersLogoWhite

0


Best Answer

It is simply 127.0 as a decimal number

User Avatar

Wiki User

7y ago

Still curious? Ask our experts.

Chat with our AI personalities

JudyJudy
Simplicity is my specialty.
Chat with Judy
EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra
FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran

Add your answer:

Earn +20 pts
Q: How do you write 127 in decimal number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you change the fraction 127 into a decimal?

127 is an integer, and as a decimal number, it is 127.


What is 127 as a decimal number?

A decimal number is simply a way of representing a number in such a way that the place value of each digit is ten times that of the digit to its right. A decimal representation does not require a decimal point. So the decimal representation of 127 is 127, exactly as in the question.


How do you write the decimal 0.127 as a fraction?

127/1000 = 0.127


What is the binary number 1111111?

It is 127 in decimal numbers.


127 as a decimal in millimeters?

A decimal number is simply a way of representing a number in such a way that the place value of each digit is ten times that of the digit to its right. A decimal representation does not require a decimal point. So the required decimal representation is 127. If 127 mm were to be expressed in terms of some other unit of length then that unit of length should have been specified in the question.


What is 127 percent as a decimal?

The decimal equivalent of 127% is 1.27


What decimal number is equal to the decimal no 7 How do you reach the conclusion of 0111?

When you write the decimal number '7' in Base-2 (binary), you write '0111'.


What is the smallest decimal number that can be represented by one byte?

-127 or -128


How do you write 7.5 as a decimal number?

7.5 is a decimal.


What is 127 as a decimal?

127 is already a decimal (base ten). If you need the decimal point, you can say 127.0.


Whats 127% as a decimal?

127/1000


What is decimal and binary equivalent of an octal number 127?

If we are using base 8 then 127 = (7 * 80) + (2 * 81) + (1 * 82) = 7 + 16 + 64 = 87 [i.e. (7 * 100) + (8 * 101)] in the decimal (base 10) system. In binary (base 2) we would write this as:1010111.