Find all integers n for which the number (n+3) (n+1) is also an integer
Open in App
Solution
If n=0,(n+3)(n−1)=(0+3)(0−1)=3×−1=−3 is an integer
If n=1,(n+3)(n−1)=(1+3)(1−1)=4×0=0 is an integer. If n=−1,(n+3)(n−1)=(−1+3)(−1−1)=3(−2)=−6 is an integer Similarly when n is replaced by an integer we find that (n+3)(n−1) is also an integer ∴n={.......−4,−3,−2,−1,0,1,2,3,4........}