Answer:
B, the one with the line and shaded the top on the right side. (The one that goes to 7 on the x axis).
Step-by-step explanation:
First I find which graph as y -intercept of -3, which is all of them.
Next, I find with graph has a slope of 1/3. (rise 1 run 3). Only B and D has a slope of 1/3 (The ones that has a less steep graph. )
Then, I use the coordinate (0,0) to see which side the graph shades. I plug it into the inequality. (0)≥1/3(0)-3. Solve. Is 0 greater than -3. YES! so we shade the part where (0,0) is shaded which is B.
Hello,
Let's place the last digit: it must be 2 or 4 or 8 (3 possibilities)
It remainds 4 digits and the number of permutations fo 4 numbers is 4!=4*3*2*1=24
Thus there are 3*24=72 possibilities.
Answer A
If you do'nt believe run this programm
DIM n(5) AS INTEGER, i1 AS INTEGER, i2 AS INTEGER, i3 AS INTEGER, i4 AS INTEGER, i5 AS INTEGER, nb AS LONG, tot AS LONG
tot = 0
n(1) = 1
n(2) = 2
n(3) = 4
n(4) = 7
n(5) = 8
FOR i1 = 1 TO 5
FOR i2 = 1 TO 5
IF i2 <> i1 THEN
FOR i3 = 1 TO 5
IF i3 <> i2 AND i3 <> i1 THEN
FOR i4 = 1 TO 5
IF i4 <> i3 AND i4 <> i2 AND i4 <> i1 THEN
FOR i5 = 1 TO 5
IF i5 <> i4 AND i5 <> i3 AND i5 <> i2 AND i5 <> i1 THEN
nb = ((((n(i1) * 10) + n(i2)) * 10 + n(i3)) * 10 + n(i4)) * 10 + n(i5)
IF nb MOD 2 = 0 THEN
tot = tot + 1
END IF
END IF
NEXT i5
END IF
NEXT i4
END IF
NEXT i3
END IF
NEXT i2
NEXT i1
PRINT "tot="; tot
END
Answer:
A. b+2(b+2b)
b + 2b + 4b = 7b
B. 3b + b = 4b
C. 2(2b) = 4b
None of them are equal to 9b
Which values are outliers? 6. 1, 3. 9, 6. 4, 10. 6, 4. 4, 4. 5, 1. 6, 11. 2, 0. 8, 3. 9, 6. 5 Select Outlier or Not Outlier for
Kisachek [45]
Answer:
<em>10 and 11</em>
Step-by-step explanation:
- An outlier is a number that is much larger or smaller than the general populous of numbers. For example, if there was a dot plot with dots clustered at 2, 3, and 5, but there was one or two dots around 10, then 10 would be considered an outlier.
- Let's put the numbers in order to see easier which numbers are outliers. I will not copy down repeating numbers.
- 0, 1, 2, 3, 4, 5, 6, 10, 11.
- 10 and 11 are isolated.
If I am incorrect in my reasoning, please let me know so that I can plan better for my future answers. Have an amazing day.