GCD takes the minimum
If the exponents of prime 2 are 2 and 5, the GCD contains 2².
从最大公约数、最小公倍数和乘积反求两数
Use prime-exponent balance, the two-number product identity, coprime reduced factors, sums, products, and divisor counts to reconstruct hidden numbers—and verify that every recovered candidate really has the stated GCD and LCM.
For each prime, the GCD keeps the smaller exponent and the LCM keeps the larger exponent. Smaller plus larger equals the two original exponents added together.
If the exponents of prime 2 are 2 and 5, the GCD contains 2².
For the same exponents, the LCM contains 2⁵.
For every prime:
Multiplying across all primes gives the identity.
Use the fixed exponents 2 and 5 below, even if you change the laboratory. Exponent zero means no copies of that prime, so a number can equal 1. The product identity is not a general three-number rule: gcd(2,4,8)×lcm(2,4,8)=16, while 2×4×8=64.
For each prime, smaller exponent plus larger exponent equals the two starting exponents added.
The fixed exponent pair is 2 and 5. Two positive integers; GCD exponent 2; LCM exponent 5. The exponents add to 7 on both sides.
Worked example 4 uses prime exponents to prove the product identity for two numbers.
| Prime | 36 | 54 | GCD: min | LCM: max |
|---|---|---|---|---|
| 2 | 2 | 1 | 1 | 2 |
| 3 | 2 | 3 | 2 | 3 |
Answer for the fixed original example in this mission, even if you change the laboratory.
Multiply the GCD and LCM, then compare with the original product.
GCD 2×3²; LCM 2²×3³. 18; 108; common product 1944.
Apply the same exponent balance to 108 and 720, then verify both sides of the identity.
| Prime | 108 | 720 | Minimum | Maximum |
|---|---|---|---|---|
| 2 | 2 | 4 | 2 | 4 |
| 3 | 3 | 2 | 2 | 3 |
| 5 | 0 | 1 | 0 | 1 |
Include a zero exponent for the missing factor 5 in 108.
GCD 2²×3²; LCM 2⁴×3³×5. 36; 2160; common product 77760.
If one number a, the claimed GCD g, and the claimed LCM L are known, the identity suggests a candidate for the other number.
This calculator accepts positive integers up to 1,000,000,000 and keeps the intermediate product exact.
Given:
Answer for the fixed original example in this mission, even if you change the laboratory.
Calculate the candidate, then verify its actual GCD and LCM.
4×168÷24=28; 24=4×6 and 28=4×7, with 6 and 7 coprime. Recovered b 28; actual GCD 4; actual LCM 168.
Write the two numbers as a = gx and b = gy. The reduced factors must be coprime, and their product is L ÷ g.
Use positive GCD and LCM values up to 1,000,000.
If x and y shared another factor, then a and b would share more than g. Therefore:
Using the product identity:
All original and reduced factors are positive whole numbers. A reduced factor may equal 1, and the original numbers may be equal. Reversing a pair counts as the same unordered pair.
Divide both numbers by their GCD. The two remaining factors must be coprime.
Reduced pairs: (1,30),(2,15),(3,10),(5,6). Multiply each member by 6. Reduced product 30; four pairs (6,180),(12,90),(18,60),(30,36). The smallest difference belongs to (30,36), whose smaller member is 30.
Find every pair of positive whole numbers with sum 50 and GCD 5. Here “difference” means larger minus smaller. Determine all possible differences rather than assuming there is only one.
The search supports sums and GCDs up to 10,000.
Keep only coprime positive pairs:
a,b = 5,45
Difference = 40
a,b = 15,35
Difference = 20
Divide the sum by the GCD, then list all coprime pairs with that sum.
Coprime positive pairs totaling 10 are (1,9) and (3,7). Original pairs (5,45) and (15,35). Larger difference 40; smaller difference 20; two possibilities.
original Exercise 5 adds an important condition: both recovered numbers must be composite.
Use a product and a GCD no greater than 1,000,000.
a,b = 31,186
Reject: 31 is primea,b = 62,93
Both compositeAnswer for the fixed original example in this mission, even if you change the laboratory.
Divide the product by the square of the GCD. Check the composite condition last.
Reduced product 6 gives (1,6) or (2,3). The first produces prime 31, violating the composite restriction. The valid numbers are 62 and 93, with sum 155.
original Exercise 10 says the only possible prime factors of A and B are 3 and 5, their GCD is 75, A has 12 positive divisors, and B has 10. Since 75=3×5² divides both, each must contain at least one 3 and two 5s.
Write:
| Number | Divisor count | Possible exponent pairs |
|---|---|---|
| A | (a+1)(b+1)=12 | (1,5), (2,3), (3,2), (5,1) |
| B | (c+1)(d+1)=10 | (1,4), (4,1) |
Answer for the fixed original example in this mission, even if you change the laboratory.
A divisor count is the product of one more than each exponent. Then apply the minimum-exponent clues.
B must use exponents (1,4); then A needs 5-exponent 2 and thus 3-exponent 3. a=3,b=2,c=1,d=4. A=675, B=1875; A+B=2550.
Correct all eight questions to complete the workshop.
Choose the method before calculating. Revisit the local hint for that method, then verify every condition in the question.
A product identity is necessary but does not by itself verify the claimed GCD. Answers: 14; 210; 18; 28; 4; 40; 62; 2550.
Complete all ten missions and answer all five exit items correctly to earn your certificate.
This certifies that a determined mathematician can balance prime exponents, use the two-number product identity, reconstruct all valid pairs, and verify GCD, LCM, sum, product, compositeness, and divisor-count conditions.
Lesson 19.4 • Chapter 19
Choose the method before calculating. Revisit the local hint for that method, then verify every condition in the question.
For g=8,L=120, reduced product 15 gives (1,15) and (3,5). Answers: 16; 240; 60; 2; 2550.
The lesson visibly identifies the page's isolated “45” typo because the problem statement and all calculations support 54.The general recovery laboratories and inconsistent-data examples are instructional scaffolds derived from the original methods.