63.5k views
3 votes
Use quantifiers and logical connectives to express the fact that a quadratic polynomial with real number coefficients has at most two real roots.

User Akki
by
6.1k points

1 Answer

0 votes
Here is the solution which contents quantifiers and logical connectives that express the fact that a quadratic polynomial with real number coefficients has at most two real roots and I am pretty sure you will find it helpful :

∀a∀b∀c[∃x ∃y ((ax2+ bx+c=0 )∨ (ay2+ by+c=0)) ∧ (∀w(aw2+ bw+c=0) →→ (w=x ∨ w=y)]

Hope you will agree with me.
Regards!
User Louis Semprini
by
5.7k points