If one knows the probability of success $p$,
then how does one calculate the probability of getting success at "first try" using geometric distribution?
Is it simply the probability of success? Are the successive events independent?
If one knows the probability of success $p$,
then how does one calculate the probability of getting success at "first try" using geometric distribution?
Is it simply the probability of success? Are the successive events independent?
If the random variable has a geometric distribution, then it is the count of trials until the first success in an indefinite sequence of independent Bernoulli trials with an identical success rate. [Sometimes the count of failures before the first success, depending on text. We'll assume the former.]
If $X\sim \mathcal{Geo_1}(p)$ then $\mathsf P(X=k)=p(1-p)^{k-1}\quad\bigl[k\in\{1,..,\infty\}\bigr]$.
You appear to require $\mathsf P(X=1)$, the probability that there is one trial until the first success. (The count of trials until the first success is one.)