Hi Annie.
This is also a sample size calculation:
n=(z*/m)2*p*q
z*=z-critical value
m=margin of error
p=probability estimate
q=1-p
Now, we do not know anything about the population proportion, so we must estimate p=0.5. Next, the z=critical value for 80% confidence is 1.28. You may want to memorize if your instructor uses 80% confidence frequently. Thus:
z*=1.28
m=0.015 (1.5% as decimal)
p=0.5
q=0.5
n= (1.28/0.015)2*0.5*0.5
n= 1820.44
With minimum sample sizes, always round up to next whole number
n= 1821
I hope this helps.