<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Statistics Problem confused about. How to solve it.?</title>
	<atom:link href="http://www.rubabataineh.com/professor-peter/statistics-problem-confused-about-how-to-solve-it/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rubabataineh.com/professor-peter/statistics-problem-confused-about-how-to-solve-it</link>
	<description></description>
	<pubDate>Sun, 20 May 2012 20:18:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Merlyn</title>
		<link>http://www.rubabataineh.com/professor-peter/statistics-problem-confused-about-how-to-solve-it/comment-page-1#comment-7179</link>
		<dc:creator>Merlyn</dc:creator>
		<pubDate>Thu, 18 Feb 2010 23:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubabataineh.com/professor-peter/statistics-problem-confused-about-how-to-solve-it#comment-7179</guid>
		<description>To give the full answer to this question we need to know the scores Peter and Mary got.  Since that information is not available, I will, for purposes of showing what to do, assume that Peter took exam A and got a score of 75, and Mary took Exam B with a score of 82.

If we assume that the scores on the exams are normally distributed then we can look at the percentile each person fell into for their Exam.

For any normal random variable X with mean μ and standard deviation  σ , X ~ Normal( μ ,  σ ), (note that in most textbooks and literature the notation is with the variance, i.e., X ~ Normal( μ ,  σ² ).  Most software denotes the normal with just the standard deviation.

You can translate into standard normal units by:
Z = ( X - μ ) /  σ 

Moving from the standard normal back to the original distribution using:
X = μ + Z * σ 

Where Z ~ Normal( μ = 0,  σ = 1).  You can then use the standard normal cdf tables to get probabilities.

An applet for finding the values:
http://www-stat.stanford.edu/~naras/jsm/FindProbability.html

calculator:
http://stattrek.com/Tables/normal.aspx

how to read the tables:
http://rlbroderson.tripod.com/statistics/norm_prob_dist_ed9.html

In this question we have, for Exam A
X ~ Normal( μ = 50 , σ² = 400 ) 
X ~ Normal( μ = 50 , σ = 20 )

And the percentile Peter's score is in:

Find P( X &#60; 75 )
P( ( X - μ ) / σ &#60; ( 75 - 50 ) / 20 )
= P( Z &#60; 1.25 )
= 0.8943502

So Peter did better than 89.44% of the the others taking this exam.


For Mary we have:
X ~ Normal( μ = 50 , σ² = 900 ) 
X ~ Normal( μ = 50 , σ = 30 )

Find P( X &#60; 82 )
P( ( X - μ ) / σ &#60; ( 82 - 50 ) / 30 )
= P( Z &#60; 1.066667 )
= 0.8569388

So Mary did better than 85.69% of the others taking Exam B.

Even though Mary had a higher numeric score than Peter, she is in a lower percentile for the exam she took.  Peter did better on the exam he took than Mary did on the exam she took.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>To give the full answer to this question we need to know the scores Peter and Mary got.  Since that information is not available, I will, for purposes of showing what to do, assume that Peter took exam A and got a score of 75, and Mary took Exam B with a score of 82.</p>
<p>If we assume that the scores on the exams are normally distributed then we can look at the percentile each person fell into for their Exam.</p>
<p>For any normal random variable X with mean μ and standard deviation  σ , X ~ Normal( μ ,  σ ), (note that in most textbooks and literature the notation is with the variance, i.e., X ~ Normal( μ ,  σ² ).  Most software denotes the normal with just the standard deviation.</p>
<p>You can translate into standard normal units by:<br />
Z = ( X - μ ) /  σ </p>
<p>Moving from the standard normal back to the original distribution using:<br />
X = μ + Z * σ </p>
<p>Where Z ~ Normal( μ = 0,  σ = 1).  You can then use the standard normal cdf tables to get probabilities.</p>
<p>An applet for finding the values:<br />
<a href="http://www-stat.stanford.edu/~naras/jsm/FindProbability.html" rel="nofollow">http://www-stat.stanford.edu/~naras/jsm/FindProbability.html</a></p>
<p>calculator:<br />
<a href="http://stattrek.com/Tables/normal.aspx" rel="nofollow">http://stattrek.com/Tables/normal.aspx</a></p>
<p>how to read the tables:<br />
<a href="http://rlbroderson.tripod.com/statistics/norm_prob_dist_ed9.html" rel="nofollow">http://rlbroderson.tripod.com/statistics/norm_prob_dist_ed9.html</a></p>
<p>In this question we have, for Exam A<br />
X ~ Normal( μ = 50 , σ² = 400 )<br />
X ~ Normal( μ = 50 , σ = 20 )</p>
<p>And the percentile Peter&#8217;s score is in:</p>
<p>Find P( X &lt; 75 )<br />
P( ( X - μ ) / σ &lt; ( 75 - 50 ) / 20 )<br />
= P( Z &lt; 1.25 )<br />
= 0.8943502</p>
<p>So Peter did better than 89.44% of the the others taking this exam.</p>
<p>For Mary we have:<br />
X ~ Normal( μ = 50 , σ² = 900 )<br />
X ~ Normal( μ = 50 , σ = 30 )</p>
<p>Find P( X &lt; 82 )<br />
P( ( X - μ ) / σ &lt; ( 82 - 50 ) / 30 )<br />
= P( Z &lt; 1.066667 )<br />
= 0.8569388</p>
<p>So Mary did better than 85.69% of the others taking Exam B.</p>
<p>Even though Mary had a higher numeric score than Peter, she is in a lower percentile for the exam she took.  Peter did better on the exam he took than Mary did on the exam she took.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fcas80</title>
		<link>http://www.rubabataineh.com/professor-peter/statistics-problem-confused-about-how-to-solve-it/comment-page-1#comment-7178</link>
		<dc:creator>fcas80</dc:creator>
		<pubDate>Thu, 18 Feb 2010 23:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubabataineh.com/professor-peter/statistics-problem-confused-about-how-to-solve-it#comment-7178</guid>
		<description>You have to tell us their scores.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>You have to tell us their scores.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>

