Answer:
A. 3.0 m/s
Step-by-step explanation:
Based on the graph,
velocity = Area of the graph

(y : position and x : time)
Let y1 = 2m and y2 = 14m,
t1 = 0s and t2 = 4s
v = (14 - 2)m/(4-0)s
= 12m/4s
= 3.0 m/s
Answer:
19.02173913043478
Step-by-step explanation:
None of the numbers on the list of choices that you posted
with the question meets those conditions.
Our number system is in base 10, which means that each digit has a value that is a multiple of 10.
For ex:
877 literally means
8 7 7 where each digit is multiplied by
10^ 2 10 ^1 10^0 respectively
which is 8 * 10^ 2 + 7 * 10^1 + 7 * 10^0 = 8 * 100 + 7 * 10 + 7 * 1 = 800 + 70 + 7 = 877
Binary is in base 2, so each of its digits (which can only be 0 or 1) are multiplied by multiples of 2 (2^0, 2^1, 2^2 ect.)
To find what 877 is in binary you can do the following:
the symbol : means divide and i'll write the quotient + the remainder
877 : 2 = 438 + 1 (438 is the quotient, 1 is the remainder)
438 : 2 = 219 + 0
219 : 2 = 109 + 1
109 : 2 = 54 + 1
54 : 2 = 27 + 0
27 : 2 = 13 + 1
13 : 2 = 6 + 1
6 : 2 = 3 + 0
3 : 2 = 1 + 1
1: 2 = 0 + 1
now write ALL off the remainders from BOTTOM to TOP:
1101101101
use a similar step for octal (use 8 instead of 2 as the divisor) and hexidecimal (use 16 instead of 2 as the divisor)
Answer: 0.79
Step-by-step explanation:
I will suppose that this is not a continuos probability, as the individual probabilites add up to 100%.
If you want to obtain the probability that x ≤ 0, then you need to add the probability for the cases x= 0, x = -1, x = -2 .... etc
This is:
x = 0, p = .16
x = -2, p = .33
x = -3, p = .13
x = -5, p = .17
Then, the probability where x takes a negative value or zero {-5, -3, -2, 0} is:
P = 0.16 + 0.33 + 0.13 + 0.17 = 0.79