Calculator Inputs
Example Data Table
| Input | Mode | Sample Factor Pairs | Prime Status | Notes |
|---|---|---|---|---|
| 36 | Integer | (1,36), (2,18), (3,12), (4,9), (6,6) | Not prime | Perfect square with a repeated middle pair. |
| -24 | Integer | (-1,24), (-2,12), (-3,8), (-4,6) | Not prime | Negative input forces opposite-sign factors. |
| 13 | Integer | (1,13) | Prime | Only one positive unique pair exists. |
| 12.5 | Decimal | (0.1,125), (0.5,25), (2.5,5) | Finite decimal | Pairs come from reduced fractional scaling. |
Formula Used
For whole numbers, factor pairs satisfy a × b = n. The calculator tests every divisor d from 1 through √|n|. When d divides |n| exactly, the matching pair is (d, |n|/d).
For negative integers, one factor must be negative and the other positive, so the product remains negative. When the optional negative-pair set is enabled for positive numbers, the calculator also returns (-d, -|n|/d).
For finite decimals, the input is reduced to a fraction. If n = p / q, the calculator uses divisors of |p| and maps them back as decimal pairs such as (d/q, |p|/d), preserving the original product.
How to Use This Calculator
- Enter the target value you want to analyze.
- Select integer mode for whole numbers or decimal mode for finite decimals.
- Choose ascending or descending sorting for the factor list.
- Enable unique pairs to avoid mirrored duplicates.
- Enable negative pairs if you want signed pair output for positive integers.
- Press Generate Factor Pairs to display results above the form.
- Review the metrics, pair table, divisor list, and classification details.
- Use the CSV or PDF buttons to save the generated output.
Frequently Asked Questions
1. What is a factor pair?
A factor pair is two numbers whose product equals the target value. For 36, examples include 1 and 36, 2 and 18, and 6 and 6.
2. Why do perfect squares repeat a middle pair?
Perfect squares have one pair where both factors match. For 36, the pair 6 × 6 appears because the square root is an exact whole number.
3. How are negative numbers handled?
A negative target needs one negative factor and one positive factor. For positive targets, you can also include matching negative pair sets that still multiply to the same positive result.
4. Can this calculator work with decimals?
Yes. Decimal mode reduces the value into a fraction, then maps numerator divisors back into valid decimal factor pairs that preserve the original product exactly.
5. What does unique pairs only mean?
It removes mirrored duplicates. For 36, showing 3 × 12 means the reversed order 12 × 3 is not listed again.
6. How does prime status help?
Prime numbers have exactly two positive divisors: 1 and the number itself. That means a prime value has only one positive unique factor pair.
7. Why does zero not return a finite list?
Zero can be written as 0 multiplied by any number, so it has infinitely many factor combinations. A finite table would always be incomplete.
8. When should I export the results?
Exports are useful for class notes, homework checking, worksheet creation, tutoring sessions, and saving worked examples for later review.