answersLogoWhite

0


Best Answer

Because it is much simpler. Words take a lot more characters.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why might you write a number using digits instead of words?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Smallest number you can using 91764?

The smallest number that someone can get using the 91764 digits is 14679. The secret is to arrange the digits from the least number to their greatest number.


What is a number written using digits?

Standard Form


What is the greatest seven-digit number using four different digits?

9,999,876 is the greatest seven-digit number using four different digits.


What is the largest six-digit number using the digits 123456?

You get the largest number if you sort the digits, from largest to smallest.


What is the largest number using 12279?

Using the digits 12279, the largest number that can be represented is 97,221.


What is the largest number using these digits 1234567?

7654321


What is the biggest number you can using the digits from 3718524?

8,754,321


How do you check whether the given number is Armstrong or not?

First, review the definition of an Armstrong, or narcissistic, number:"...is a number that is the sum of its own digits each raised to the power of the number of digits."So, you need to count the digits (to know what power to use), and extract the individual digits. This can be done in several ways; for example, you might convert the number to a string. In Java:String numberAsString = "" + number;Now it should be easy to figure out the length of the String (use the .length() method), and to extract the individual digits - check the methods available for strings. Then you need to convert the digits back to numeric data.Another way is to get one digit at a time, starting from the right, using the "%" operator.For example, 153 % 10 is equal to 3. Divide the number, 153, by 10 (integer division), then repeat to get the remaining digits. You might store the digits to an array.First, review the definition of an Armstrong, or narcissistic, number:"...is a number that is the sum of its own digits each raised to the power of the number of digits."So, you need to count the digits (to know what power to use), and extract the individual digits. This can be done in several ways; for example, you might convert the number to a string. In Java:String numberAsString = "" + number;Now it should be easy to figure out the length of the String (use the .length() method), and to extract the individual digits - check the methods available for strings. Then you need to convert the digits back to numeric data.Another way is to get one digit at a time, starting from the right, using the "%" operator.For example, 153 % 10 is equal to 3. Divide the number, 153, by 10 (integer division), then repeat to get the remaining digits. You might store the digits to an array.First, review the definition of an Armstrong, or narcissistic, number:"...is a number that is the sum of its own digits each raised to the power of the number of digits."So, you need to count the digits (to know what power to use), and extract the individual digits. This can be done in several ways; for example, you might convert the number to a string. In Java:String numberAsString = "" + number;Now it should be easy to figure out the length of the String (use the .length() method), and to extract the individual digits - check the methods available for strings. Then you need to convert the digits back to numeric data.Another way is to get one digit at a time, starting from the right, using the "%" operator.For example, 153 % 10 is equal to 3. Divide the number, 153, by 10 (integer division), then repeat to get the remaining digits. You might store the digits to an array.First, review the definition of an Armstrong, or narcissistic, number:"...is a number that is the sum of its own digits each raised to the power of the number of digits."So, you need to count the digits (to know what power to use), and extract the individual digits. This can be done in several ways; for example, you might convert the number to a string. In Java:String numberAsString = "" + number;Now it should be easy to figure out the length of the String (use the .length() method), and to extract the individual digits - check the methods available for strings. Then you need to convert the digits back to numeric data.Another way is to get one digit at a time, starting from the right, using the "%" operator.For example, 153 % 10 is equal to 3. Divide the number, 153, by 10 (integer division), then repeat to get the remaining digits. You might store the digits to an array.


What is the largest five digit number that can be formed using the digits 7 and 9?

the largest five digit number that can be formed using the digits 7 and 9 is 97,000


What is the smallest number that can be formed using the digits 492130 and 5 without repeating any of the digits?

1023459


What is the biggest number you can make using the digits 8364?

8643


What is the largest 5- digits number using 2'3'7'9'4?

97432