Answer:
STEM ______ Leaf
2 ______ 0 0 2 4
3 _______ 6 8
4 _______ 2 7
5 ______ 5 7
6 ______ 1 2 3 5
Step-by-step explanation:
Given that data:
20, 24, 65, 36, 47, 55, 62, 20, 22, 63, 38, 42, 57, 61
STEM ______ Leaf
2 ______ 0 0 2 4
3 _______ 6 8
4 _______ 2 7
5 ______ 5 7
6 ______ 1 2 3 5
The unique numbers which starts each value is the stem while the second digit of each unique stem is the leaf.
Answer: C=2*3.14*r
Step-by-step explanation:
You just plug in 3.14 for pi, it's pretty simple
Answer:
c. 108.4
Step-by-step explanation:
cos theta = (u dot v)/ (||u|| ||v||)
where dot stands for dot product and || || is the magnitude
u = (1,5) v= (7,-4)
u dot v = (1*7 + 5*-4) = 7-20 = -13
||u|| = sqrt( 1^2 +5^2) = sqrt(1+25) = sqrt(26)
||v|| = sqrt(7^2 + (-4)^2) = sqrt(49+16) = sqrt(65)
cos theta = -13/ sqrt(26) sqrt(65)
cos theta = -13 /sqrt(1690)
theta = arccos (-13/sqrt(1690))
theta = 108.43
Step-by-step explanation:
1. If you are trying to find a linear equation from those two points, use the equation y2-y1 over x2-x1. y2-y1 just means the second point's y coordinate minus the first point's y coordinate (same goes for x2-x1).
2. So if you were to plug the coordinates into the equation, it would be: -8-8 over 8-(-1).
3. Solve to get -16/9 because -8-8=-16 and 8-(-1)=9, so -16/9. -16/9 is the slope of the line in the y=mx +b equation.
4. It would be written like y=-16/9x +b
5. Now we need to find b which is the y-intercept. To find this pick one of the points (we'll just do (-1,8)), and plug in the x and y coordinates and solve for b.
- 8=-16/9(-1) +b
- multiply -16/9 by -1 which is 16/9
- subtract from both sides for it to be 8-16/9 on the left side which is 6 2/9, and that is b
6. The complete equation is now y=-16/9x + 6 2/9