1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
igomit [66]
3 years ago
5

Question 9 of 10

SAT
1 answer:
nikklg [1K]3 years ago
6 0

Answer:

i thimk it is c but don't know for sure

You might be interested in
1) What is the name of the first stage in the thunderstorm process? 2) During which stage of a thunderstorm does rain begin to f
Alenkinab [10]

Most thunderstorms form by a cycle that has three stages: the cumulus stage, mature stage, and dissipating stage. The sun heats the Earth's surface during the day. The heat on the surface and warms the air around it. Since warm air is lighter than cool air, it starts to rise (known as an updraft)

8 0
4 years ago
Read 2 more answers
Choose the best spanish word to complete the sentence. ________ (speak) más despacio, por favor.
Keith_Richards [23]

Answer:

Habla

Explanation:

Habla means to speak.

7 0
3 years ago
What are the four verb rules ?
slavikrds [6]

Answer:

The four verb aspects are: simple aspect - The action is happening at the moment the story is told. progressive (or continuous) aspect - The action is ongoing. perfect aspect - The action is no longer happening.

3 0
3 years ago
Read 2 more answers
Which of the following will be the ratio of the perimeter of the blue triangle to the red triangle.
Kazeer [188]

The ratio (red to blue) of the perimeters of the similar triangles is 12:7

Assuming that the similar triangles are equilateral triangles, then all their sides will be equal.

Perimeter of a triangle = s1 + s2 + s3

For the red triangle;

Perimeter of the red triangle = 12 + 12 + 12

Perimeter of the red triangle = 36

For the blue triangle:

Perimeter of the blue triangle = 7 + 7 + 7

Perimeter of the blue triangle = 21

Taking the ratio of their perimeters;

Ratio of red to blue = 36:21 = 12:7

Hence the ratio (red to blue) of the perimeters of the similar triangles is 12:7

Learn more here: brainly.com/question/15046223

8 0
3 years ago
Once you have your heap structure created, next you must use it as a backing structure to a priority queue. Develop a PriorityQu
saveliy_v [14]

Using the knowledge in computational language in python it is possible to write a code that Develop a PriorityQueue data structure in a file.

<h3>Writting the code in python:</h3>

<em>import sys</em>

<em>class Node:</em>

<em>def __init__(self,key):</em>

<em>self.left = None</em>

<em>self.right = None</em>

<em>self.val = key</em>

<em>self.parent = None</em>

<em>class MinHeap:</em>

<em>def __init__(self, maxsize):</em>

<em>self.maxsize = maxsize</em>

<em>self.size = 0</em>

<em>self.Heap = Node(-1 * sys.maxsize )</em>

<em>self.FRONT = self.Heap</em>

<em># A utility function to do inorder tree traversal</em>

<em>def isLeaf(self, node):</em>

<em>if node.left == None and node.right == Node:</em>

<em>return True</em>

<em>return False</em>

<em># Function to swap two nodes of the heap</em>

<em>def swap(self, node1, node2):</em>

<em>node1.data, node2.data = node2.data, node1.data</em>

<em># Function to heapify the node at pos</em>

<em>def minHeapify(self, node):</em>

<em># If the node is a non-leaf node and greater</em>

<em># than any of its child</em>

<em>if not self.isLeaf(node):</em>

<em>if (node.data > node.left.data or</em>

<em>node.data > node.right.data):</em>

<em># Swap with the left child and heapify</em>

<em># the left child</em>

<em>if node.left.data < node.right.data:</em>

<em>self.swap(node, node.left)</em>

<em>self.minHeapify(node.left)</em>

<em># Swap with the right child and heapify</em>

<em># the right child</em>

<em>else:</em>

<em>self.swap(node, node.right)</em>

<em>self.minHeapify(node.right)</em>

<em># Function to insert a node into the heap</em>

<em>def insert(self, element):</em>

<em>if self.size >= self.maxsize :</em>

<em>return</em>

<em>self.size+= 1</em>

<em>self.bst_insert(FRONT, element)</em>

<em>current = FRONT</em>

<em>while current.parent != None and current.data < current.parent.data:</em>

<em>self.swap(current, current.parent)</em>

<em>current = current.parent</em>

<em># Function to print the contents of the heap</em>

<em>def Print(self):</em>

<em>self.inorder()</em>

<em># Function to build the min heap using</em>

<em># the minHeapify function</em>

<em>def inorder(self, root):</em>

<em>if root:</em>

<em>inorder(root.left)</em>

<em>print(root.val)</em>

<em>inorder(root.right)</em>

<em>def bst_insert(self, root, node):</em>

<em>if root is None:</em>

<em>root = node</em>

<em>else:</em>

<em>root.next = node</em>

<em>self.FRONT = node</em>

<em># Driver Code</em>

<em>if __name__ == "__main__":</em>

<em>r = Node(50)</em>

<em>bst_insert(r,Node(30))</em>

<em>bst_insert(r,Node(20))</em>

<em>bst_insert(r,Node(40))</em>

<em>bst_insert(r,Node(70))</em>

<em>bst_insert(r,Node(60))</em>

<em>bst_insert(r,Node(80))</em>

<em># Print inoder traversal of the BST</em>

<em>inorder(r)</em>

<em>print('The minHeap is ')</em>

<em>minHeap = MinHeap(15)</em>

<em>minHeap.insert(5)</em>

<em>minHeap.insert(3)</em>

<em>minHeap.insert(17)</em>

<em>minHeap.insert(10)</em>

<em>minHeap.insert(84)</em>

<em>minHeap.insert(19)</em>

<em>minHeap.insert(6)</em>

<em>minHeap.insert(22)</em>

<em>minHeap.insert(9)</em>

<em>minHeap.minHeap()</em>

<em>minHeap.Print()</em>

<em>print("The Min val is " + str(minHeap.remove()))</em>

See more about python at brainly.com/question/13437928

#SPJ1

6 0
2 years ago
Other questions:
  • Have you seen his handwriting? it was so illegible everyone wondered what it meant.​
    9·2 answers
  • In a parasitic relationship, _____.
    8·2 answers
  • Why might a student decide to take an SAT Subject Test?
    6·2 answers
  • The tip of a pinwheel is 0. 24 m from the center. The pinwheel spins 5 times each second. What is the tangential speed of the ti
    9·1 answer
  • A plane flying horizontally above earth’s surface at 100. Meters per second drops a crate. The crate strikes the ground 30. 0 se
    14·1 answer
  • We know $\angle a = 74^\circ, \angle b = 77^\circ, \angle c = 70^\circ, \angle d = 39^\circ,$ and $\angle e = 36^\circ. $ what i
    13·1 answer
  • How much does rodrigo earned profit brainly.
    11·1 answer
  • Based on the information provided, what type of tax has Country Q implemented? an income tax a tariff a corporate tax an excise
    8·2 answers
  • Sweat on the surface of skin works as a cooling system because the liquid water absorbs heat from the skin surface and is transf
    8·1 answer
  • What kinds of communities were established in the new world colonies of portugal and spain? How were they organized? How were th
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!