document.write( "Question 581895: I have a problem with this problem:
\n" );
document.write( "The square letter tiles shown below are placed in an empty box. The tiles are equal in size. 2 B tiles,4 N tiles, 3 R tiles, and 1 O tile.
\n" );
document.write( "If two tiles are randomly selected without replacement, what is the probability that the first tile will be the letter R and the second tile will be the letter N? \n" );
document.write( "
Algebra.Com's Answer #371843 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! P(selecting R then selecting N) = P(selecting R AND selecting N)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(selecting R then selecting N) = P(selecting R)*P(selecting N)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(selecting R then selecting N) = (3/10)*(4/9)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(selecting R then selecting N) = 12/90\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(selecting R then selecting N) = 2/15 \n" ); document.write( " |