What Is the Minimum Number of Articles Needed for a 75% Acceptance Probability?

AI Thread Summary
The discussion centers on calculating the minimum number of articles needed to achieve a 75% acceptance probability at a journal with a 45% rejection rate. The probability of rejection for n articles is modeled as Qn = 0.45^n, leading to the equation 1 - Qn > 0.75. Through calculations, it is determined that n must be greater than approximately 1.74, meaning at least 2 articles should be submitted. Participants clarify the use of binomial distribution concepts and logarithmic calculations to arrive at this conclusion. The conversation emphasizes understanding the relationship between acceptance and rejection probabilities in this context.
luv2learn
Messages
5
Reaction score
0

Homework Statement


The rejection rate of a certain journal is 45%. If the journal accepts articles at random, what is the minimum number of articles someone has to submit to have a probability of more than 0.75 of getting at least one article accepted?


Homework Equations


I'm almost sure this is a binomial distribution question where you take p and n to kook up the P(X) in the binomial probabilities table. Only thing is, I don't know what is n.


The Attempt at a Solution


p=1-0.45=0.55

P(1) = 1-P(X<=0)
>0.75 = 1-P(X<=0)
P(X<=0) < 0.25

But then what? Is my potential n the minimum nr of articles or 1?

{{Also, this is my first post, would someone please tell me where to get the scientific notation for the formulas to put in the posts? Pls and tx! }}}
 
Physics news on Phys.org
Welcome to PF!

Hi luv2learn! Welcome to PF! :smile:

(have an leq: ≤ :wink:)

No, it's not binomial …

you're right (if I'm reading you properly: your notation is a bit weird :confused:) that the question is the same as what is 1 - Qn,

where Qn is the probability that all n articles are rejected.

ok, rejections are independent, so what is Qn ? :smile:
 
Ok, so apparently I've got this whole question wrong, LOL

So the probability that n artiles are rejected is Qn = 0.45 x n
 
luv2learn said:
So the probability that n artiles are rejected is Qn = 0.45 x n

erm :redface: … with n = 3, that's greater than 1 ! :biggrin:

Try again! :smile:
 
(I'm really losing it, been at it for 10hrs.)

Qn=0.45n ;
Rejecting 1 is: Q1=0.451; Which implies accepting n-1, which is = 1-0.451 = 0.55
Q2=0.452; accept n-2 = 1-0.452 = 0.798; etc.

So if x = minimum nr of articles to be submitted, then I'm actually trying to find
Accept n-x = 1-0.45x > 0.75 ?
 
Now you're confusing me :confused:

you're looking for n such that 0.45n < 0.25 :wink:

(either use logs or just trial-and-error! :biggrin:)
 
Yeah, tx. I got the same thing but in a very long (and confusing) way.
In the end n > 1.74 i.e. n = 2

Tx a lot. But is there a simple way of seeing if its a binomial distribution or not? I thought I know but clearly I don't. Or can the same answer be reached if I use binomial distribution probability rules?
 
(How did you get 1.74? :confused:)

You're misunderstanding which bit of the binomial is which.

For (p + q)n, the figure for k successes is pkqn-k nCk

in this case, technically, you did use the binomial theorem, but with k = n and therefore nCk = 1. :wink:
 
0.45n>0.25
log (0.45n>log (0.25)
nlog(0.45)>log(0.25)
n=log0.25/log0.45
n=1.736
 
  • #10
oh yes, that's fine. :smile:
 
Back
Top