I am stuck on a random hypergraph problem (I am encountering random hypergraphs for the very first time).
Let $G_{3}(n, p)$ be a binomial 3-uniform hypergraph. Find a threshold probability for containing a 3-uniform hypertriangle.
What I have tried: I saw a similar problem for the existence of triangles in $G(n, d/n)$. I am trying the same technique here for the hypergraphs. So according to my calculations I am getting $E[x]=\binom{n}{6}p^{3}$, where $x$ is the number of hypergraphs. Then for the variance part, I get here 5 cases: when the number of common edges are :
(i) up to 2, in which case its contribution is $E^{2}[x]$,
(ii) 3, the contribution is $\binom{n}{9}p^{6}$,
(iii) 4, the contribution is $\binom{n}{8}p^{5}$,
(iv) 5, the contribution is $\binom{n}{7}p^{4}$ and
(v) 6, the contribution is $\binom{n}{6}p^{3}$.
After this, I do not know how to proceed and somehow, I feel that all this is completely wrong and something entirely different needs to be done for hypergraphs. Any suggestions would be helpful. Thanks in advance.
$\textbf{Edit}$:
A 3-uniform hypergraph is a pair $(V, E)$, where $V$ is a set of its vertices, and $E\subset\binom{V}{3}$ is a set of its edges.
And a 3-uniform hypertriangle is a 3-uniform hypergraph with $|V | = 6$ with three edges such that every pair of edges share 1 vertex, and all three edges do not have a common vertex.
$G_{3}(n, p)$ is a binomial 3-uniform hypergraph such that $V = \{1, . . . , n\}$ and every hyperedge is chosen independently with probability $p$.
And I got my ideas from a similar calculation for graphs on page 6 of this link : https://www.cs.cmu.edu/~avrim/598/chap4only.pdf