Answer:
b = 6.928
Step-by-step explanation:
Looks like a job for the Pythagorean Theorem.
a^2 + b^2 = c^2
4^2 + b^2 = 8^2
16 + b^2 = 64
b^2 = 48
b = 6.928
Hope it helps!!
We need to find the percent, let's start but making the equation.
The price is 2.69
The tax cost is 0.13
So what percent of 2.69 is = 0.13.
Equation: X/100 x 2.69 = 0.13
Multiply each side by 100 so we can get x alone with the price: 2.69x = 13
Now to get x alone, we must divide both sides by 2.69: x = 4.8
Finally, we just round 4.8 to the nearest whole number, which is 5 (5 or above give it a shove, 4 or below let it go, we have 8 so we give it a shove). This means that the answer will be 5%.
I hope this helps! :)
Answer:
14x + 8
Explanation:
⇒ 4(5x+5) - 3(2x + 4)
distribute inside parenthesis
⇒ 4(5x) + 4(5) - 3(2x) - 3(4)
multiply the variables
⇒ 20x + 20 - 6x - 12
collect like terms
⇒ 20x - 6x + 20 - 12
subtract like term
⇒ 14x + 8
Answer:
B) m = 2 , b = -3
Step-by-step explanation:
b = y-intercept
The y-intercept is -3
b = -3
m = slope
The slope is 2
m = 2
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.