Answer:
one solution is (0, -2)
Step-by-step explanation:
The line y = -x is the boundary of the solution space of the first inequality. The less-than symbol (<) tells you that the line will be dashed and the shading will be below it. The line has a slope of -1 and goes through the y-intercept point (0, 0).
The line y = x - 2 is the boundary of the solution space for the second inequality. The less-than-or-equal-to symbol (≤) tells you the line will be solid (or equal to) and the shading will be below it (less than). The line has a slope of +1 and goes through the y-intercept point (0, -2).
The area of the graph where the shadings overlap is the solution space for the system of inequalities. Any point in that area will do, including points on the solid line where y < -x. (0, -2) is one such point.
Answer:
First degree
Step-by-step explanation:
Answer:
2 1/3
Step-by-step explanation:
21/9 is 2.33 or 2 1/3
Assuming a d-heap means the order of the tree representing the heap is d.
Most of the computer applications use binary trees, so they are 2-heaps.
A heap is a complete tree where each level is filled (complete) except the last one (leaves) which may or may not be filled.
The height of the heap is the number of levels. Hence the height of a binary tree is Ceiling(log_2(n)), for example, for 48 elements, log_2(48)=5.58.
Ceiling(5.58)=6. Thus a binary tree of 6 levels contains from 2^5+1=33 to 2^6=64 elements, and 48 is one of the possibilities. So the height of a binary-heap with 48 elements is 6.
Similarly, for a d-heap, the height is ceiling(log_d(n)).
The unit normal for the given plane is <5,2,-1>.
The equation of the plane parallel to the given plane passing through (5,5,4) is therefore
5(x-5)+2(y-5)-1(z-4)=0
simplify =>
5x+2y-z=25+10-4=31
Answer: the plane through (5,5,4) parallel to 5x+2y-z=-6 is 5x+2y-z=31