Question

Solve using the quadratic formula
3n^2+5n-4=0

Answers

GPT 3.5
a = 3, b = 5, c = -4

n = (-b ± √(b² - 4ac)) / 2a

n = (-5 ± √(5² - 4(3)(-4))) / 2(3)
n = (-5 ± √(25 + 48)) / 6
n = (-5 ± √73) / 6

Therefore, the solutions are:

n = (-5 + √73) / 6
n = (-5 - √73) / 6