I was asked, A coin is bent such that the probability of tail coming up is 3/4. The coin is tossed until a tail occurs. Determine the probability that the coin was tossed less than 10 times.
My approach was to find the complement of the probability of having 0 tails in 10 tosses, by calculating out the following Bernoulli Trial: $$1 - \binom{10}{0}(3/4)^0(1/4)^{10}$$
(a) Is this the correct approach to solving the probability that the coin was tossed less than 10 times?
(b) I am also asked to find the probability that an even number of tosses were made before a tail comes up. <-- I do not know how to approach this one.