Answer:
2)A plane has length and width.
3)A plane extends infinitely in all directions
5)A plane is a flat surface.
Step-by-step explanation:
We can think of a plane as a line in space with no height, only length and width.
Yes, a plane is a two-dimensional surface, hence it has length and width.
2)A plane has length and width (TRUE)
The plane surface extends infinitely far, therefore it extends infinitely in all direction.
3)A plane extends infinitely in all directions (TRUE)
5)A plane is a flat surface(TRUE)
The correct options are 2,3 and 5.
See attachment
N>8 but with the little line underneath.
So choice two
One can determine whether a binary tree is a binary search tree by traversing it in is In-order Traversal.
<h3>How do you traverse a binary search tree?</h3><h3>In-order Traversal</h3>
In this traversal method, the left subtree is visited first, then the root and later the right sub-tree. We should always remember that every node may represent a subtree itself. If a binary tree is traversed in-order, the output will produce sorted key values in an ascending order.
As,
In the case of binary search trees (BST), In-order traversal gives nodes in non-decreasing order.
For Inorder, you traverse from the left subtree to the root then to the right subtree.
To get nodes in non-increasing order, Inorder traversal s reversed can be used.
Hence, traversing is Inorder
Learn more about Binary search tree here:
brainly.com/question/12946457
#SPJ4
The slope formula is (y2 - y1)/(x2 - x1). It doesn't matter which one you use as x1 or x2 and long as you use the same order for the y's.
After plugging these 2 points in the formula, you get (24-4)/(5-1) = 20/4 = 5. Therefore, the slope is 5.
Hope this helped! Let me know if you need further assistance! Message me or comment under this post.