In this machine there is two final state and . So as we know there are sum of two regular expression.
Regular expression of = b*a(b + ba*b)* (taking longest path)
Regular expression of = b*a(b + ba*b)*ba* (taking longest path)
Final Regular Expression:
b*a(b + ba*b)* + b*a(b + ba*b)*ba* = b*a(b + ba*b)* (λ + ba*)