Three, (25 points) Given that m,n,p,q satisfy mnpq=6(m−1)(n−1)(p−1)(q−1). (1) If m,n,p,q are all positive integers, find the values of m,n,p,q; (2) If m,n,p,q are all greater than 1, find the minimum value of m+n+p+q.
A number or a short expression. Spacing and $ signs are ignored.
Official solution
(1) Let's assume m⩾n⩾p⩾q. Clearly, q⩾2. If q⩾3, then m1⇒⩽n1⩽p1⩽q1⩽3161=(1−m1)(1−n1)(1−p1)(1−q1)⩾(32)4>61
Contradiction. Thus, q=2. Substituting q=2 into the given equation, we get mnp=3(m−1)(n−1)(p−1). Clearly, p⩾2. If p⩾4, then m1⩽n1⩽p1⩽41⇒31=(1−m1)(1−n1)(1−p1)⩾(43)3>31,
Clearly, p⩾2. If p⩾4, then m1⇒⩽n1⩽p1⩽4131=(1−m1)(1−n1)(1−p1)⩾(43)3>31,
Contradiction. Thus, p=2 or 3. When p=2, we have 2mn⇒=3(m−1)(n−1)(m−3)(n−3)=6×1=3×2⇒(m,n)=(9,4),(6,5).
When p=3, we have mn=2(m−1)(n−1)⇒(m−2)(n−2)=2×1⇒(m,n)=(4,3). Therefore, (m,n,p,q)=(9,4,2,2),(6,5,2,2),(4,3,3,2). (2) Note that, 61=(1−m1)(1−n1)(1−p1)(1−q1)⩽[4(1−m1)+(1−n1)+(1−p1)+(1−q1)].
That is, m1+n1+p1+q1⩽4−464. Also, (m+n+p+q)(m1+n1+p1+q1)⩾16⇒m+n+p+q⩾m1+n1+p1+q116⩾4−4416=46−1446.
Equality holds if and only if m=n=p=q=46−146. Thus, (m+n+p+q)min=46−1446.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.