$ab$ and $bc$ are two digit numbers. if $ab*x=2 $ and $bc*x=3$ then find $\frac{a+b+c}x$. (* is multiplication)
It looks simple but I couldnt go further. $$17b=2(15a-c)\iff b\mid2 \quad and\quad 17\mid (15a-c)$$
a=4 b=6 and c=9 suffice this. Is there a way without trying numbers?
You know that $30a=17b+2c$ and hence that $b$ is even. Setting $b=2d$, we have $15a=17d+c$, where $d\in\{1,\ldots,4\}$. Since there are only four possibilities for $d$, trial and error is the way to go.
Thus, either $a=4,b=6$, and $c=9$, or $a=5,b=8$, and $c=7$. In the first case $x=\frac1{23}$, and in the second $x=\frac 1{29}$, so $\frac{a+b+c}x$ is either $19\cdot 23=437$ or $20\cdot 29=580$.