document.write( "Question 911168: Question: I'm having some difficulties trying to figure out how to do this problem. If someone could explain it that would be must appreciated :) Thanks in advance!\r
\n" );
document.write( "\n" );
document.write( "A realtor records the sales of houses over the last year, and sorts them by the age of house sold. This produces the following chart:\r
\n" );
document.write( "\n" );
document.write( "Age #Sold
\n" );
document.write( "1-2 142
\n" );
document.write( "3-4 143
\n" );
document.write( "5-6 160
\n" );
document.write( "7-8 140
\n" );
document.write( "9-10 113\r
\n" );
document.write( "\n" );
document.write( "(a) What is the probability that a house sold is between 5 and 8 years old?
\n" );
document.write( "(b) What are the odds that a house sold is between 5 and 8 years old? \n" );
document.write( "
Algebra.Com's Answer #552879 by ewatrrr(24785) You can put this solution on YOUR website! Total sold : Add them Up \n" ); document.write( "(a) What is the probability that a house sold is between 5 and 8 years old? \n" ); document.write( " (160+140)/total sold = 300/total sold \n" ); document.write( "(b) What are the odds that a house sold is between 5 and 8 years old? \n" ); document.write( "300:(total sold-300) \n" ); document.write( " |