Question

In: Statistics and Probability

Consider an m-member jury that requires n or more votes to convict a defendant. Let p...

Consider an m-member jury that requires n or more votes to convict a defendant. Let p be the probability that a juror votes a guilty person innocent and let q be the probability that a juror votes an innocent person guilty, 0<p<1, 0<q<1. Assuming that r is the fraction of guilty defendants and that jurors vote independently, what is

(a) the probability a defendant is convicted?

(b) the probability a defendant is convicted when n=9, m=12, p=.25, q=.2, and r=5/6? Use R to calculate the result.

Solutions

Expert Solution

(a)

Let G and I be the events that the defendants is guilty and innocent respectively.

Let C and NC be the event that the defendants is convicted or not convicted.

Probability of guilty defendants, P(G) = r

Probability of innocent defendants P(I) = 1 - r

Probability that a juror votes a guilty person innocent , P(NC | G) = p

Probability that a juror votes an innocent person guilty, P(C | I ) = q

Probability that a juror votes a guilty person innocent , P(C | G) = 1 - P(NC | G) = 1 - p

Probability a defendant is convicted by one judge, P(C) = P(G) P(C | G) + P(I) P(C | I )

= r (1-p) + (1-r) q

Let X be the number of judges who votes to convict a defendant. Then X ~ Binomial(m, r (1-p) + (1-r) q)

Probability a defendant is convicted = P(X n)

where X ~ Binomial(m, r (1-p) + (1-r) q)

(b)

For,   n=9, m=12, p=.25, q=.2, and r=5/6

Probability a defendant is convicted by one judge, P(C) = 0.6583333333

use R, pc = (5/6) * (1-0.25) + (1-5/6) * 0.2

Using the function,  pbinom(8, 12, 0.6583333333, lower.tail = TRUE)

Probability a defendant is convicted = P(X n) = 0.6304622129


Related Solutions

Let A be an m × n matrix and B be an m × p matrix....
Let A be an m × n matrix and B be an m × p matrix. Let C =[A | B] be an m×(n + p) matrix. (a) Show that R(C) = R(A) + R(B), where R(·) denotes the range of a matrix. (b) Show that rank(C) = rank(A) + rank(B)−dim(R(A)∩R(B)).
For each positive integer, n, let P({n}) =(1/2^n) . Consider the events A = {n :...
For each positive integer, n, let P({n}) =(1/2^n) . Consider the events A = {n : 1 ≤ n ≤ 10}, B = {n : 1 ≤ n ≤ 20}, and C = {n : 11 ≤ n ≤ 20}. Find (a) P(A), (b) P(B), (c) P(A ∪ B), (d) P(A ∩ B), (e) P(C), and (f) P(B′). Hint: Use the formula for the sum of a geometric series
Let A be a diagonalizable n × n matrix and let P be an invertible n...
Let A be a diagonalizable n × n matrix and let P be an invertible n × n matrix such that B = P−1AP is the diagonal form of A. Prove that Ak = PBkP−1, where k is a positive integer. Use the result above to find the indicated power of A. A = 6 0 −4 7 −1 −4 6 0 −4 , A5 A5 =
7. Let n ∈ N with n > 1 and let P be the set of...
7. Let n ∈ N with n > 1 and let P be the set of polynomials with coefficients in R. (a) We define a relation, T, on P as follows: Let f, g ∈ P. Then we say f T g if f −g = c for some c ∈ R. Show that T is an equivalence relation on P. (b) Let R be the set of equivalence classes of P and let F : R → P be...
Let A be a diagonalizable n × n matrix and let P be an invertible n...
Let A be a diagonalizable n × n matrix and let P be an invertible n × n matrix such that B = P−1AP is the diagonal form of A. Prove that Ak = PBkP−1, where k is a positive integer. Use the result above to find A5 A = 4 0 −4 5 −1 −4 6 0 −6
Prove via induction the following properties of Pascal’s Triangle: •P(n,2)=(n(n-1))/2 • P(n+m+1,n) = P(n+m,n)+P(n+m−1,n−1)+P(n+m−2,n−2)+···+P(m,0) for all...
Prove via induction the following properties of Pascal’s Triangle: •P(n,2)=(n(n-1))/2 • P(n+m+1,n) = P(n+m,n)+P(n+m−1,n−1)+P(n+m−2,n−2)+···+P(m,0) for all m ≥ 0
Consider a circle with AB as diameter, and P another point on the circle. Let M...
Consider a circle with AB as diameter, and P another point on the circle. Let M be the foot of the perpendicular from P to AB. Draw the circles which have AM and MB respectively as diameters, which meet AP at Q and BP at R. Prove that QR is a tangent to both circles.
In congress, members typically vote electronically. A bill requires a simple majority of “Yea” votes (more...
In congress, members typically vote electronically. A bill requires a simple majority of “Yea” votes (more than 50%) to pass. There are 435 members in the House of Represen- tatives and 100 in the Senate. Write a function that declares two parameters: the number of “Yea” votes, and which house is voting (the House of Representatives or the Senate) and returns the value True if the bill received enough votes to pass, and False if it did not.
Let function F(n, m) outputs n if m = 0 and F(n, m − 1) +...
Let function F(n, m) outputs n if m = 0 and F(n, m − 1) + 1 otherwise. 1. Evaluate F(10, 6). 2. Write a recursion of the running time and solve it . 3. What does F(n, m) compute? Express it in terms of n and m.
Let A be some m*n matrix. Consider the set S = {z : Az = 0}....
Let A be some m*n matrix. Consider the set S = {z : Az = 0}. First show that this is a vector space. Now show that n = p+q where p = rank(A) and q = dim(S). Here is how to do it. Let the vectors x1, . . . , xp be such that Ax1, . . . ,Axp form a basis of the column space of A (thus each x can be chosen to be some unit...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT