39.4k views
2 votes
Which expression is equivalent to x^2-10x+24

2 Answers

2 votes

Answer:

(x-4)(x-6)

Explanation:

By factorization, x^2-10x+24 can be written in the form (x-4)(x-6). Thus the roots of the quadratic equation are x= 4 and 6 respectively.

User Cave Johnson
by
3.1k points
1 vote

The expression x^2-10x+24 is equivalent to the factored form (x - 4)(x - 6), and it demonstrates a quadratic equation that can be solved by factoring or using the quadratic formula.

The expression x^2-10x+24 is equivalent to the product of two binomials when factored. We are looking for two numbers that multiply to 24 (the constant term) and add up to -10 (the coefficient of the linear term).

The numbers that fit this criterion are -4 and -6. Therefore, the expression can be factored as:

(x - 4)(x - 6) = x^2 - 10x + 24

This factored form is useful for solving for x when the expression is set to zero, implying a quadratic equation of the form:

ax^2 + bx + c = 0

Using the factors, the solutions to the equation x^2 - 10x + 24 = 0 are x = 4 and x = 6, which can be obtained also by applying the quadratic formula if needed.

User Dan Barron
by
3.3k points