Tool to decompose a number in 2 factors. The decomposition in 2 factors of an integer N consists in finding 2 divisors which can be multiplied to give N.
2 Factors Decomposition - dCode
Tag(s) : Arithmetics
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
Tool to decompose a number in 2 factors. The decomposition in 2 factors of an integer N consists in finding 2 divisors which can be multiplied to give N.
Perform a search of all the divisors of the number N. All the combinations of 2 factors having for product the number N are the pairs $ d_1, d_2 $ with $ d_1 $ a divisor and $ d_2 = N / d_1 $ the result of the division.
Example: 12 can be decomposed into prime factors as 2*2*3. The list of divisors of 12 is therefore composed of 2, 3 but also 2*2=4 and 2*3=6. So couples of two factors can be deducted: 2*6 and 3*4 (There are also 12*1 but it is obvious).
Note that N is a multiple of all divisor numbers found.
The list obtained is exhaustive, but if there are many factors, the program could be limited to the first results.
From a number, the factorization makes it possible to find 2 divisors.
Example: From an area of a rectangle, the factorization makes it possible to find the height and the length.
Use the dCode tool for listing the divisors of any number.
Use the dCode tool for prime factors decomposition.
dCode retains ownership of the online '2 Factors Decomposition' tool source code. Except explicit open source licence (indicated CC / Creative Commons / free), any algorithm, applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, translator), or any function (convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (PHP, Java, C#, Python, Javascript, Matlab, etc.) no data, script or API access will be for free, same for 2 Factors Decomposition download for offline use on PC, tablet, iPhone or Android !
Please, check our community Discord for help requests!