Question 1083093: Solve for n when n^2 + 5n + 18 = 7363094 assuming n is an integer 0 <= n <= 10000 Found 2 solutions by math_helper, natolino_2017:Answer by math_helper(2461) (Show Source):
You can put this solution on YOUR website! n^2 + 5n + 18 = 7,363,094
n^2 +5n -7,363,076 = 0
Using the fromula:
with a = 1, b = 5 and c = -7,363,076
using only the positive solution.
= (-5 + 5,427)/2 = 2,711.
@natolino_