In this case NSolve
will in general return 2 solutions, if the solutions are restricted to be in the triangle angle range 0 to 180 degrees
In[1]:= Replace[b, NSolve[Sin[20 Degree]/4 == Sin[b]/6 && 0 < b < 180 Degree, b]]/Degree // Round
Out[1]= {31, 149}