Respuesta :

Given that a circle with center C (4,-2) passes through the point A (1 3). Now w have to find if the point B (8-2) lie inside the circle or not.

To find that we just need to check if the value of line segment BC is less than AC or not.

to find those distances we can use distance formula which is given by:

[tex]d=\sqrt{\left(x_2-x_1\right)^2+\left(y_2-y_1\right)^2}[/tex]

where d is distance between points (x1,y1) and (x2,y2)

So using that formula we get:

[tex]CA=\sqrt{(4-1)^2+(-2-3)^2}[/tex]

[tex]CA=\sqrt{(3)^2+(-5)^2}[/tex]

[tex]CA=\sqrt{9+25}[/tex]

[tex]CA=\sqrt{34}[/tex]

similarly find CB

[tex]CB=\sqrt{(4-8)^2+(-2--2)^2}[/tex]

[tex]CB=\sqrt{(-4)^2+(0)^2}[/tex]

[tex]CB=\sqrt{16+0}[/tex]

CB=4

Hence choice A is correct.


Ver imagen lublana

Answer:

The correct answer option is A. point B lies inside the circle since CA = [tex]\sqrt{34}[/tex] and CB = 4

Step-by-step explanation:

We are given a circle with the point C (4,-2) as its center which passes through the point A (1, 3) and we are to figure out if the point B (8, -2) lies inside or outside the circle.

We can find this by using the distance formula:

Distance between C and A = [tex]\sqrt{(4-1)^2+(-2-3)^2} =  \sqrt{34}[/tex]

Distance between C and B = [tex]\sqrt{(4-8)^2+(-2-(-2)^2} =  \sqrt{16} =4[/tex]

Therefore, the point B lies inside the circle since CA = [tex]\sqrt{34}[/tex] and CB = 4.