The point of intersection is (6, 6).
To find the point where two lines intersect, we need to solve the system of equations:
y = 2x - 6 (equation 1)
y = 1/2x + 3 (equation 2)
We can solve this system by setting the two expressions for y equal to each other:
2x - 6 = 1/2x + 3
Multiplying both sides by 2 to eliminate the fraction, we get:
4x - 12 = x + 6
Subtracting x and adding 12 to both sides, we get:
3x = 18
Dividing by 3, we get:
x = 6
Now we can plug this value of x into either equation to find the corresponding y-coordinate. Let's use equation 1:
y = 2(6) - 6 = 6
Therefore, the point of intersection is (6, 6).