How do I find the x intercepts of the function

f(x) = -6x^2 + 2700x - 63,750

I know the y has to = 0, but I'm not sure how to solve for x....

Thank you.

factor or use the quadratic formula

-6x^2 + 2700x - 63,750 = -6(x-25)(x-425)
That is zero when x = 25 or 425

The quadratic formula also works. It says that
x = (-2700±√(2700^2-4(-6)(-63750)))/-12
= (2700±2400)/12
= 225±200
= 25 or 425

x intercept is a point where f(x) = 0

So you must sove equation:

- 6 x² + 2 700 x - 63 750 = 0

- 6 ∙ ( x² - 450 x + 10 625 ) = 0

Divide both sides by - 6

x² - 450 x + 10 625 = 0

Solve this equation usngquadratic formula.

x₁/₂ = [ - b ± √ ( b² - 4 ac ) ] / 2 a

In this case:

a = 1 , b = - 450 , c = 10 625

x₁/₂ = [ - ( - 450 ) ± √ ( ( - 450 )² - 4 ∙ 1 ∙ 10 625 ) ] / 2 ∙ 1 =

[ 450 ± √ ( 202 500 - 42 500) ] / 2 =

( 450 ± √ 160 000) / 2 =

( 450 ± 400 ) / 2 =

2 ∙ ( 225 ± 200 ) / 2 = 225 ± 200

x₁ = 225 - 200 = 25

x₂ = 225 + 200 = 425

So x intercepts:

( x₁ , 0 ) , ( x₂ , 0 )

( 25 , 0 ) , ( 425 , 0 )

To find the x-intercepts of the function f(x) = -6x^2 + 2700x - 63,750, you are correct that you want to set the y-value equal to zero (because the x-intercepts are the points where the graph crosses the x-axis).

To solve for x, you can set the equation equal to zero and use the quadratic formula or factoring:

Method 1: Using the Quadratic Formula
Start with the equation: -6x^2 + 2700x - 63,750 = 0.
Now, you can use the quadratic formula: x = (-b ± √(b^2 - 4ac)) / (2a).
In this equation, a = -6, b = 2700, and c = -63,750.
Plugging the values into the formula, you get:
x = (-2700 ± √(2700^2 - 4(-6)(-63750))) / (2(-6)).
Simplifying further gives you the x-intercepts of the function.

Method 2: Factoring (if possible)
In some cases, the equation can be factored, making it easier to find the x-intercepts. However, quadratic equations with negative leading coefficients may not be easily factored.
In this specific example, the equation doesn't appear to be easily factored, so using the quadratic formula is a more efficient method.

Utilizing these methods will help you determine the x-intercepts, which are the values of x where the function f(x) crosses the x-axis.