PC Review


Reply
Thread Tools Rate Thread

Cutoff score for acceptance

 
 
pkaraffa@gmail.com
Guest
Posts: n/a
 
      12th Aug 2008
Good afternoon, this is not a homework question, I am trying to brush
up on statistics for my job. I am having a problem with a question. A
4 year college will accept any student ranked in the top 60% on a
National Examination. If the test score is normally distributed with a
mean of 500 and a standard deviation of 100, what is the cutoff score
for acceptance?

The book says 475. If I take =NORMSINV(1-A1) where A1 houses 0.6 it
gives me -0.25 the z-score but how do I come up with 475? If I check
the equasion with the answer =(475-500)/100 it will give me -0.25. How
do I solve the unknown?

Thanks in advance
PJ
 
Reply With Quote
 
 
 
 
Wigi
Guest
Posts: n/a
 
      12th Aug 2008
Hi

x is the unknown.

(x-500)/100 = -0.25

(x-500) = -25

(x-500) +500 = -25 + 500

x = -25 + 500

x = 475





--
Wigi
http://www.wimgielis.be = Excel/VBA, soccer and music


"(E-Mail Removed)" wrote:

> Good afternoon, this is not a homework question, I am trying to brush
> up on statistics for my job. I am having a problem with a question. A
> 4 year college will accept any student ranked in the top 60% on a
> National Examination. If the test score is normally distributed with a
> mean of 500 and a standard deviation of 100, what is the cutoff score
> for acceptance?
>
> The book says 475. If I take =NORMSINV(1-A1) where A1 houses 0.6 it
> gives me -0.25 the z-score but how do I come up with 475? If I check
> the equasion with the answer =(475-500)/100 it will give me -0.25. How
> do I solve the unknown?
>
> Thanks in advance
> PJ
>

 
Reply With Quote
 
Pete_UK
Guest
Posts: n/a
 
      12th Aug 2008
Try this:

=100*NORMSINV(1-A1) + 500

(Algebra rather than statistics!).

Hope this helps.

Pete

On Aug 12, 10:34*pm, pkara...@gmail.com wrote:
> Good afternoon, this is not a homework question, I am trying to brush
> up on statistics for my job. I am having a problem with a question. A
> 4 year college will accept any student ranked in the top 60% on a
> National Examination. If the test score is normally distributed with a
> mean of 500 and a standard deviation of 100, what is the cutoff score
> for acceptance?
>
> The book says 475. If I take =NORMSINV(1-A1) where A1 houses 0.6 it
> gives me -0.25 the z-score but how do I come up with 475? If I check
> the equasion with the answer =(475-500)/100 it will give me -0.25. How
> do I solve the unknown?
>
> Thanks in advance
> PJ


 
Reply With Quote
 
pkaraffa@gmail.com
Guest
Posts: n/a
 
      12th Aug 2008
On Aug 12, 5:55*pm, Wigi <W...@discussions.microsoft.com> wrote:
> Hi
>
> x is the unknown.
>
> (x-500)/100 = -0.25
>
> (x-500) = -25
>
> (x-500) +500 = -25 + 500
>
> x = -25 + 500
>
> x = 475
>
> --
> Wigihttp://www.wimgielis.be= Excel/VBA, soccer and music
>
>
>
> "pkara...@gmail.com" wrote:
> > Good afternoon, this is not a homework question, I am trying to brush
> > up on statistics for my job. I am having a problem with a question. A
> > 4 year college will accept any student ranked in the top 60% on a
> > National Examination. If the test score is normally distributed with a
> > mean of 500 and a standard deviation of 100, what is the cutoff score
> > for acceptance?

>
> > The book says 475. If I take =NORMSINV(1-A1) where A1 houses 0.6 it
> > gives me -0.25 the z-score but how do I come up with 475? If I check
> > the equasion with the answer =(475-500)/100 it will give me -0.25. How
> > do I solve the unknown?

>
> > Thanks in advance
> > PJ- Hide quoted text -

>
> - Show quoted text -


Pete_UK, Thank you so much! I just could not get it.
 
Reply With Quote
 
pkaraffa@gmail.com
Guest
Posts: n/a
 
      12th Aug 2008
On Aug 12, 6:02*pm, pkara...@gmail.com wrote:
> On Aug 12, 5:55*pm, Wigi <W...@discussions.microsoft.com> wrote:
>
>
>
>
>
> > Hi

>
> > x is the unknown.

>
> > (x-500)/100 = -0.25

>
> > (x-500) = -25

>
> > (x-500) +500 = -25 + 500

>
> > x = -25 + 500

>
> > x = 475

>
> > --
> > Wigihttp://www.wimgielis.be=Excel/VBA, soccer and music

>
> > "pkara...@gmail.com" wrote:
> > > Good afternoon, this is not a homework question, I am trying to brush
> > > up on statistics for my job. I am having a problem with a question. A
> > > 4 year college will accept any student ranked in the top 60% on a
> > > National Examination. If the test score is normally distributed with a
> > > mean of 500 and a standard deviation of 100, what is the cutoff score
> > > for acceptance?

>
> > > The book says 475. If I take =NORMSINV(1-A1) where A1 houses 0.6 it
> > > gives me -0.25 the z-score but how do I come up with 475? If I check
> > > the equasion with the answer =(475-500)/100 it will give me -0.25. How
> > > do I solve the unknown?

>
> > > Thanks in advance
> > > PJ- Hide quoted text -

>
> > - Show quoted text -

>
> Pete_UK, Thank you so much! I just could not get it.- Hide quoted text -
>
> - Show quoted text -


Wigi, thanks also.
 
Reply With Quote
 
Pete_UK
Guest
Posts: n/a
 
      13th Aug 2008
You're welcome - thanks for feeding back.

Pete

On Aug 12, 11:02*pm, pkara...@gmail.com wrote:
>
> Pete_UK, Thank you so much! I just could not get it

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Dynamic Visual for Score of 1 being HIGH and Score of 4 being MGray Microsoft Powerpoint 1 19th May 2009 11:39 PM
How to Differentiate between a Student's Score of "0" and a Score of Null? Arnold Microsoft Excel Programming 6 16th Aug 2007 03:31 AM
Make a sheet to enter score and score is copy to the proper cell.. =?Utf-8?B?WWFu?= Microsoft Excel Worksheet Functions 0 8th Jun 2007 02:41 PM
CUTOFF Ahmad Microsoft Excel Misc 5 5th Mar 2005 08:32 PM
print cutoff Confused Windows XP Print / Fax 9 16th May 2004 04:13 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:13 AM.