document.write( "Question 468534: I am begging a tutor to show me how to do these hard homework problems.\r
\n" );
document.write( "\n" );
document.write( "The probability of winning is 0.45 every time you play a certain game. Suppose you play the game 10
\n" );
document.write( "times.
\n" );
document.write( "1. (1 point) Find the probability that you will win exactly 4 times. Round answer to three places after the
\n" );
document.write( "decimal point.\r
\n" );
document.write( "\n" );
document.write( "I used the formula Pr(x-k)= c(n,k) p^k x q^ (n-k)\r
\n" );
document.write( "\n" );
document.write( "so... c(10,4) (.45)^4 x (.55)^(10-4)?\r
\n" );
document.write( "\n" );
document.write( "2. (1 point) Find the probability that you will win 2 or more times. Round answer to three places after
\n" );
document.write( "the decimal point.\r
\n" );
document.write( "\n" );
document.write( "c(10,2) x (.45)^2 x (.55)^(8)?\r
\n" );
document.write( "\n" );
document.write( "3. (1 point) Find the expected number of times you will win, and the standard deviation. Round both
\n" );
document.write( "answers to three places after the decimal point.\r
\n" );
document.write( "\n" );
document.write( "I dont even know how to set this one up...
\n" );
document.write( "I think my biggest issue is understanding how to find k \n" );
document.write( "
Algebra.Com's Answer #321495 by Tatiana_Stebko(1539)![]() ![]() You can put this solution on YOUR website! 1. (1 point) Find the probability that you will win exactly 4 times. Round answer to three places after the decimal point. \n" ); document.write( "I used the formula Pr(x-k)= c(n,k) p^k x q^ (n-k) \n" ); document.write( "so... c(10,4) (.45)^4 x (.55)^(10-4) - CORRECT \n" ); document.write( "2. (1 point) Find the probability that you will win 2 or more times. Round answer to three places after the decimal point. \n" ); document.write( "P(win 2 or more times)=P(2)+P(3)+P(4)+P(5)+P(6)+P(7)+P(8)+P(9)+P(10) \n" ); document.write( "The best way to solve this problem by opposite event \n" ); document.write( "P(win 2 or more times)=1-P(win less then 2) \n" ); document.write( "P(win less then 2)=P(0)+P(1) \n" ); document.write( "THEN \n" ); document.write( "P(win 2 or more times)=1-(P(0)+P(1)) \n" ); document.write( "P(win 2 or more times)=1-(c(10,0)(.45)^0*(.55)^(10-0)+c(10,1)(.45)^1*(.55)^(10-1)) \n" ); document.write( "3.(1 point) Find the expected number of times you will win, and the standard deviation. Round both answers to three places after the decimal point. \n" ); document.write( "E(X)=np \n" ); document.write( "n=10, p=0.45 \n" ); document.write( "E(X)=10*0.45=4.5 \n" ); document.write( "the standard deviation \n" ); document.write( " \n" ); document.write( " |