Given the following computer output, select the correct least-squares regression line:
Regression Analysis: log (Time) versus log (Length)
Predictor
Coef
SE Coef
T
P
Constant
0.699
0.000018
39877.873
0.000
log (Length) 0.500
0.000017
29620.189
0.000
S = 0.000024
R-Sq
= 1.000
R-Sq (adj) = 1.000
Length 0.699 +0.500 (Time)
Time = 0.699 + 0.500 log(Length)
OlogTime = 0.500 + 0.699 log(Length)
logTime 0.699 +0.500 log(Length)