There are 10 males and 14 females.
So the order doesn't matter and we cant repeat a person.
Given the before information, we are going to use combinations
Where n is the total of people and r the election, so:
For males:
n=10
r=1
For females:
n=14
r=1
Finally, multiply both results:
10* 14 = 140
Therefore, there are 140 ways that the casting can be done.