Discover a world of knowledge at Westonci.ca, where experts and enthusiasts come together to answer your questions. Get detailed and accurate answers to your questions from a community of experts on our comprehensive Q&A platform. Connect with a community of professionals ready to provide precise solutions to your questions quickly and accurately.

(simple computation) the formula for computing the discriminant of a quadratic equation ax^2 bx c

Sagot :

discriminant = b * 2 - 4 * a * c   the formula for computing the discriminant .

What is quadratic equation?

  • An algebraic equation of the second degree in x is a quadratic equation.
  • The quadratic equation is written as ax2 + bx + c = 0, where x is the variable, a and b are the coefficients, and c is the constant term.
  • Examples of quadratic equations are: 6x² + 11x – 35 = 0, 2x² – 4x – 2 = 0, 2x² – 64 = 0, x² – 16 = 0, x² – 7x = 0, 2x² + 8x = 0 etc. From these examples, you can note that, some quadratic equations lack the term “c” and “bx.”

quadratic equation ax^2 }+ bx+  c = 0

a = 3 b = 4 c = 5  discriminant = b * 2 - 4 * a * c  print("discriminant is", discriminant)

Learn more about algebraic equation

brainly.com/question/953809

#SPJ4