<h3> Hope this attachment helps u</h3>
P(blue) is 23/82 the sum is 82 and there is 23 blue balls
The equation 150 thousand times 7 equals 1,050,000.
150,000*7= 1050000
So floor that you started is x
go down 8 means -8
end on 16
so
x-8=16
add 8
x=24
started on 24
Answer:
C and E
Step-by-step explanation:
To answer this question, we plug in the X values of the coordinates into the equation to see if they'll give us the corresponding Y value.
(X, Y)
Example:
Y = 5X
6 != 5 * 3
We do this for every coordinate point. If the problem doesn't make sense, it doesn't fall on the line. Let's test every one of these.
B. (0, 1)
1 != 5 * 0
C. (3, 15)
15 = 5 * 3
D. (4, 2)
2 != 5 * 4
E. (-1, -5)
-5 = 5 * -1
F. (-1, 5)
5 != 5 * -1
* For those who don't know, the != is how to say "not equal to" in computer science.