shresthakritika786
shresthakritika786 shresthakritika786
  • 17-01-2021
  • Computers and Technology
contestada

express it in Qbasic expression​

express it in Qbasic expression class=

Respuesta :

jacobEwing
jacobEwing jacobEwing
  • 17-01-2021

Answer:

x = (-b + sqr(b * b - 4 * a * c)) / (2 * a)

x2 = (-b - sqr(b * b - 4 * a * c)) / (2 * a)

Usually when squaring a number I just use multiply it by itself like above.  If you actually want to use the exponent 2, then it would instead be:

x = (-b + sqr(b ^ 2 - 4 * a * c)) / (2 * a)

x2 = (-b - sqr(b ^ 2 - 4 * a * c)) / (2 * a)

Answer Link

Otras preguntas

How does technology affect the unemployment rate?
what were Black codes , and what impact did they have?
How do you respond to sabes jugar un deporte cual?
Describe the direct effects that volcanoes can have on the surrounding area.
how do I find the area of an equilateral triangle given the perimeter of 60 and the height of 17.3 cm?
Why are xylem and phloem bundled together?
What is the result of the lungs exhaling more frequently?
What is the basic cause of ocean tides?
Please help me When buying a new car, you have a choice of 4 different models, 3 different colors, and either compact or family size. How many choices are ther
A businessman buys 1,440 dozen pens at $2.50 a dozen and then sells them at a price of 25¢ apiece. What is his total profit on the lot of pens?