SOLUTION: solve x^2 is greater than or equal to 7+3x

Algebra ->  Inverses -> SOLUTION: solve x^2 is greater than or equal to 7+3x      Log On


   



Question 290408: solve
x^2 is greater than or equal to 7+3x

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
solve
x^2 is greater than or equal to 7+3x
----------------------------
x^2 >= 7+3x
---
Solve the Equality which is the boundary of the inequality.
Solve x^2 - 3x - 7 = 0
x = [3 +- sqrt(9 -4*1*-7)]/2
---
x = [3 +- sqrt(37)]/2
---
x = 4.54.. or x = -1.54..
--------------------------------
Mark those points on a number line.
---
To solve the inequality, test a check value in
each of the three resulting intervals.
x^2-3x-7 >= 0
---
Check x = -2: 4+6-7>0 ; true, so solutions in (-inf,-1.54)
Check x = 0: 0 - 0-7 > 0 ; false
Check x = 5: 25-15-7 > 0 ; true so solutions in (4.54,+inf)
==========================
Cheers,
Stan H.