Answer:
BC = 1.71
Step-by-step explanation:
well to start we have to know the relationship between angles, legs and the hypotenuse in a right triangle
α = 70°
a: adjacent = BC
h: hypotenuse = 5
sin α = o/h
cos α= a/h
tan α = o/a
we see that it has (angle, adjacent, hypotenuse)
we look at which meets those data between the sine, cosine and tangent
is the cosine
cos α = a/h
Now we replace the values and solve
cos 70 = a/5
0.34202 = a/5
0.34202 * 5 = a
1.7101 = a
round to the neares hundredth
a = 1.7101 = 1.71
BC = 1.71
Answers: choice C and choice E
Plugging x = 3 and y = -1 into both equations of choice C lead to a true result (the same number on both sides). This is why the system of equations listed in choice C is one possible answer. Choice E is a similar story.
If your teacher didn't mean to make this a "select all that apply" type of problem, then it's likely your teacher may have made a typo.
You need to find x so that then you can do it and you didn’t share a answer so how are we supposed to know??
Answer:
so, the figure here is a cylinder with a semi sphere on the top, we know the height of whole structure, and the radius of the semi sphere, which is the same as the radius of the cylinder (you can see it because the radius of the semisphere is constant, and you can thin on it as half a sphere over a cylinder).
First, the cylinder will be the structure without the semi sphere, so his height will be te total height minus the radius of the semi sphere, which is 0.9μm.
so now we know the height and the radius of the cylinder, the surface or the sides of it is 2*3.14*r*h = 2*3.14*0.9μm*0.1μm = 0.5662
.
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.