>>11995429>[a]nigga what? since it's base 10 just say 10*a+b
a*b+a+b=10*a+b
a*b+a=10*a
a*b=9*a
b=9
thus it only holds for one value of b; b=9. as for a, it can hold for many numbers idk. If anyone wants to think about it more you can and send a reply, my immediate thinking is to just write a C program and iterate through the first million integers to find any a that satisfy the above equation.