Let two numbers be $x$, $y$ and their LCM and HCF be $L$ and $H$ respectively. Then,
$7H=L$ and $x+y=392$ How can I find $x$ and $y$? I have tried to use $7 (\gcd)^2=xy$ but nothing came out of it. Any hints?
Let two numbers be $x$, $y$ and their LCM and HCF be $L$ and $H$ respectively. Then,
$7H=L$ and $x+y=392$ How can I find $x$ and $y$? I have tried to use $7 (\gcd)^2=xy$ but nothing came out of it. Any hints?
Let $x = a H, y = b H$, where $\gcd(a,b) = 1 $. Then $L = abH$, so $ab=7$. Thus, we must have $\{a, b \} = \{1, 7\}$. WLOG, $x=H, y = 7H$.