- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Find the difference between the greatest and the least 5 digit numbers formed by using the digits 6, 2 ,7, 4 ,3 each only once.
Given :
The given digits are 6,2,7,4,3.
To do :
We have to find the difference between the greatest and the least 5 digit numbers formed by using the given digits each only once.
Solution :
The greatest 5 digit number formed using the digits 6,2,7,4,3 each only once is $76432$.
The smallest 5 digit number formed using the digits 6,2,7,4,3 each only once is $23467$.
The difference between the greatest and the least 5 digit numbers formed using the digits 6,2,7,4,3 each only once $= 76432-23467 = 52965$.
- Related Articles
- Find the difference between the greatest and the least 5-digit numbers formed using digits 6,2,7,4,3 each only once.
- Find the difference between the greatest and the least 5 -digit number that can be written using the digits \( 6,2,7,4,3 \) each only once.
- How many 3 digit numbers can you make using digits 2,4 and 0? (using each digit only once)(1) 6(2) 4(3) 3(4) 5
- Use the digits without repetition and make the greatest and smallest $4-$ digit numbers: $2,\ 8,\ 7,\ 4$.
- Find the greatest 3 digit number which is divisible by the number 4 ,5 and 6.
- Use the given digits without repetition and make the greatest and smallest 4-digit numbers.a) 2, 8, 7, 4b) 9, 7, 4, 1c) 4, 7, 5, 0d) 1, 7, 6, 2e) 5, 4, 0, 3
- Make the greatest and the smallest $4$-digit numbers by using any digit twice: $1,\ 8,\ 7$.
- Find the difference between the greatest and the least number that can be written using the digits 6,2,7,4,3.
- Find the product of the greatest 5 digit number and greatest 4 digital number by using the distributive property.
- List all the three-digit numbers can be formed using the following numbers.(a) 4, 0 and 7. (b) 5, 6 and 9.
- Form the greatest 5-digit number using three different digits.
- N digit numbers divisible by 5 formed from the M digits in C++
- Write the smallest digit and the greatest digit in the blank space of each of the following numbers so that the number formed is divisible by 3 :(a) _ 6724 (b) 4765 _ 2
- Find the difference between the largest 3 digit number and the smallest 6 digit number.
- What is the difference between the largest and smallest numbers formed by the digits \( 4,6,9,8 ? \)

Advertisements