k dice are thrown. Compute the probabilities of the following two events: A - the largest number that occurred is i.
I tried the following solution but it is not equal to the final answer:
I Tried to define the size of A and then divide it by $$ {6^k} $$
|A| = $$ { {k \choose 1} i^{k-1} } $$
(Need to choose place for "i" and than I have i options for each of the other places.
Any thoughts why it is wrong? thank you