I believe the correct answer would be 5,1,3 :)
Washington: 117 Hits
Sanchez: 93 Hits
Hope this helps, have a nice day!
Answer:
a cone
Step-by-step explanation:
When you plot the three points on the graph it makes a triangle. As it rotates around the x axis, the points at 2,0 and 2,-2 make a circle, which becomes the base of the cone.
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.