Two more I would like to check my work on:

Solve using the square root property:
(x+6)^2 = 4
x+6 = sqrt4 x+6 = -sqrt4
x+6 = 2 x+6 = -2
x+6-6 = 2-6 x+6-6 = -2-6
x = 4 x = -8

Solve by completing the square:
x^2+6x+1=0
x^2+6x+1-1 = 0-1
x^2+6x = -1
x^2+6x+9 = -1+9
(x+3)^2 = -1+9
(x+3)^2 = 8
sqrt(x+3)^2 = sqrt8
x+3 = +-sqrt8
x+3-3 = -3 +-sqrt8
x = -3 +-sqrt8
x = -3 -sqrt8 , x = -3 +sqrt8
x = -3 -2sqrt2 , x = -3 +2sqrt2

both correct

Thankyou.

Any idea what I am doing wrong in step 7 of this problem?

Solve using the quadratic formula :
x^2-3x=7x-2
x^2-3x-7x+2=7x-7x-2+2
x^2-10x+2=0
x = 10 +- sqrt10^2 - 4(1)(2) / 2(1)
x = 10 +- sqrt100 - 8 / 2
x = 10 +- sqrt92 / 2
x = 10 +- 2sqrt23 /2 (I divided 10by2 and 2by2 and came up with the next step.)
x = 5 +- sqrt23
x = 5 + sqrt23 and x = 5 - sqrt23

other than using brackets in the proper places, your solution is correct

I would write your final lines this way...

x = [10 +- sqrt10^2 - 4(1)(2)] / 2(1)
x = (10 ± √92)/2
= (10 ± 2√23)/2
= 5 ± √23

The first problem requires solving using the square root property. The equation given is:

(x+6)^2 = 4

To solve this, we can simplify the equation by taking the square root of both sides:

sqrt((x+6)^2) = sqrt(4)

This gives us two possible equations to solve for x:

x+6 = 2 and x+6 = -2

To solve the first equation, we subtract 6 from both sides:

x+6-6 = 2-6

This simplifies to:

x = -4

For the second equation, we also subtract 6 from both sides:

x+6-6 = -2-6

This simplifies to:

x = -8

Therefore, the solutions to the equation (x+6)^2 = 4 are x = -4 and x = -8.

Moving on to the second problem, we need to solve by completing the square. The given equation is:

x^2 + 6x + 1 = 0

To complete the square, we want to make the left side of the equation a perfect square trinomial. We start by subtracting 1 from both sides:

x^2 + 6x + 1 - 1 = 0 - 1

This simplifies to:

x^2 + 6x = -1

Next, we add the square of half the coefficient of x to both sides. In this case, the coefficient of x is 6, so half of that is 3:

x^2 + 6x + 9 = -1 + 9

This simplifies to:

(x + 3)^2 = 8

Now, we take the square root of both sides to solve for x:

sqrt((x + 3)^2) = sqrt(8)

This gives us two possible equations to solve for x:

x + 3 = sqrt(8) and x + 3 = -sqrt(8)

To solve the first equation, we subtract 3 from both sides:

x + 3 - 3 = sqrt(8) - 3

This simplifies to:

x = -3 + sqrt(8)

For the second equation, we also subtract 3 from both sides:

x + 3 - 3 = -sqrt(8) - 3

This simplifies to:

x = -3 - sqrt(8)

Therefore, the solutions to the equation x^2 + 6x + 1 = 0 are x = -3 + sqrt(8) and x = -3 - sqrt(8), which can be further simplified to x = -3 - 2sqrt(2) and x = -3 + 2sqrt(2).