Answer:y= -2/5x-3
Step-by-step explanation:
It's actually pretty simple, all you gotta do is flip the fraction around so if it is 5/2x now is 2/5, and then change the sign, since it was positive now it's negative
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.
Answer:the bicycle function has the greater slope, which shows that the cost per hour is greater than that of the in-line skates
Step-by-step explanation:
Line k is // to line m.
Slopes of // lines are equal.
Answer: 2/3
The correct option is D. In fact, you can evaluate this function at every possible input x.
All this function does is:
- Take a number x
- Add 6
- If the result is negative switch the sign, otherwise keep it as it is
As you can see, you can perform these operations regardless of the input x.