56.0k views
0 votes
How do I fill this out I need to pass this class to move up a grade

How do I fill this out I need to pass this class to move up a grade-example-1
User MatlabDoug
by
5.4k points

2 Answers

6 votes

Answer:

Explanation:

This is the quadratic equation formula for the roots.

x^2 - 6x - 16 = 0

x = [- (-6) +/- √( (-6)^2 - 4*1*-16) / 2*1

x = (6 +/- √(36 + 64) / 2

x = (6 +/- √(100) / 2

x = (6 +/- 10) / 2

x = 16/2 = 8

x = -4/2 = -2

User Riya Bansal
by
4.2k points
7 votes

Answer: x = 8,-2

Explanation:

x^2-6x-16=0

x =[ -(-6)+-sqrt(-6)^2 - 4x1x(-16)/2x1

x = [6+-sqrt 36+64]/2

x = 6+-sqrt 100/2

x = 6 +-10/2

x = 6+10/2, 6-10,2

x = 8, -2

User Lstern
by
4.7k points