document.write( "Question 421212: I am stumped with these two problems. Can someone assist please and if possible, show your workings?\r
\n" );
document.write( "\n" );
document.write( "1. Suppose that Z is a n(0,1) variable. Which of the following statements is incorrect?
\n" );
document.write( "a. P(Z > 2.6) = P(Z < -2.6)
\n" );
document.write( "b. P(-0.8 < Z < 1.4) = 1 - P(Z > 1.4) - P(Z < -0.8)
\n" );
document.write( "c. P(Z > -2.8) = P(Z < 2.8)
\n" );
document.write( "d. P(Z < 0.74) = P(Z < -0.74)
\n" );
document.write( "e. P(Z > 0.0 = P(Z < 0.0)\r
\n" );
document.write( "\n" );
document.write( "2. Of Z~n(0,1) with P(a < Z < 1.8) = 0.7800. What is the value of a? \n" );
document.write( "
Algebra.Com's Answer #294269 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1. Suppose that Z is a n(0,1) variable. Which of the following statements is incorrect? \n" ); document.write( "a. P(Z > 2.6) = P(Z < -2.6) \n" ); document.write( "True: the area of the right tail = the area of the left tail. \n" ); document.write( "---------------------------------------------------- \n" ); document.write( "b. P(-0.8 < Z < 1.4) = 1 - P(Z > 1.4) - P(Z < -0.8) \n" ); document.write( "True: the inbetween area = the whole area - the tails' areas. \n" ); document.write( "----------------------------------------------------- \n" ); document.write( "c. P(Z > -2.8) = P(Z < 2.8) \n" ); document.write( "True: the right tail above -2.8 = the left tail below 2.8 \n" ); document.write( "--------------------------------------------------------- \n" ); document.write( "d. P(Z < 0.74) = P(Z < -0.74) \n" ); document.write( "False: these two left tails are not equal \n" ); document.write( "----------------------- \n" ); document.write( "e. P(Z > 0.0 = P(Z < 0.0) \n" ); document.write( "True: Each probability is 1/2 \n" ); document.write( "---------------------------------- \n" ); document.write( "2. Of Z~n(0,1) with P(a < Z < 1.8) = 0.7800. What is the value of a? \n" ); document.write( "Assume (1/2)(0.7800) = 0.3900 is between z = 0 and z=1.8 \n" ); document.write( "--- \n" ); document.write( "Find the z-value with a left tail of 0.5-0.39 = 0.11 \n" ); document.write( "a = invNorm(0.11) = -1.2265 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |