You can put this solution on YOUR website! What is the critical value of that corresponds to a degree of confidence of 91%?
That depends on the type of test you are running:
Left tail: invNorm(0.09) = -1.3408
Right tail: invNorm(0.91) = 1.3408
Two-tail: +-invNorm(0.045) = +-1.6954
==========================================
Cheers,
Stan H.