Looking for answers? Westonci.ca is your go-to Q&A platform, offering quick, trustworthy responses from a community of experts. Experience the convenience of finding accurate answers to your questions from knowledgeable professionals on our platform. Explore comprehensive solutions to your questions from knowledgeable professionals across various fields on our platform.

(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