- 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
Determine the prime factorization of 420.
Given:
Given integer is 420.
To do:
Here we have to express the given integer as a product of its prime factors.
Solution:
We know that,
Any integer greater than one, either be a prime number or can be written as a product of prime factors. So,
- Composite number $=$ Product of prime numbers
Prime factorization of 420 is:
$420\ =\ 2\ \times\ 2\ \times\ 3\ \times\ 5\ \times\ 7$
$\mathbf{420\ =\ 2^2\ \times\ 3^1\ \times\ 5^1\ \times\ 7^1}$
Hence, 420 can be expressed as $2^2\ \times\ 3^1\ \times\ 5^1\ \times\ 7^1$.
Advertisements