6.974 rounded to the nearest tenth is 7.0, because 7 is more than 5, and since 9's there, we make that 6 to a 7.
Answer:
115200
Step-by-step explanation:
80 Beats Per Minute <em><u>x</u></em> 60 Minutes (1 hour) <em><u>x</u></em> 24 Hours (1 Day) = 115200
Make an equation.
80% = 0.8
'of' is multiplication
'what number' is 'x'
'is' is an equal sign
0.8 * x = 64
0.8x = 64
Divide 0.8 to both sides:
x = 80
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.