answersLogoWhite

0

What else can I help you with?

Related Questions

What is remainder if the face value of the digit at the lakhs place is subtracted from the place value of the digit at the lakhs place in the smallest seven-digit number formed by using all the digits?

199998


What is 1000000 minus 447618?

1000000 minus 447618 equals 552382. This subtraction can be calculated by lining up the digits in the two numbers, starting from the rightmost column (ones place) and subtracting each corresponding pair of digits. If necessary, borrowing may be required when the digit being subtracted is larger than the digit it is being subtracted from.


A certain two-digit number is equal to 9 times the sum of its digitIf 63 were subtracted from the number the digits would be reversed Find the number?

81.


What numberis 1 999 999 less than the smallest 10-digit number?

the answer is 000,1,000 000


What is a unique number?

If a number An consisting of n consecutive digits in ascending order is subtracted from the number An' obtained by reversing the digits of An, then the difference is always a constant. This constant is termed as the 'Unique number' Un as reported by me earlier in. For example, a 3-digit number 345 if subtracted from its reverse 543, yields a difference of 198. Thus U3 = 198. Another 3-digit number, say, 678 if subtracted from its reverse 876 will also yield the same difference, that is, 198. Thus for any number consisting of 3 consecutive digits, the Unique number U3 is always 198. Similarly for a number consisting of 4 consecutive digits, the Unique number U4 = 3087.


How many three digits are there in which all the digit are distinct?

There are the digits 1 through 9 for the first digit. Then, we have 0 through 9 for the second digit - excluding the first digit. For the third digit, we have 0 through 9 excluding the two previous digits


Is a 3-digit number all the digits are different the first and second digits are multiples of 3 the first digit is greater than the second digit?

Not necessarily. Consider 444. The digits are not different. The first and second digits are not multiples of 3 The first digit is not greater than the second digit. In spite of all that, 444 is a 3-digit number


What is the smallest 6 digit number using the digits 12345?

Since there are only five different digits, a 6-digit number can only be generated if a digit can be repeated. If digits can be repeated, the smallest 6-digit number is 111111.


Write a c program to add the digits of a given no?

THIS IS ONLY FOR UPTO A FIVE DIGIT NO. BY ROHAN ARORA#include#includevoid main(){int a,n,s,sum=0;clrscr();printf("Enter the number between 1 to 5 digits\n");scanf("%d",&a);while(a!=0){n=a%10;sum=sum+n;a=a/10;}printf("The sum of digits of the given numberis %d",sum);getch();}


If the sum of digits of a two digit number is 9 and if 17 is subtracted from the number the digits of the new number are equal what is the number?

18, 27, 36, 45, 54, 63, 72, 81, 90? 1, 10, 19, 28, 37, 46, 55 A-Ha!


What is the highest 9-digit number with no digits alike?

987654321 is the highest nine-digit number with no repeated digits.


What is the largest 10-digit number with no repeated digits?

The largest ten digit number with no repeated digits is '9876543210'.