using the knowledge of systems of equations, and that the equation of a circle is (x-h)^2 + (y-k)^2 = r^2, where (h,k) is the center and r is the radius. Find the equation of a circle that contains the following points: (6,2), (4,6), and (-3,5). (These 3 points each create an equation. Then you have a system. Use ELIMINATION to solve.)

To find the equation of a circle, we need to determine the center point (h, k) and the radius (r). Since we have three points that lie on the circle, we can set up a system of equations using the equation of a circle for each point.

Let's start by substituting the given points into the equation of a circle:

For point (6,2), we have:
(6-h)^2 + (2-k)^2 = r^2 -----> Equation 1

For point (4,6), we have:
(4-h)^2 + (6-k)^2 = r^2 -----> Equation 2

For point (-3,5), we have:
(-3-h)^2 + (5-k)^2 = r^2 -----> Equation 3

To solve this system of equations using elimination, we need to eliminate one variable at a time. Let's start by eliminating h:

Subtracting Equation 2 from Equation 1:
((6-h)^2 - (4-h)^2) + ((2-k)^2 - (6-k)^2) = 0

Expanding and simplifying:
36 - 12h + h^2 - (16 - 8h + h^2) + 4 - 4k + k^2 - (36 - 12k + k^2) = 0

Simplifying further:
36 - 12h + h^2 - 16 + 8h - h^2 + 4 - 4k + k^2 - 36 + 12k - k^2 = 0

Combining like terms:
-12h + 8h - 4k + 12k + 36 - 16 + 4 - 36 = 0

Simplifying:
-4h + 8k - 12 = 0 -----> Equation 4 (after eliminating h)

Now let's eliminate k using Equations 2 and 3:

Subtracting Equation 3 from Equation 2:
((4-h)^2 - (-3-h)^2) + ((6-k)^2 - (5-k)^2) = 0

Expanding and simplifying:
16 - 8h + h^2 - (9 + 6h + h^2) + 36 - 12k + k^2 - (25 - 10k + k^2) = 0

Simplifying further:
16 - 8h + h^2 - 9 - 6h - h^2 + 36 - 12k + k^2 - 25 + 10k - k^2 = 0

Combining like terms:
-8h - 6h - 12k + 10k + 16 - 9 + 36 - 25 = 0

Simplifying:
-14h - 2k + 18 = 0 -----> Equation 5 (after eliminating k)

Now we have two equations, Equation 4 and Equation 5, which form a system of linear equations. We can solve this system using any method of solving linear equations, such as substitution or elimination.

Let's proceed with elimination to solve this system:

Multiplying Equation 4 by 7 and Equation 5 by 3 to make the coefficients of h opposite:
-28h + 56k - 84 = 0
-42h - 6k + 54 = 0

Adding the two equations together:
-28h + 56k - 42h - 6k - 84 + 54 = 0

Simplifying:
-70h + 50k - 30 = 0

Dividing all terms by -10:
7h - 5k + 3 = 0 -----> Equation 6

Now we have another equation, Equation 6, which is a linear equation. We can solve Equations 6 and 4 to find the values of h and k.

Subtracting Equation 6 from Equation 4:
(-4h + 8k - 12) - (7h - 5k + 3) = 0

Simplifying and combining like terms:
-4h + 8k - 12 - 7h + 5k - 3 = 0

-11h + 13k - 15 = 0

Now we have another linear equation, -11h + 13k - 15 = 0. We can solve this equation for h or k and substitute the value back into any of the previous equations to find the other variable.

This is how you can use the method of elimination to solve the system of equations formed by substituting the given points into the equation of a circle. The final step would be to find the value of h, k, and r by solving the system of equations.