Warning: This might be rough...
First draw it out. Label the angles at the corners of the triangle 60 (definition of equilateral triangles). Now draw a line from the center of the circle to the corner, splitting the corner in half. Label this line R and a corner as 30 degrees. No to find the height of this triangle, you do rsin(30). The base of this triangle is 2rcos(30). Now find the area of this mini triangle (rsin(30)*2rcos(30)/2=r/2*rsqrt(3)/2=r^2sqrt(3)/4). Now multiply this by 3 because you have 3 mini triangles... to get...
<span>r^2 3sqrt(3)/4</span>
The answer is 6 that's how many places its away from zero.
It means to convert 3liters to mL
400g to kg
And so as the following
Answer:
(b+x)(−b+x)(b−2)
Step-by-step explanation:
Factor bx2 + 2b2 − b3 − 2x2 − b3 + bx2 + 2b2 − 2x2 = (b+x)(−b+x)(b−2)
hope this helps! :)
Answer:
The period of the
function is
. Then three times this period is
.
Step-by-step explanation:
Using Mathematica you can use the command Plot as follows:
```
Plot[Sin[x], {x,0,6Pi}]
```
The output is the graph shown below.