Just go one point at a time on your graph:
What does y equal when x is zero?
When x is 1?
When x is 2?
That's how you plot a graph.
A.) 10x + 7.5 (0) =420
10x = 420
420 / 10 = 42
x = 42 > ( 42,0 )
10(0) + 7.5y = 420
7.5y = 420
420 / 7.25 = 56
y = 56 > ( 0,56 )
(42,0) (0,56)
B.) The x intercept means that there was 42 ,minutes spent biking. The y intercept means that there was 56 minutes spent in line skating.
C.) (21 ,28) - (14,37) - (28,18)
Answer:
25
Step-by-step explanation:
Any numbers to the 2nd powered are always squared. Whenever you are given an exponent, the base is the number that you multiply, and the power is one more than how many times you multiply the base number together. In this case, you multiply five by itself once to get 25 as your answer.
Answer:
v=2144.66
Step-by-step explanation:
formula: 4/2 (pi) (r)³
................
Answer:
Step-by-step explanation:
a.) The worst-case height of an AVL tree or red-black tree with 100,000 entries is 2 log 100, 000.
b.) A (2, 4) tree storing these same number of entries would have a worst-case height of log 100, 000.
c.) A red-black tree with 100,000 entries is 2 log 100, 000
d.) The worst-case height of T is 100,000.
e.) A binary search tree storing such a set would have a worst-case height of 100,000.