SOLUTION: What are the Z values at 0.10 significance level.

Algebra ->  Statistics  -> Hypothesis-testing -> SOLUTION: What are the Z values at 0.10 significance level.      Log On


   



Question 1184842: What are the Z values at 0.10 significance level.
Answer by Edwin McCravy(20055) About Me  (Show Source):
You can put this solution on YOUR website!
That depends on whether you are using a 1-tail test or a 2-tail test.

If it's a 1-tail test, it's the z-value that has the entire area of 0.10 to
the right of it, and therefore it has an area of 0.95 before it.

On your T-84

Press 2ND VARS 3

Make the screen read

area:0.95
μ:0
σ:1
Paste

Use down arrow key to scroll to highlight Paste

Press ENTER

Read

invNorm(0.95,0,1)

Press ENTER

Read 1.644853626 round as your teach said, probably to 1.645

--------------------------

If it's a 2 tail test, it's the z value that has area of one-half of 0.10 to
the right of it, and therefore it has an area of 0.90 before it. 

On your T-84

Press 2ND VARS 3

Make the screen read

area:0.90
μ:0
σ:1
Paste

Use down arrow key to scroll to highlight Paste

Press ENTER

Read

invNorm(0.90,0,1)

Press ENTER

Read 1.281551567 round as your teacher said, probably to 1.28

Edwin