If $x$, $y$ and $z$ are positive integer and $3x=4y=7z$, then What is the least possible value of $x+y+z$?
2026-05-16 23:18:44.1778973524
Least Value Of $x+y+z$
268 Views Asked by user100315 https://math.techqa.club/user/user100315/detail At
3
Since x, y and z are integers and positive, and 3, 4 and 7 are coprime, x must contain 4 and 7 as factors (that is, the minimum value for x is 28), y must contain 3 and 7 (21) and z must contain 3 and 4 (12) Then 3*(4*7*n)=4*(3*7*m)=7*(4*3*p), where m,n and p are positive integers So the least possible value for x+y+z is when n=m=p=1 and x+y+z=28+21+12