SOLUTION: Given the word Decimal how many arrangement wiil the word start with a vowel and end with a consonet if repeat is not allowed?

Algebra ->  Probability-and-statistics -> SOLUTION: Given the word Decimal how many arrangement wiil the word start with a vowel and end with a consonet if repeat is not allowed?      Log On


   



Question 1000116: Given the word Decimal
how many arrangement wiil the word start with a vowel and end with a consonet if repeat is not allowed?

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Given the word Decimal
how many arrangement will the word start with a vowel and end with a consonent if repeat is not allowed?
----
# of consonents in "Decimal": 4
# of vowels in "Decimal": 3
----
# of arrangements: 3*4*5 = 60
------------
Cheers,
Stan H.
----------