14. Write a quadratic equation that cannot be factored.

x^2+1 = 0

A quadratic equation that cannot be factored is an equation of the form ax^2 + bx + c = 0, where the coefficient a is not equal to 1 and the discriminant (b^2 - 4ac) is not a perfect square.

For example, let's take the equation 2x^2 + 5x + 3 = 0:

Here, a = 2, b = 5, and c = 3.

The discriminant is given by b^2 - 4ac = 5^2 - 4(2)(3) = 25 - 24 = 1.

In this case, the discriminant is a perfect square (1 is equal to 1^2), and therefore, this equation can be factored.

To create a quadratic equation that cannot be factored, we need to choose values for a, b, and c such that the discriminant is not a perfect square.

Let's take the equation 2x^2 + 7x - 5 = 0:

Here, a = 2, b = 7, and c = -5.

The discriminant is given by b^2 - 4ac = 7^2 - 4(2)(-5) = 49 + 40 = 89.

Since 89 is not a perfect square, this quadratic equation cannot be factored.

To write a quadratic equation that cannot be factored, we need to consider the discriminant. The discriminant is the expression under the square root in the quadratic formula, and it determines whether the quadratic equation can be factored or not.

In general, the discriminant is given by the formula: Δ = b^2 - 4ac. If the discriminant is positive, the equation can be factored and has two distinct real roots. If the discriminant is zero, the equation can also be factored, but it has one repeated real root. However, if the discriminant is negative, the equation cannot be factored over the real numbers, meaning it has no real solutions.

To write a quadratic equation that cannot be factored, we need to set the discriminant (Δ) to a negative value. Let's say we want our quadratic equation to be in the form ax^2 + bx + c = 0.

To make the discriminant negative, we can choose any values for a, b, and c such that b^2 - 4ac < 0. Here's an example:

Let's set a = 1, b = 1, and c = 1. Plugging these values into the discriminant formula, we get:

Δ = (1)^2 - 4(1)(1) = 1 - 4 = -3.

Since the discriminant is negative (-3), this quadratic equation cannot be factored over the real numbers. Therefore, the quadratic equation is:

x^2 + x + 1 = 0.

This equation has no real solutions and cannot be factored.