Question 202655
P=t+square(7t+2) 
The variable t is the number of years from now.
In how many years will the population be 6000? 

-------------------------------
t + sqrt(7t+2) = 6000
sqrt(7t+2) = 6000-t
---
Square both sides to get:
7t+2 = 6000^2 - 12000t + t^2
Rearrange:
t^2 - 12007t + 6000^2-2 = 0
---
Solve for "t":
The quadratic has no Real Number solution.
----
Check your data.
============================
Cheers,
Stan H.