Loading [MathJax]/jax/output/SVG/jax.js
 
+0  
 
0
329
1
avatar

Find the sum of all possible positive integer values of b such that the quadratic equation 2x^2 + 15x + b = 0 has rational roots.

 Feb 2, 2022
 #1
avatar+37165 
+1

Discriminant of Quadratic Formula

x=b±b24ac2a

 

b^2 - 4ac  >=0

15^2 - 4(2)(b) >= 0

225 >= 8b

28.125 >= b                 sum = 28 + 27 + 26.......1 = 406    for positive integers

 Feb 2, 2022
edited by ElectricPavlov  Feb 2, 2022

2 Online Users

avatar
avatar