For the composition we plug T(t) into your N(T) function for all instances of T. Looks something like
N = 29T2 - 121T + 18
= 29(6t + 1.9)2 - 121(6t + 1.9) + 18
= 29 (36t2 + 22.8t + 3.61) - 121(6t + 1.9) + 18
= [1,044t2 + 661.2t + 104.69] - [726t + 229.9] + 18
= 1,044t2 - 64.8t + 352.59
Now to solve for when N(t) equals 907 we set that quadratic equation equal to 907 and solve for t.
907 = 1,044t2 - 64.8t + 352.59
Subtract 907 and use the quadratic formula.
0 = 1,044t2 - 64.8t - 554.41
The parameters are:
a = 1,044
b = -64.8
c = -554.41
The quadratic formula tells us:
t = (-b ± √(b2 - 4ac)) / 2a
The two solutions end up being
t = -0.698 (makes no sense in this context) and t = 0.760
So your answer is t = 0.760 hours.