SOLUTION: 2xsquared-3x-5=0

Algebra ->  Quadratic Equations and Parabolas -> SOLUTION: 2xsquared-3x-5=0      Log On


   



Question 417121: 2xsquared-3x-5=0
Found 2 solutions by jim_thompson5910, stanbon:
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!

2x%5E2-3x-5=0 Start with the given equation.


Notice we have a quadratic equation in the form of ax%5E2%2Bbx%2Bc where a=2, b=-3, and c=-5


Let's use the quadratic formula to solve for x


x+=+%28-b+%2B-+sqrt%28+b%5E2-4ac+%29%29%2F%282a%29 Start with the quadratic formula


x+=+%28-%28-3%29+%2B-+sqrt%28+%28-3%29%5E2-4%282%29%28-5%29+%29%29%2F%282%282%29%29 Plug in a=2, b=-3, and c=-5


x+=+%283+%2B-+sqrt%28+%28-3%29%5E2-4%282%29%28-5%29+%29%29%2F%282%282%29%29 Negate -3 to get 3.


x+=+%283+%2B-+sqrt%28+9-4%282%29%28-5%29+%29%29%2F%282%282%29%29 Square -3 to get 9.


x+=+%283+%2B-+sqrt%28+9--40+%29%29%2F%282%282%29%29 Multiply 4%282%29%28-5%29 to get -40


x+=+%283+%2B-+sqrt%28+9%2B40+%29%29%2F%282%282%29%29 Rewrite sqrt%289--40%29 as sqrt%289%2B40%29


x+=+%283+%2B-+sqrt%28+49+%29%29%2F%282%282%29%29 Add 9 to 40 to get 49


x+=+%283+%2B-+sqrt%28+49+%29%29%2F%284%29 Multiply 2 and 2 to get 4.


x+=+%283+%2B-+7%29%2F%284%29 Take the square root of 49 to get 7.


x+=+%283+%2B+7%29%2F%284%29 or x+=+%283+-+7%29%2F%284%29 Break up the expression.


x+=+%2810%29%2F%284%29 or x+=++%28-4%29%2F%284%29 Combine like terms.


x+=+5%2F2 or x+=+-1 Simplify.


So the answers are x+=+5%2F2 or x+=+-1


If you need more help, email me at jim_thompson5910@hotmail.com

Also, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Thank you

Jim

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
2x^2-3x-5=0
---
2x^2-5x+2x-5 = 0
x(2x-5)+(2x-5) = 0
(2x-5)(x+1) = 0
x = 5/2 or x = -1
=====================
Cheers,
Stan H.
========