Concept:For a quadratic y=ax2+bx+c with a>0, the minimum occurs at the vertex x=2a−b.Explanation:Given y=3x2−x−6, we identify a=3, b=−1, and c=−6.Since a=3>0, the parabola opens upward and has a minimum value.The x-coordinate of the vertex is:x=2a−b=2(3)−(−1)=61.Substitute x=61 into the equation:y=3(61)2−61−6.y=3(361)−61−6=121−122−6.y=−121−6=−6121.Answer:Minimum value is −6121, which is option B.