- cos ( 1/2 x + 1/5 π ) = 0 ( and because if cos α = 0, α= π/2 + k π, k ∈ Z )
1/2 x + π/5 = π/2 + k π, k ∈ Z
1/2 x = π/2 - π/5 + k π / * 2
x = π - 2π/5 + 2 k π
x = 3/5 π + 2 k π = 0.6 π + 2 k π
Answer:
If k = 0: x 1 = 0.6 π = 3π/5
k = 1 : x 2 = 2.6 π = 13π/5
Plotting the data (attached photo) roughly shows that the data is skewed to the left. In other words, data is skewed negatively and that the long tail will be on the negative side of the peak.
In such a scenario, interquartile range is normally the best measure to compare variations of data.
Therefore, the last option is the best for the data provided.
Answer:
y=9x+7
Step-by-step explanation:
the number in front of x is always the slope and the number after it is the Y intercept where the line first crosses the Y axis
Answer:
Answered
Step-by-step explanation:
Length is stored in variable named length
the width in one named width
the expression for the diagonal of the rectangle can be written as
double diagonal = Math.sqrt(Math.pow(length,2) + Math.pow(width,2))
Answer:
0
Step-by-step explanation:
This equation is in "vertex form," meaning that you can identify the vertex and other features of the graph from the equation.
y = a(x -h)² +k . . . . . the vertex is (h, k); the vertical scale factor is "a"
Comparing to your equation, you see ...
a = -1/2, h = 3, k = -1
The vertex is (h, k) = (3, -1). The vertical scale factor is negative.
__
This tells you the graph opens downward (the scale factor is negative), and the vertex (maximum point) is below the x-axis. (It has a negative y-coordinate.)
Because it start below the x-axis and goes down from there, the graph does not intersect the x-axis. There are zero (0) x-intercepts.