document.write( "Question 438466: Find the standard z- score that corresponds to the following:
\n" );
document.write( "80% of the distribution is below(to the left of ) this value\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "A bag of colored blocks contains the follwowing assortment of colors: red(9), blue (24), orange (17), purple (6), green (0), and yellow (24). Construct the probability distribution for x.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Construct a scatterpoint for the (x,y) values below, and answer the following questions.\r
\n" );
document.write( "\n" );
document.write( "x 1,2,3,4,5
\n" );
document.write( "y -0.5, - 1.0, -1.5, -2.0, -2.5
\n" );
document.write( "What would be the slope of this regression line?
\n" );
document.write( "Would the correlation between x and y be positive or negative?
\n" );
document.write( "How would you interpret these data in terms of linear regression?\r
\n" );
document.write( "\n" );
document.write( "How many green elements are required to make this a legitimate probability distribution if there are a total of 50 elements in this sample?
\n" );
document.write( "x red blue orange brown green\r
\n" );
document.write( "\n" );
document.write( "P(x) 0.14 0.16 0.28 0.24 \n" );
document.write( "
Algebra.Com's Answer #303286 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the standard z- score that corresponds to the following: \n" ); document.write( "80% of the distribution is below(to the left of ) this value \n" ); document.write( "Ans: z = invNorm(0.8) = 0.8416 \n" ); document.write( "---------------------------------------------- \r \n" ); document.write( "\n" ); document.write( "A bag of colored blocks contains the following assortment of colors: red(9), blue (24), orange (17), purple (6), green (0), and yellow (24). Construct the probability distribution for x. \n" ); document.write( "P(red) = 9/80 ; P(blue) = 24/80 ; P(orange) = 17/80... etc. \n" ); document.write( "--------------------------------------------- \r \n" ); document.write( "\n" ); document.write( "Construct a scatterpoint for the (x,y) values below, and answer the following questions. \n" ); document.write( "x 1,2,3,4,5 \n" ); document.write( "y -0.5, - 1.0, -1.5, -2.0, -2.5 \n" ); document.write( "--- \n" ); document.write( "The least-squares regression equation is y = (-1/2)x + 0 \n" ); document.write( "----------------------------------------------------------------------- \n" ); document.write( "What would be the slope of this regression line?::: -1/2 \n" ); document.write( "----------------------------------- \n" ); document.write( "Would the correlation between x and y be positive or negative? :: negative \n" ); document.write( "------------------------------------ \n" ); document.write( "How would you interpret these data in terms of linear regression? \n" ); document.write( "As x increases by 2, y decreases by 1. \n" ); document.write( "=========================================================================== \n" ); document.write( "How many green elements are required to make this a legitimate probability distribution if there are a total of 50 elements in this sample? \n" ); document.write( "x red blue orange brown green \n" ); document.write( "P(x) 0.14 0.16 0.28 0.24 \n" ); document.write( "--- \n" ); document.write( "Let P(green) = 0.18 then # of green = 0.18*50 = 9 \n" ); document.write( "======================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " \n" ); document.write( " |