Hi everyone. Would someone be able to help me with this problems? I know it's a lot, if you only want to help with one or two, that is fine!!

9. Could you show how to use factoring and the zero-proudct property to find the zeros of each quadratic function? f(x)=x^2-9x

11. Same directions as above f(x)=4x^2-4x+1

14. x^2+8x+4=0 (solve this quadratic equation by completing the square)

15. 2x^2-11x+5=0 (also solve by completing the square)

16. The area of a triangle is 24 square inches. The height is 4 inches shorter than the base. Find the height and the base of the triangle.

Tell me what you are stuck on each one, and maybe I can help. I am not inclined to do them for you.

Sure, I'd be happy to help you with these problems! Let's go through each one step by step.

9. To find the zeros of a quadratic function using factoring and the zero-product property, we need to set the quadratic equation equal to zero and then factor it.

Given the quadratic function f(x) = x^2 - 9x, we set it equal to zero: x^2 - 9x = 0.

Now, we factor out the common term, which is x in this case: x(x - 9) = 0.

So, we have two possible solutions for x: x = 0 or (x - 9) = 0.

Therefore, the zeros of f(x) = x^2 - 9x are x = 0 and x = 9.

11. Following the same steps, we will find the zeros of the quadratic function f(x) = 4x^2 - 4x + 1.

Setting f(x) equal to zero: 4x^2 - 4x + 1 = 0.

Unfortunately, this quadratic equation cannot be easily factored by simple integer coefficients. So, in this case, we would need to use the quadratic formula or complete the square to find the zeros.

Let's move on to problem 14 and 15, which involve completing the square to solve quadratic equations.

14. The quadratic equation is x^2 + 8x + 4 = 0.

To solve this using completing the square, we follow these steps:

1. Move the constant term to the other side of the equation: x^2 + 8x = -4.

2. Take half of the coefficient of x (which is 8), square it, and add it to both sides of the equation: x^2 + 8x + 16 = -4 + 16.

3. Simplify: x^2 + 8x + 16 = 12.

4. Rewrite the left side as a perfect square: (x + 4)^2 = 12.

5. Take the square root of both sides: x + 4 = ±√12.

6. Solve for x: x = -4 ± √12.

So, the solutions to the quadratic equation x^2 + 8x + 4 = 0 are x = -4 + √12 and x = -4 - √12.

15. For this equation 2x^2 - 11x + 5 = 0, we can complete the square to solve it.

1. Move the constant term to the other side: 2x^2 - 11x = -5.

2. Divide the entire equation by the coefficient of x^2 (which is 2): x^2 - (11/2)x = -5/2.

3. Take half of the coefficient of x (which is -11/2), square it, and add it to both sides: x^2 - (11/2)x + (121/16) = -5/2 + (121/16).

4. Simplify: x^2 - (11/2)x + (121/16) = 61/16.

5. Rewrite the left side as a perfect square: (x - 11/4)^2 = 61/16.

6. Take the square root of both sides: x - 11/4 = ±√(61/16).

7. Solve for x: x = 11/4 ± √(61/16).

The solutions to the quadratic equation 2x^2 - 11x + 5 = 0 are x = 11/4 + √(61/16) and x = 11/4 - √(61/16).

16. Moving on to the triangle problem, let's find the height and base of the triangle. We are given that the area of the triangle is 24 square inches, and the height is 4 inches shorter than the base.

Let's set up the equation to represent the area of a triangle: Area = (1/2) * base * height.

Since we know that the area is 24 square inches, we can substitute the values into the equation: 24 = (1/2) * base * height.

Now, we are also given that the height is 4 inches shorter than the base. So, we can rewrite the equation as: 24 = (1/2) * base * (base - 4).

Simplifying further: 24 = (1/2) * (base^2 - 4base).

Multiply both sides by 2 to eliminate the fraction: 48 = base^2 - 4base.

Rearrange the equation to make it equal to zero: base^2 - 4base - 48 = 0.

Now, you can either factor this quadratic equation or use the quadratic formula to find the values of the base. Once you find the base, you can easily calculate the height by subtracting 4 from the base.

I hope this helps! Let me know if you have any further questions.