Answer:
a)
b) We can use the following R code to plot the density function:
> x<-seq(0,1000,by=0.1)
> y=dnorm(x,mean=516,sd=116)
> plot(x,y,main="Density plot")
And the result is on the figure attached
c)
d) For this case if we analyze the function obtained for
we can see that if we replace any value of
, and we know that
always then we will have a positive value since we just need to analyze this part of the expression :
And when we replace any value
we can see that the derivate would be negative.
Explanation:
Previous concepts
Normal distribution, is a "probability distribution that is symmetric about the mean, showing that data near the mean are more frequent in occurrence than data far from the mean".
The density function for the normal distribution is given by:
Solution to the problem
Let X the random variable who represent the SAT scores for college bound seniors we know from the info given that
(a) Assuming the date can be modeled by a normal probability density function,find a model for these data.
The model on this case would be given by:
(b) Use a graphing utility to graph the model.Be sure to choose an appropriate viewing window.
We can use the following R code to plot the density function:
> x<-seq(0,1000,by=0.1)
> y=dnorm(x,mean=516,sd=116)
> plot(x,y,main="Density plot")
And the result is on the figure attached
(c) Find the derivative of the model.
For this case we can find the partial derivate respect
or
but is much easier find the derivate respect
The derivate respect to
(d) show that f' > 0 for x < µ and f' < 0 for x > µ.
For this case if we analyze the function obtained for
we can see that if we replace any value of
, and we know that
always then we will have a positive value since we just need to analyze this part of the expression :
And when we replace any value
we can see that the derivate would be negative.