Answer: 36 units squared.
Explanation:
Area of a traingle is given by,
| 0.5{x1(y2-y3) + x2(y3-y1) + x3(y1-y2)} |
Accepting the values of the coordinates in x's and y's,
x1 =0, y1=0
x2=3, y2=8
x3 =9, y3=0
= | 0.5 × (-72)|
= 36 unit squared.
Answer:
huh
Step-by-step explanation:
that don't make no sense
Answer:
Step-by-step explanation:
8/3 = 2.6666 (repeating 6)
so rounded about 2.7 minutes per lap :)
Percentage is out of a 100. Therefore, 35/100
Simplify 35/100
Becomes 7/20
Fraction of 35% is 7/20
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