Larson 6th edition gives the following solution;

However, LineInt(VectorField(`<,>`(x, y)), Path(`<,>`(4*t, 3*t), t = 0 .. 1))
returns 25/2 and
LineInt(VectorField(`<,>`(x, y)), Path(`<,>`(4*t, 3*t), t = 0 .. 1), output = integral)
returns
Int(25*t, t = 0 .. 1)
Why are the solutions different?
lineInt.mw