Apparently, it is a common mistake to write $\forall x[R(x) \rightarrow P(x)]$ instead of $\forall x[R(x)\wedge P(x)]$ in some cases, however I can't seem to find the difference between the two.
I did some research in ProofWiki and a Discrete Mathematics book, but I couldn't find this specific difference explained.
Could you please explain it to me and give some examples on when to use one and when to use the other?
Thank you for your time.
It's the difference between
"anyone who gets a perfect score on the quiz will receive a cookie," and
"everyone gets a perfect score on the quiz and will receive a cookie."
It's a bit tricky to translate number 1 from colloquial language into first-order logic, but when you do, it says $\forall x\,(Q(x) \to C(x))$ where $Q(x)$ means "$x$ gets a perfect score on the quiz" and $C(x)$ means "$x$ will receive a cookie."