I will explain you and pair two of the equations as an example to you. Then, you must pair the others.
1) Two circles are concentric if they have the same center and different radii.
2) The equation of a circle with center xc, yc, and radius r is:
(x - xc)^2 + (y - yc)^2 = r^2.
So, if you have that equation you can inmediately tell the coordinates of the center and the radius of the circle.
3) You can transform the equations given in your picture to the form (x -xc)^2 + (y -yc)^2 = r2 by completing squares.
Example:
Equation: 3x^2 + 3y^2 + 12x - 6y - 21 = 0
rearrange: 3x^2 + 12x + 3y^2 - 6y = 21
extract common factor 3: 3 (x^2 + 4x) + 3(y^2 -2y) = 3*7
=> (x^2 + 4x) + (y^2 - 2y) = 7
complete squares: (x + 2)^2 - 4 + (y - 1)^2 - 1 = 7
=> (x + 2)^2 + (y - 1)^2 = 12 => center = (-2,1), r = √12.
equation: 4x^2 + 4y^2 + 16x - 8y - 308 = 0
rearrange: 4x^2 + 16x + 4y^2 - 8y = 308
common factor 4: 4 (x^2 + 4x) + 4(y^2 -8y) = 4*77
=> (x^2 + 4x) + (y^2 - 2y) = 77
complete squares: (x + 2)^2 - 4 + (y - 1)^2 - 1 = 77
=> (x + 2)^2 + (y - 1)^2 = 82 => center = (-2,1), r = √82
Therefore, you conclude that these two circumferences have the same center and differet r, so they are concentric.
Answer:
60 degrees and 30 degrees
Step-by-step explanation:
let the angles be x and y
we are given that the angles are complementary (i.e they sum up to 90 degrees). Hence we can write the first equation:
x + y = 90 ------(eq 1)
we are also given that the difference between the two angles is 30 degrees). Similarly we can write
x - y = 30 ------(eq 2)
now we have a system of 2 equations with 2 unknowns, which we can solve by elimination:
eq 1 + eq 2:
(x + y) + (x - y) = 90 + 30
2x = 120 (divide both sides by 2)
x = 120/2
x = 60 deg (substitute this back into eq 1)
x + y = 90
60 + y = 90 (subtract 60 from both sides)
y = 90 - 60
y = 30 deg.