Hello Kar,
What you are needing to do is calculate z score for a standard proportion. This is slightly different than your traditional z score calculation because it is a proportion and not a continuous value. You can use the following formula below:
z = (p-p0) / σ
σ= √(p0(1-p0)/n)
- p = observed sample proportion
- p0 = hypothesized population proportion
- n = sample size
You can then take your z value and plug it into a calculator or z score table to determine the probability. It should be about 0.07