At IDNLearn.com, find answers to your most pressing questions from experts and enthusiasts alike. Get the information you need from our community of experts, who provide detailed and trustworthy answers.

(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