Find all positive values for k for which each of the following can be factored.

x^2+3x+kthe coefficent of the middle term is 3
3=2+1
k=2*1=2

did i do this right

This one I had no Idea where to start can some one please explain it to me
x^2+x-k

The second one cannot be factored with real numbers, the factors will be complex (real and imaginary).

The first is right, if you mean..
x^2+3x+k= (x+2)(x+1)
I am not certain of what you are doing. There are many more values of k what will work to get factors, in fact, and infinite number..
x^2+3x + 9/4 = (x+3/2)(x+ 3/2) and so on.

To find the positive values for k for which the expression x^2 + 3x + k can be factored, you need to consider the discriminant of the quadratic equation. The discriminant is given by b^2 - 4ac, where a, b, and c are the coefficients of the quadratic equation ax^2 + bx + c.

For the given quadratic equation x^2 + 3x + k, the coefficients are a = 1, b = 3, and c = k. The discriminant is then 3^2 - 4(1)(k) = 9 - 4k.

To find the values of k for which the quadratic can be factored, the discriminant should be a perfect square. In other words, 9 - 4k should be a perfect square. Let's consider some values of k:

If k = 1, then the discriminant is 9 - 4(1) = 9 - 4 = 5, which is not a perfect square.
If k = 2, then the discriminant is 9 - 4(2) = 9 - 8 = 1, which is a perfect square.
If k = 3, then the discriminant is 9 - 4(3) = 9 - 12 = -3, which is not a perfect square.
And so on...

From this pattern, we can see that the only positive value for k that makes the discriminant a perfect square is k = 2. Therefore, the expression x^2 + 3x + 2 can be factored as (x + 1)(x + 2) for this value of k.

Now, let's move on to the second quadratic equation x^2 + x - k. The discriminant for this equation is 1^2 - 4(1)(-k) = 1 + 4k.

To find the values of k for which this quadratic equation can be factored, the discriminant 1 + 4k should also be a perfect square. However, in this case, 1 + 4k cannot be a perfect square for any positive value of k.

Hence, the second quadratic equation x^2 + x - k cannot be factored with real numbers and will have complex factors (real and imaginary) for all values of k.