William W. answered 11/09/20
Math and science made easy - learn from a retired engineer
The generic equation for a circle at (h, k) is (x - h)2 + y - k)2 = r2
For x2 + y2 - 3mx - 8y + 16 = 0 we can separate the variables:
(x2 - 3mx + ) + (y2 - 8y + 16) = 0
(x2 - 3mx + ) + (y - 4)2 = 0
So, we know that n = 4.
Since the x coordinate of the center is 3, we know that the square associated with the "x" is (x - 3)2 meaning it equates to x2 - 6x + 9 and since we have "(x2 - 3mx + )" in our equation, then m must equal 2 ("-3m = -6").
Replacing m with 2, we get:
(x2 - 6x + ) + (y - 4)2 = 0
Adding 9 to both sides we get:
(x2 - 6x + 9) + (y - 4)2 = 9
(x - 3)2 + (y - 4)2 = 32 meaning the radius is 3
So m = 2, n = 4 and r = 3