Catherine rolls a standard 6-sided die six times. If the product of her rolls is 2500 then how many different sequences of rolls could there have been? (The order of the rolls matters.)
There are two ways to obtain a product of 2500 using factors between 1 and 6 inclusive.
One way is 5 • 5 • 5 • 5 • 2 • 2
The other way is 5 • 5 • 5 • 5 • 4 • 1
I admit I had to look that up.
I searched on google for prime factorization of 2500.
I don't know how to use permutations to mix those other numbers
in there with all those fives, so I would have to use brute force.
225555 522555 552255 555225 555522
252555 525255 552525 555252
255255 525525 552552
255525 525552
255552
If I didn't miss any, there are 15 with 5's and 2's.
There would be another 30 with 5's, a 4, and a 1.
This is because there would be 15 with the 1 first,
then another 15 with the 4 first. I think that's right.
I'm not going to write them all down. If you want to
write them all down, that would be okay with me.
I think your teacher would be impressed. ;-)
Anyway, the total number of sequences,
according to my feeble calculations, seems to be 45 sequences.
.