【Analysis】This problem involves the sum of divisors and multiples, not the product. Therefore, they need to be represented separately. List the equation relationships. Let A=aN,B=bN, i.e., aN+bN=432,N+abN=7776. Both equations contain N, which can be canceled out to find the relationship between a and b. Determine the specific values based on the requirement that all numbers are positive integers.
【Solution】Solution: Let the two positive integers be A,B. Their common divisor is N.A=aN,B=bN. (a,b are coprime) The least common multiple is abN.
aN+bN=N(a+b)=432, factorize 432=24×33
N+abN=N(ab+1)=7776, factorize 7776=25×35
N(ab+1)N(a+b)=7776432, solving gives ab+1=18(a+b),
Rearranging gives:
b=a−1818a−1=a−1818(a−18)+323=18+a−18323,
∵a,b are integers, ∴a−18323 is an integer, so a−18 must be a divisor of 323.
323=17×19,
When a−18=17, b=18+19=37,a=35,
When a−18=19, b=18+18=35,b=37,
∴ab=35×37=1295,N(1295+1)=7776,N=6,AB=abN2=1295×36=46620,
In conclusion, the answer is: 46620.