If angle BCD measures 70° then so does angle DBC (because you have formed an isoceles triangle inside the larger ΔABC and the two legs are equal so the two angles have to be equal. So we have a two 70° angles which leaves 40° for the 3rd angle, which is ∠BDC.
Since ∠BDC and ∠ADB are supplementary (180°) - that leaves 140° for ∠ADB and is our answer
we are given two points as
(2,4) and (-2,-4)
Let's assume
first point as (x1,y1)=(2,4)
so, x1=2 and y1=4
Second point as (x2,y2)=(-2,-4)
so, x2=-2 and y2=-4
now, we can use slope formula

now, we can plug values

now, we can simplify it

so, slope is 2 ..................Answer
Answer:
190 is 76% of 250
Step-by-step explanation:
We have, 76% × x = 190
Multiplying both sides by 100 and dividing both sides by 76,
we have x = 190 × 100/76
x = 250
If you are using a calculator, simply enter 190×100÷76, which will give you the answer.
Answer:
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
Step-by-step explanation:
We call the algorithm "minimum" and a list of natural numbers 
So lets first set the minimum to 
min = a_1
now we want to check all the other numbers.
We can use a simple for loop, to find the minimum
min = a_1
for i:= 2 to n:
if
< min then min = 
return min