Medium
Both products share b, so bcab=ca=96432=29, giving a=29c. Thus c must be even and less than 9, i.e. c∈{2,4,6,8}. For each, compute a and b and pick the smallest sum.
1
Relate a and c. Divide the two equations.
bcab=96432⇒ ca=29⇒ a=29c(so c is even)
2
Test each even c<9. Then b=c96 (must be an integer) and a=29c.
c=2: a=9, b=48⇒a+b+c=59c=4: a=18, b=24⇒a+b+c=46c=6: a=27, b=16⇒a+b+c=49c=8: a=36, b=12⇒a+b+c=56
3
Pick the minimum.
min{59,46,49,56}=46(at c=4)
a+b+c=46— option (c)