Concept:Use the property C(n+2,n)=C(n+2,2) and solve the quadratic.Explanation:We have: n+2Cn=45.Since C(n+2,n)=C(n+2,2), we get C(n+2,2)=45.This gives 2(n+2)(n+1)=45.Multiply by 2: (n+2)(n+1)=90.Expand: n2+3n+2=90⇒n2+3n−88=0.Factor: (n+11)(n−8)=0, so n=−11 or n=8.Since n is positive, n=8.Answer:n=8