6E-1 means 6 x 10 to the power -1, which is 0.6.
You can put 6E-1 into your calculator, press ENTER or = and see that.
I don't think 6E-1 is a correct solution of that equation. Better check the question again.
You have a cubic equation to solve, luckily an easy one.
The usual approach is to factor it. Look for a common factor. For example, if you had this equation: 0 = 3x - 9, you would think as follows:
The factors of 3x are 3 and x.
The factors of the second term, 9, are 3 and 3.
The factor in both is 3. So you would write down the 3, put brackets and ask yourself what 3 must be multiplied by to get the original 3x - 9:
0 = 3x - 9 = 3(x - 3)
To solve it, you ask if each factor could be zero. 3 can't be zero, but x-3 can.
x - 3 = 0
x = 3 (from adding 3 to both sides)
example 2: 0 = 2t^3 + t^2 - t
t is a common factor of all 3 terms. So
0 = t(2t^2 + t - 1)
A method called "trinomial factoring" can be used on the factor in the brackets.
It is a bit too complicated to write easily in plain text, so I'll leave you to look it up.
0 = t(t+1)(2t-1)
Then t = 0 or t+1 = 0 or 2t-1 = 0
and the 3 solutions are t = 0, t = -1 and t = 1/2