Answer:
13.6mm
Explanation:
We consider diameter to be a chord that runs through the center point of the circle. It is considered as the longest possible chord of any circle. The center of a circle is the midpoint of its diameter. That is, it divides it into two equal parts, each of which is a radius of the circle. The radius is half the diameter.
See attachment for the step by step solution of the problem
Answer:
100 cm
Explanation:
...........................
1.i am superman
2.175 175 175
3.em dilisues
4.bye classmate magbabalik pa ako
Answer:
c frog
Explanation:
frog have chance that can lived in the locality or in public place like river,lake,farm and other place that they can be lived and hunt foods. In the picture bear, elephant and tiger are can't lived in the locality that have many population of people. little percent of changes that they can hunts foods or lived in the public/locatlity place.
Answer:
Explanation:
for the first question:
P = F(r/12) (1 + r/12)^12N - 1
P = 10000(0.0435/12)(1+0.0435/12)^((12*N)-1)
n P
5 448.7710111
6 468.6865023
7 489.4858002
8
511.208126
9 533.894442
Using C#
public void Main( ){
Print(
}
public double CalcP(double T){
double a = 34172;
double b = 7.9622;
return Math.Exp(T/(0.0101*a) -b);
}
pubic void Print(params double[ ] T){
foreach (var t in T) {
Console.WriteLine( T-273 + " " + T + " " + CalcP(T) );
}
}