On the of symmetric relations, Wikipedia claims:
$\text{A nonempty relation cannot be both symmetric and asymmetric}\tag{I}$
$\text{A relation can be neither symmetric nor asymmetric}\tag{II}$
$\text{A symmetric and transitive relation is always quasireflexive}\tag{II}$
I tried to prove the statements:
$(\text{I})$
Given a binary relation $R$,it's either non-empty or empty,if $R$ is empty then it's vacuously symmetric and asymmetric (indeed it's the only case for which a binary relation is symmetric and asymmetric at the same time),If $R$ is non-empty,then there exist $a,b \in A$ (not necessarily equal) such that if $R$ is symmetric then :
$$(a,b) \in R \implies (b,a)\in R$$ Implies $(b,a) \notin R$ does not hold,iff the relation is not asymmetric.
On the other hand if $R$ is asymmetric then:
$$(a,b) \in R \implies (b,a)\notin R$$ Implies $(b,a) \in R$ does not hold,iff the relation is not symmetric.
From these two it's seen that the two properties does not hold at the same time on a non-empty binary relation.
$(\text{II})$
An example is the relation defined by :
$$R:=\left\{(a,b) \mid b=a^2:a,b \in \mathbb R\right\}$$
The relation is not symmetric since $(-1,1) \in R$ but $(1,-1) \notin R$,the relation is not asymmetric since $(0,0) \in R$ implies $(0,0) \in R$.
$(\text{III})$
The last claim is a little ambiguous,one may think the statement claims "a symmetric relation is always quasireflexive" or "a transitive relation is always quasireflexive".
Indeed the claim should be written as:
A relation which is both symmetric and transitive is always quasireflexive.
Given a relation $R$ over $A$ which is both symmetric and transitive,then duo to the symmetric property:
$$\forall a,b \in A:(a,b) \in R \implies (b,a) \in R$$
Also if $(a,b) \in R $ and $(b,a) \in R$ from the transitive property of $R$ follows $(a,a) \in R$
The same argument does hold for $(b,b)$,therefore we conclude that $R$ is quasireflexive.
It would be appreciated if someone check the proofs.
You can simplify the proof of (I) by proving its contrapositive as follows:
Assume $R$ is both symmetric and antisymmetric. Then
$(a,b) \in R \Rightarrow (b,a) \in R$ since $R$ is symmetric
but also
$(b,a) \in R \Rightarrow (a,b) \not \in R$ since $R$ is antisymmetric
i.e. $(a,b) \in R \Rightarrow (b,a) \in R \Rightarrow (a,b) \not \in R$
So if $R$ is both symmetric and antisymmetric then $R$ must be empty.