If I'm to find an instrumental variable for an equation, am I getting this idea right? I have this regression:
$$\text{stndfnl}=\beta_0+\beta_1\text{atndrt}e+\beta_2\text{priGPA}+\beta_3\text{ACT}+\beta_4\text{priGPA}*\text{atndrte}+u$$
where $\text{stndfnl}$ is the standardized outcome on a final exam, $\text{atndrte}$ is attendance rate, $\text{priGPA}$ is prior college GPA, and $\text{ACT}$ (if not obvious given the context) is the score of the standardized test, the ACT.
I'm told that if $\text{atndrte}$ is correlated with $u$, then, in general, so is $\text{priGPA*atndrte}$. So what might make a good instrumental variable for $\text{priGPA*atndrte}$? Do you think, say, the mother's education level ($\text{motheduc}$) would be a good IV? It could have a significant effect on $\text{priGPA*atndrte}$ and it could also be uncorrelated with the error term in the main regression.
Is this the correct way to approach this?