QuickCalculators writes a whole number as a product of primes, draws the factor tree, and packs repeated primes into exponential form. Enter an integer greater than 1, then read each division step, the prime leaves, and the compact power notation used later for GCF and LCM work.
Find the prime factorization of a number
Prime factorization expresses a number as a product of prime factors only. Every integer greater than 1 has exactly one such product up to order of factors, which is why textbooks call the result a unique fingerprint. QuickCalculators divides by ascending primes until the quotient is 1 and lists those primes as the factorization.
The process starts at 2, divides out every factor of 2, then moves to 3, 5, and later primes as needed. A number that is already prime returns itself as the only factor. Composite inputs produce two or more prime factors, counted with multiplicity when the same prime divides more than once.
Build the factor tree
A factor tree splits a number into factor pairs until every leaf is prime. Different first splits can produce different branch shapes, but the multiset of prime leaves stays the same. QuickCalculators renders that tree and supplies a text listing of the leaves so the visual and the product stay checkable together.
One path for 360 splits into 36 and 10, then continues until the leaves read three 2s, two 3s, and one 5. Another path might peel off 2s first. Both trees justify the same prime product. Reading the leaves left to right recovers the expanded factorization before exponents collapse repeats.
Write the factorization in exponential form
Exponential form groups identical primes with exponents so long products stay short. Three factors of 2 become 2 cubed, two factors of 3 become 3 squared, and a single 5 stays 5 to the first power, usually written without an exponent. QuickCalculators shows both the expanded product and the power form for the same number.
For 360 the expanded product is 2 times 2 times 2 times 3 times 3 times 5. The exponential form is 2 cubed times 3 squared times 5, written 2³ × 3² × 5. Exponent counts feed GCF and LCM comparisons directly, which is why the compact form appears beside the tree.
Use prime factorization for GCF and LCM
Greatest common factor and least common multiple both start from prime factorizations of the integers involved. GCF keeps each shared prime at its lowest power across the set. LCM keeps every prime that appears in any factorization at its highest power. QuickCalculators supplies those factorizations so the comparison of exponents has clear inputs.
Take 12 as 2² × 3 and 18 as 2 × 3². Shared primes are 2 and 3; lowest powers give GCF 2¹ × 3¹ = 6. Highest powers of all primes give LCM 2² × 3² = 36. The same prime lists that build a factor tree therefore sit under both GCF and LCM arithmetic without needing a separate inventing step.
Find the prime factorization of 360
The worked factorization for 360 ends at 2³ × 3² × 5 on QuickCalculators. Dividing by 2 three times reaches 45, dividing by 3 twice reaches 5, and 5 is prime. That division chain is the reference expansion for 360 in both tree and exponential form.
- Divide 360 by 2 to get 180, by 2 to get 90, by 2 to get 45.
- Divide 45 by 3 to get 15, by 3 to get 5.
- Stop at prime 5 and write 2³ × 3² × 5.
That exponential form is the engine fixture for the prime factorization of 360.
Avoid this common mistake
The misconception named "stopping when you reach any composite factor is fine" leaves non-prime factors in the product. A factorization that still contains 9 or 25 is incomplete until those composites split into primes. Keep dividing until every factor is prime, then collect exponents. The factor-tree leaves must all be prime before the answer is finished.
Frequently asked questions
What is prime factorization?
Prime factorization is the writing of a whole number greater than 1 as a product of prime numbers only. Order of factors does not change the value, and the multiset of primes is unique. QuickCalculators returns that product in expanded and exponential forms.
How do you find the prime factorization of 360?
Finding the prime factorization of 360 means dividing out 2 three times, then 3 twice, leaving 5, which yields 2³ × 3² × 5. The factor tree shows the same primes at the leaves. Entering 360 on this page reproduces that result.
How do you build a factor tree?
Building a factor tree means splitting the number into a factor pair, then splitting any composite child until every leaf is prime. Different splits change the drawing, not the final prime set. The calculator draws one valid tree and lists the prime leaves in text.
What is exponential form for prime factors?
Exponential form for prime factors writes repeated primes with exponents, such as 2³ for three factors of 2. The form shortens the product and makes GCF and LCM exponent rules easy to apply. Both expanded and exponential outputs appear together here.
How does prime factorization help find GCF?
Prime factorization helps find GCF by revealing shared primes; the GCF multiplies those primes at their lowest powers. For 12 and 18 that rule gives 2 × 3 = 6. Factor lists from this page are the inputs to that comparison.
How does prime factorization help find LCM?
Prime factorization helps find LCM by collecting every prime that appears in any number at its highest power. For 12 and 18 that rule gives 2² × 3² = 36. The same factorizations used for GCF feed the LCM step with different exponent choices.
Is the prime factorization of a number unique?
The prime factorization of a number is unique up to the order of factors, which is the fundamental theorem of arithmetic for integers greater than 1. Factor trees may branch differently yet still share the same prime leaves. That uniqueness is why exponential form is a stable description.
Can prime numbers be factorized?
Prime numbers factorize as themselves alone, since the only prime product that recovers a prime p is p. The calculator returns a single-prime factorization in that case. No further splitting is required or possible under the prime definition.
Summary
QuickCalculators factors integers into primes, shows a factor tree, and writes exponential form such as 2³ × 3² × 5 for 360. Expanded products and power notation describe the same multiset of primes.
Those prime lists support GCF via lowest shared powers and LCM via highest powers across all primes, as in GCF 6 and LCM 36 for 12 and 18.
Finish only when every factor in the product is prime.