This calculator finds the prime factorization of a given number and creates a factor tree. Also, the calculator finds all factors, all factor pairs, and can check if the number is prime or not. The calculator generates a step-by-step explanation of how the work was done.
solution
The prime factorization of 1124788752 is:
Which is the same as :
explanation
Prime factorization can be nicely visualized by creating a factorization tree.
1124788752 can be written as 2 × 562394376. |
|
562394376 can be written as 2 × 281197188. |
|
281197188 can be written as 2 × 140598594. |
|
140598594 can be written as 2 × 70299297. |
|
70299297 can be written as 3 × 23433099. |
|
23433099 can be written as 3 × 7811033. |
|
7811033 can be written as 19 × 411107. |
|
411107 can be written as 37 × 11111. |
|
11111 can be written as 41 × 271. |
|
The end nodes are the prime factors of the number 1124788752. |
|
Prime factorization is a process of finding the group of prime numbers such that when multiplied together, they give the original number. For example, the prime factorization of 15 is 5 * 3, because 5 and 3 are both prime numbers that when multiplied together yield 15. This calculator computes prime factorization and factor trees for every integer up to 21474836460000.
Step 1: Start with any number that divides 60; for our example, we will select 10.
Step 2: Write 10 as a product of 2 and 5. .
Step 3: Write 6 as a product of 2 and 3. .
Step 4: The end nodes are the prime factors of 60.
Example: Find all factors of 54.
Step 1: Begin the list with 1 and end it with 54.
Step 2: Since we put in 2 and 27 into an array.
Step 3: Since so we will put in 3 and 18 into an array.
Step 4:At the end we have
Example: Check whether a number 581 is prime or not.
Step 1: Find the square root of 581.
Step 2: Try to divide 581 by all prime numbers less or equal to 25.
In this example we will try to divide 581 with :
2 , 3, 5, 7, 11, 13, 17, 19
and 23.
581 is divisible by 3 so is is not prime.
1. Prime Factorization - video tutorial
2. Prime Factorization : Definition, Methods, Examples, FAQs
3. Prime Factorization test with video solutuins.
4. Print all prime factors - code in C++, C, Java, Python, C#, Javascript and PHP.