I have this question about gcd and I have doubts:
"The gcd between two numbers is 48 and the largest number is 384. What is the other number?"
I thought that the missing number must be a multiple of 48 as well, but I can't find a way to find that number.
Thanks.
The other number is of the form $48k$ with $\gcd(k,\tfrac{384}{48})=1$. Given that $384$ is the largest of the two, we have $k\leq\tfrac{384}{48}=8$. This leaves $k=1,3,5,7$, assuming $k$ is positive, yielding $4$ solutions.