For each invertible $2$ x $2$ matrix $A$, does there exist an invertible $2$ x $2$ matrix $B$ such that the following conditions hold?
(1) $A + B$ is invertible
(2) det($A+B$) = det($A$) + det($B$)
I know that for $2$ x $2$ matrices det($A+B$) = det($A$) + det($B$) + tr($A$)tr($B$) - tr($AB$). So this means tr($A$)tr($B$) = tr($AB$). Right now I am having trouble proving that there exists a $B$ that satisfies this equation as well as condition (1).