| 
 
 
| Question 533947:  There are 4 slots, each containing any of letters a, m, h, t.
 What are the odds that letters stored in these slots read the word math?
 
 Answer by stanbon(75887)
      (Show Source): 
You can put this solution on YOUR website! There are 4 slots, each containing any of letters a, m, h, t. What are the odds that letters stored in these slots read the word math?
 -------------
 # of ways to succeed: 1
 # of possible outcomes: 4! = 24
 ---
 P(math) = 1/24
 P(not math) = 23/24
 ----
 Odds for "math" = (1/24)(23/24) = 1:23
 ========================================
 Cheers,
 Stan H.
 ==========
 | 
  
 | 
 |