Concept:p is a repunit number (all ones) which can be expressed as the sum of a geometric series.Explanation:p=1111… (n digits) can be written as:p=1+10+102+103+⋯+10n−1This is a geometric progression with first term a=1, common ratio r=10, and n terms.Using the sum formula Sn=r−1a(rn−1), we get:p=910n−1Now evaluate 9p2+p:9p2+p=9⋅(910n−1)2+910n−1=9(10n−1)2+910n−1=9(10n−1)(10n−1+1)=9(10n−1)⋅10n=10n⋅910n−1=10npAnswer:9p2+p=10np, which corresponds to option A.