The intersecting secant-tangent theorem says that

where T is the point at which line segment PO touches the circle. Similarly,

so we have

OP is of course as long as itself, and AO and BO are radii of the same circle so they have the same lengths.
This means triangles APO and BPO are congruent, which means angles APO and BPO are congruent, so angle APB is bisected by PO.
Answer:
30
Step-by-step explanation:
3 x 10 = 30
add the 0 from ten to 3 and you get 30
The program is an illustration of loops
<h3>What are loops?</h3>
Loops are program statements that are used to perform repetition
<h3>The main program</h3>
The program written in Python, where comments are used to explain each line is as follows:
#This initializes sum to 0
summ = 0
#This gets input for the first number
num = int(input())
#This is repeated while num is not -1
while num!= -1:
#This calculates the sum
summ+=num
#This gets input for the num
num = int(input())
#This prints the sum
print(summ)
Read more about loops at:
brainly.com/question/16397886
Answer:
22
Step-by-step explanation:
(7 + i) - (6 - 2i) = 7 + i - 6 + 2i = 1 + 3i