answersLogoWhite

0


Best Answer

99 is. But if you want to get fancy, you might consider 99 .

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the highest two-digit decimal number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Dan found a twodigit odd number. one of its digits was half the other. the number was greater than 50. what was it?

63


What is the highest place value in decimal number?

The highest place value in a decimal number is the left most digit, also the first digit.


What's the highest decimal number that be represented with 5 binary digits?

The largest decimal number is binary 11111, which is decimal 31.


What decimals have the highest value 3.15 2.95 or 4.45?

3.15 is the highest number. The highest decimal part of any of them is the 0.95 part of the 2.95 number.


What is the highest decimal number that can be represent by 8 binary bits?

The highest unsigned integer is 255; The highest signed integer is 127.


What is the lowest value 6 bit number you can have in binary?

000000 is the lowest number in a 6 bit unsigned binary number (meaning the high order bit is not the sign bit). If it is a signed number then the lowest number would be represented by 100000 which is equivalent to -32 in decimal. Highest unsigned number in 6 bits is decimal 63. Highest signed number in 6 bits is decimal 31.


What is the order of these decimal 7.07 7.17 7.007 7.017?

In order, lowest number to highest number. 7.007 - 7.017 - 7.07 - 7.17


How do you find the greatest common factor of a set of numbers?

The greatest common factor (or GCF) is the highest number that can divide into aanother number, and not have a decimal (whole number).


What is a number that contains a decimal point?

It is a number with a decimal point. It is not necessarily a decimal number because 24 (no decimal pont) is a decimal number.It is a number with a decimal point. It is not necessarily a decimal number because 24 (no decimal pont) is a decimal number.It is a number with a decimal point. It is not necessarily a decimal number because 24 (no decimal pont) is a decimal number.It is a number with a decimal point. It is not necessarily a decimal number because 24 (no decimal pont) is a decimal number.


What is the highest single number in the world?

The highest single number in the decimal system is 9. The highest single number would vary depending on what base you are using, for instance the highest single number in the binary system is 1. The is no 'highest' number. There is a concecept call infinity but that is not really a number but a mathematical tool. There is no such thing. Anything number that you can think of you can always add one more to it. Some people might say infinity is the highest single number, but infinity is a concept not a number. Look at some of the other answers on here related to infinity for more details.


What is the highest place value in a decimal system?

The highest place value in the decimal system is the aleph null'th place. It should be noted that aleph null is an infinite number (in fact, it is the smallest infinity possible) and represents the cardinality of the natural number set. In other words, there is no finite number which is the highest place value in the decimal system. (The Aleph character breaks Answers.com's WYSIWYG editor. The Aleph null character looks like: 0א except that the 0 is on the other side of the aleph character )


What is the decimal conversion of the binary number 1111111111?

1111111111b = 1023d When converting a binary number in which every digit is a one, there is an easy trick to doing it: take the number of digits, in this case 10, raise the base to that power 210 = 1024 , then subtract one. 210 - 1 = 1023. If the reason for this isn't clear, it may be easier to think of it in decimal. Remember that 1 is the highest valued digit in binary. Similarly, 9 is the highest digit in decimal. So in decimal, the number 99999 can also be looked at as 105 - 1 = 100000 - 1 = 99999