I want to find a number $m$ such that $$\frac{7(m-6)}{10}$$ is an integer multiple of $100$ and such that $$\frac{3(m-6)}{10}$$ is also an integer multiple of $100$. If possible, I would like the second to be a smaller multiple of the first.
How is it possible?
I tried doing $$\frac{7(m-6)}{10} = 100p$$ and then finding $q$ such that the other is equal to $100q$ but it didn't bring me anywhere
You want $$7(m-6)=1000p \tag1$$ and $$3(m-6)=1000q \tag 2$$
Dividing $(1)$ by $(2)$$$\implies \frac pq=\frac 73$$
$$\implies 3p=7q$$ $$\implies p|7 \; \text{and} \; q|3$$
So, $p=7n ;\; n \in \Bbb N$.
from $(1)$, we get
$\color{blue}{m=1000n+6} \;$ is general solution for this problem.