SOLUTION: Ten candidates apply for a job and are separately interviewed. Based on past experience, any candidate has a 65% chance of passing to a second interview. What is the probability th

Algebra.Com
Question 1047107: Ten candidates apply for a job and are separately interviewed. Based on past experience, any candidate has a 65% chance of passing to a second interview. What is the probability that: [17]
At least eight candidates pass to a second interview
More than two but less than six candidates pass to a second interview
At most three candidates do not pass to a second interview
If 540 candidates applied for the job and were interviewed, what is the variance and the expected number of candidates that will pass to a second interview?

Found 2 solutions by ewatrrr, Timnewman:
Answer by ewatrrr(24785)   (Show Source): You can put this solution on YOUR website!
Binomial distribution (EITHER MAKE IT THRU OR NOT)
p(passing to 2nd Interview) = .65 and n = 10
TI syntax is binomcdf(n, p, largest x-value) for binomial ≤ cumulative probability
P(x >= 8) = find P(x ≥ 8) = 1 – P(x ≤ 7) = 1 - binomcdf(20, .65, 7) = 1 - .006
P(2 < x < 6) = p( 3 <= X ≤ 5) = binomcdf(20, .65, 5) - binomcdf(20, .65, 3) = .00030- .000006

P (x <= 3) = binomcdf(20, .65, 3) = .000006
If 540 candidates applied for the job and were interviewed:
Binomial distribution
mean = np = .65(540)
variance = npq= np(1-p) = .35(.65*540)

Answer by Timnewman(323)   (Show Source): You can put this solution on YOUR website!
xy=14
x+y=9
solution
xy=14---(1)
x+y=9---(2)
from equ 2,
y=9-x ---(3)
put 3 in 1,
x(9-x)=14
9x-x^2=14
x^2-9x+14=0
factorize the above,
(x-2)(x-7)=0
x=2 or x=7
put x=2 in equ 3
y=9-3
y=7.
The value for x and y is 2 and 7 .

RELATED QUESTIONS

Among the candidates who apply for the post of Senior Accountant, 60% have more than 10... (answered by CPhill)
three candidates are contesting in an election. candidates a and b have same chanes of... (answered by stanbon)
Mr. Aaron is about to interview four candidates for a certain job. He hopes all the... (answered by ewatrrr)
Only 21% of the candidates who apply for an MBA program in a university are called for an (answered by stanbon)
Based on his past baseball history, Kurt has a (n) 15% chance of reaching first base... (answered by Theo)
A total of 40 candidates have applied for a single job at a power plant. Out of the 40... (answered by ikleyn)
A committee is evaluating six equally qualified candidates for a job. only three of the... (answered by stanbon)
The mathematics department is hiring a new faculty member. The hiring committee which... (answered by ikleyn)
A manager interview in random order five candidates for a promotion. What is the... (answered by Boreal,ewatrrr,ikleyn)