document.write( "Question 313203: Assume that one numver from 1 to 7 is equally likely to be selected at random. Each number corresponds to one of the 7 figures shown\r
\n" );
document.write( "\n" );
document.write( "1-circle
\n" );
document.write( "2-triangle
\n" );
document.write( "3-square
\n" );
document.write( "4-square
\n" );
document.write( "5-circle
\n" );
document.write( "6-triangle
\n" );
document.write( "7-circle\r
\n" );
document.write( "\n" );
document.write( "determine the probability of selecting a circle, given a number greater than or equal to 5 is selected \n" );
document.write( "
Algebra.Com's Answer #223954 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Assume that one numver from 1 to 7 is equally likely to be selected at random. Each number corresponds to one of the 7 figures shown \n" ); document.write( "1-circle \n" ); document.write( "2-triangle \n" ); document.write( "3-square \n" ); document.write( "4-square \n" ); document.write( "5-circle \n" ); document.write( "6-triangle \n" ); document.write( "7-circle \n" ); document.write( "determine the probability of selecting a circle, given a number greater than or equal to 5 is selected \n" ); document.write( "-------------------- \n" ); document.write( "P(circle | n >=5) = P(circle AND n>=5)/P(n>=5) = (2/7)/(3/7) = 2/3 \n" ); document.write( "==================================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |