- 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
Write the smallest $5-$digit number and express it in the form of its prime factors.
To do: To write the smallest $5-$digit number and to express it in the form of its prime factors.
Solution:
The smallest $5-$digit number $=10000$
On prime factorization of $10000$, we have:
$10000=2\times2\times2\times2\times5\times5\times5\times5$
Advertisements