BBA6+41B6+A156=A1526looking at the 1's digit we have, (all numbers will be base 6)A+B+5=2mod6given the possible ranges of A and B we haveA+B=9 with a carry of 2 or A+B=3 with a carry of 1
let's suppose the first casethen looking at the 6's digit we haveB+1+1+2=5mod6B+4=5mod6B=7 or B=1well B=7 is clearly out as B<6, and A+B=9, which would make A=8, which is also out
so let's assume the 2nd caselooking at the 6's digit we haveB+1+1+1=5mod6B+3=5mod6B=8 or B=2again B=8 is clearly out. If B=2 then A=1 and this seems like a solution
checking we have 221+412+115=1152 all in base 6
|A−B|=|1−2|=1
.