document.write( "Question 203977: 1.find all real values of 'w' for which the statement
\n" );
document.write( "C(w+1,2)=9•C(w,1) is true.\r
\n" );
document.write( "\n" );
document.write( "2. while shooting arrows, William can hit an apple 9 out of 10 times. what is the probability that he will hit it exactly 4 out of the next 7 times. \r
\n" );
document.write( "\n" );
document.write( "*both of them were really hard for me to figure out. I appreciate your help. \n" );
document.write( "
Algebra.Com's Answer #153914 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1.find all real values of 'w' for which the statement \n" ); document.write( "C(w+1,2)=9•C(w,1) is true.\r \n" ); document.write( "\n" ); document.write( "-------------------- \n" ); document.write( "(w+1)!/[w-1)!2!] = 9w \n" ); document.write( "--- \n" ); document.write( "Simplify: \n" ); document.write( "[(w+1)w]/2 = 9w \n" ); document.write( "w^2+w-18w = 0 \n" ); document.write( "w^2-17w = 0 \n" ); document.write( "w(w-17) = 0 \n" ); document.write( "Positive solution: \n" ); document.write( "w = 17 \n" ); document.write( "-----------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2. while shooting arrows, William can hit an apple 9 out of 10 times. what is the probability that he will hit it exactly 4 out of the next 7 times. \n" ); document.write( "P(x=4) = 7C4(0.9)^4(0.1)^3 = 0.02296.. \n" ); document.write( "============================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |