document.write( "Question 835366: When choosing three numbers from the numbers 1, 2, 3, 4, and 5 (not replacing after choosing)
\n" );
document.write( "What is the probabilty of choosing 3, 4, and 5? \n" );
document.write( "
Algebra.Com's Answer #503493 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! Look at the possible 3 number permutations. \n" ); document.write( "There are 60 total. \n" ); document.write( "123 124 125 132 134 135 142 143 145 152 153 154 \n" ); document.write( "213 214 215 231 234 235 241 243 245 251 253 254 \n" ); document.write( "312 314 315 321 324 325 341 342 345 351 352 354 \n" ); document.write( "412 413 415 421 423 425 431 432 435 451 452 453 \n" ); document.write( "512 513 514 521 523 524 531 532 534 541 542 543 \n" ); document.write( "The ones that contain only 3,4, and 5 are: \n" ); document.write( "345 354 435 453 534 543 \n" ); document.write( "That's 6 out of 60. \n" ); document.write( "P(3,4,5)= \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |