document.write( "Question 1164705: At a certain large university the weight of the male students and female
\n" );
document.write( "students are approximately normally distributed with means and standard
\n" );
document.write( "deviations of 180, and 20, and 130 and 15, respectively. If a male and female
\n" );
document.write( "are selected at random, what is the probability that the sum of their weights
\n" );
document.write( "is less than 280? \n" );
document.write( "
Algebra.Com's Answer #789208 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! the means are 180 and 130 \n" ); document.write( "the variances are 400 and 225 (square sd) \n" ); document.write( "the new distribution has mean of 310, the sum \n" ); document.write( "and variance 625, the sum of the individual variance, which means the sd for the combined distribution is 25\r \n" ); document.write( "\n" ); document.write( "so probability sum of the weights is less than 280 is \n" ); document.write( "z<(280-310)/25 \n" ); document.write( "z< -30/25 or -1.2 \n" ); document.write( "probability=0.1151 \n" ); document.write( " |