Mirian C. answered 11/16/20
I have 8+ years of experience tutoring math; would love to help you!
Assuming the square root is just over the 3X.
2√3X +7-4=X+1 <---- collect like terms
2√3X+3=X+1 <------move the +3 over to the other side so need to subtract 3 to both sides
2√3X=X-2 <------now we need to get rid of the square root and to do that we need to square both side
(2√3X)2=(X-2)2 <-----on the left side you square the 2 and it get rid of the square root of 3X
4(3X)=(X-2)(X-2) <---- notice there are two (X-2) because it was squared
12X=X2-4X+4 <----- move the 12X over to the right side
0=X2-16X+4
Now we can use the quadratic formula:
X=[-b±√(b2-4ac)]/2a <---- the square root covers b2-4ac
We have the form aX2+bX+c=0 so we can just plug into the quadratic formula:
In our case a=1, b=-16, and c=4
X=[-(-16)±√(162-4*1*4)]/(2*1)
=[16±√(256-16)]/2
=[16±√240]/2
=[16±4√15]/2
=8±2√15
So,
X=8+2√15 or 8−2√15