What is prime factorization?
Top following timepass id(≧▽≦)
Answers
Answered by
1
Answer:
Unsolved problem in computer science: Can integer factorization be solved in polynomial time on a classical computer? In number theory, integer factorization is the decomposition of a composite number into a product of smaller integers
Answered by
1
Answer:
You can use prime factorization to find the greatest common factor (GCF) of a set of numbers. This method often works better for large numbers, when generating lists of all factors can be time-consuming. Here's how to find the GCF of a set of numbers, using prime factorization: List the prime factors of each number.
Similar questions