I'm learning proof by induction and I understand the property that
if $p|a$ and $p|b$ then $p|(a+b)$
Can someone elucidate why the following is always true (I'm assuming it's an extension of the property above):
In the below equation $a_1,a_2,k,l$ are all integers and $p$ is prime. We are assuming in our antecedent that $p|(a_1a_2)$
$a_2=pka_2+a_1a_2l$
Why is it clear from the above equation that $p|a_2$?