The problem is as follows:
Let:
$\overline{abc}_{7}-\overline{cba}_{7}=\overline{xy4}_{7}$
Assuming $a=b-c$
Find: $cba_{7}$ in terms of decimal system.
How exactly should I do this?. Can someone help me here?.
The thing is I don't know how to deal with carry numerals.
So far the only thing which I spotted is that $c-a=4$
For this the only way to get this is assuming $c=6$ and $a=2$ thus it will not carry. Isn't it?.
But this is somewhat contradictory by looking on the third digit because it states $a-c=2-6=-4$
Which it cannot happen. Thus what am I doing wrong?. Can someone help me here?. My only requirement is a method which doesn't really uses much sophisticated math such as modular arithmetics or too many algebraic manipulations. Does it exist a way to do this more intuitively?
BIG HINT
It is important to see that $c-a$ is not $4$. From the leading digit one has that $a$ is at least as big as $c$. So the only possibility is that $7+c-a=4$ i.e. there has been a carry. We therefore obtain $a=c+3$.
You should now be able to see that $\overline{abc}$ must be treated as $$\overline{(a-1)(b+6)(c+7)}$$.
The rest should be easy but I will add that there seems to be a convention that no leading digits are zero.