I understand that something is reflexive if $\quad\forall a\in A : a\;\mathtt R\;a$.
But right now I'm confused as to what would be my $\mathbf a$ in this case.
For example, if I had: $(2,2)$ and $(4,1)$ would I be checking if $2\times 2=4$ in case one and $4\times 4=4$ in case two?
Or would I be checking if $2\times 4=4$?
Or would I say they're related because both $2\times2$ and $4\times 1=4$?
I'm just really confused as to what I would set equivalent to my $\mathbf a$ value and how I would check that it relates to itself.
Thanks for any help you can provide!
Hint:
Read the sentence "∀a∈A, aRa " aloud in your example:
"For every real number $a$, $a \times a = 4$."
If that's true then your relation is reflexive. If it's false, the relation is not.