Answer:
(–5, 5)
Step-by-step explanation:
Start with the x-axis (left and right).
-5 so you go to the left by 5 steps.
Next is y-axis (up and down).
Without moving your spot in -5, you move up by 5 steps.
That is point F.
Tip: (x-axis, y-axis) or (left/right, up/down)
Negative number: Left or Down
Positive number: Right or Up
Answer:
about 3.21 hours each
Step-by-step explanation:
First divide 330 by 6 since there are six people.
Every person needs to do 55 decorations.
I would take the average of 2-4 minutes and multiply it by 55.
55 x 3.5 = 192.5 minutes
to convert to hours divide by 60.
192.5 / 60 = 3.21
Answer:
import pandas as pd
vec = pd.Series([7.12,24,4,18,12,9])
vec.plot(kind = 'hist')
Step-by-step explanation:
You can use python for that.
By doing
import pandas as pd
vec = pd.Series([7.12,24,4,18,12,9])
vec.plot(kind = 'hist')
And this is the result you get
Find slope
slope betwen 2 points (x1,y1) and (x2,y2) is (y2-y1)/(x2-x1)
so
first make denoms same
denom is 10
(4/5,1/5) turns to (8/10,2/10)
(1/2,3/2) turns to (5/10,15/10)
slope=(15/10-2/10)/(5/10-8/10)=(13/10)/(-3/10)=13/-3=-13/3
use point slope
use (4/5,1/5)
y-y1=m(x-x1)
a point is (x1,y1) and slope is m
y-1/5=-13/3(x-4/5)
expand
wait, we don't need to do that, the only one with slope -13/3 is D
answer is D
4.
A non function is when xs repeat… the x is repeat which is 5