document.write( "Question 409195: I need to create a probability distribution of the number of bedrooms for the number of homes sold in Phoenx Arizona last year. I have the number of bedrooms in a spreadsheet. How would I create a probability distribution?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #288131 by stanbon(75887) ![]() You can put this solution on YOUR website! I need to create a probability distribution of the number of bedrooms for the number of homes sold in Phoenx Arizona last year. I have the number of bedrooms in a spreadsheet. How would I create a probability distribution?\r \n" ); document.write( "\n" ); document.write( "---- \n" ); document.write( "Let's say you have \n" ); document.write( "2 with 0 bdrms \n" ); document.write( "3 with 1 bdrms \n" ); document.write( "4 with 2 bdrms \n" ); document.write( "2 with 3 bdrms \n" ); document.write( "4 with 4 bdrms \n" ); document.write( "---- \n" ); document.write( "Total frequency = 2+3+4+2+4 = 15 \n" ); document.write( "P(0 bdrms) = 2/15 \n" ); document.write( "P(1 bdrms) = 3/15 \n" ); document.write( "P(2 bdrms) = 4/15 \n" ); document.write( "etc. \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |