document.write( "Question 1171776: Let X be N(100, 10) and Y be N(10, 5). What is P(X − 4Y > 40) \r
\n" );
document.write( "\n" );
document.write( "I think 4Y is N(40,20) but that gives me a negative value for the standard deviation of X-4Y. \n" );
document.write( "
Algebra.Com's Answer #796689 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Need to assume these are independent. \n" ); document.write( "x is N~ (100,10) using variance \n" ); document.write( "4y is N~(40, 80) because the constant*the variance is c^2*var(N) or 16*5=80 \n" ); document.write( "the distribution would be (60, 90), because when the two are combined, the variances are added, even when one distribution is subtracted from another. There is more variability when there is combining. \n" ); document.write( "The sd is 9.486 \n" ); document.write( "z > (60-40)/9.486 or > 2.108 \n" ); document.write( "probability is 0.0175 \n" ); document.write( " |