Question

1) Given a standard normal distribution, find the probability of having a z score higher than...

1) Given a standard normal distribution, find the probability of having a z score higher than 1.67

```{r}

```

2) Given that test scores for a class are normally distributed with a mean of 80 and variance 36, find the probability that a test score is lower than a 45.
```{r}

```


3) Given a standard normal distribution, find the Z score associated with a probability of .888
```{r}

```

4) Find the Z score associated with the 33rd quantile of a normal distribution with mean 42 and standard deviation of 4
```{r}

```

5) Given a sample of values that approximately follows the normal distribution with mean 1300 and standard deviation 105, find the probability that a given value is between 1000 and 1225
```{r}

```


6) Find the probability that a value from a standard normal distribution is between -3 and 3.

```{r}

```


7) Given a standard normal distribution where P(A<Z<1.35)=.38, find A.

```{r}

```

8) Find the value associated with the 64th quantile of the data from an approximate normal distribution with mean 17 and standard deviation 3.7.

Please Solve using Rstudio codes and thanks

0 0
Add a comment Improve this question Transcribed image text
Answer #1

R code along with output is attached herewith.

#1) pnorm(1.67) ## [1] 0.9525403 #2) pnorm(45, 80, 6) ## [1] 2.716544e-09 #3) qnorm(0.888) ## [1] 1.21596 #4) qnorm(0.33, 42,## [1] 0.531492 #which implies that we need to find A such that #P(Z<A) = 0.531492 qnorm(0.531492) ## [1] 0.0790209 #S0 A = 0

If you like the solution then please hit the like button.

Thankyou.

Add a comment
Know the answer?
Add Answer to:
1) Given a standard normal distribution, find the probability of having a z score higher than...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT