Suppose $A$ is any $3×3$ non-singular matrix and $(A−3I)(A−5I)=O$, where $I=I_3$ and $O=O_3$. If $αA+βA^{−1}=4I$, then $α+β$ is equal to ___ .
This seems like a simple and straightforward question, I expanded out the given condition,
$$(A−3I)(A−5I)=O \\\implies A^2 -8A +15I = O $$ and then pre-multipied $A^{-1}$ to both sides which gives: $$A^{-1} \cdot (A^2 -8A +15I )= A^{-1} \cdot O \\\implies A - 8I +15A^{-1} = O \\\text{or}\ \frac{1}2A +\frac{15}{2}A^{-1} = 4I$$ Comparing with what was given in the question,$ \alpha = \frac{1}2$ and $ \beta = \frac{15}2$ which gives the sum to be 8.
But then I thought, how is this possible? From the equation $(A−3I)(A−5I)=O$, it seems $A$ can be either $3I$ or $5I$ (definitely not both at the same time), when I substiuted $ A = 3I$ in $αA+βA^{−1}=4I$, I get both α and β in the same equation, if the other possibility is substituted, we get another equation which gives the same result as above when the two are solved simultaneously. But this can't be possible? What is actually the value of $A$ then, since I'm getting such a contradiction?