Ace - AI Tutor
Ask Our Educators
Textbooks
My Library
Flashcards
Scribe - AI Notes
Notes & Exams
Download App
esperanza vargas

esperanza v.

Divider

Questions asked

BEST MATCH

Which of the following characteristics of the Coronavirus COVID-19 allowed it to become a global pandemic? Group of answer choices it caused visible symptoms immediately viral reassortment of genetic material into new strains rapid mutation it killed people

View Answer
divider
BEST MATCH

The heat absorbed by a liquid is 2 MJ; specific heat capacity is 3.5 kJ/kg°C; mass is 10 kg. Calculate the rise in temperature required.

View Answer
divider
BEST MATCH

if one whole number is three times the another whole number. Find the difference of squares 6 plus 5 times the greater number

View Answer
divider
BEST MATCH

Two fixed points, A and B, are such that A is 4 m vertically above B. A light spring of natural length 1.5m is attached to A, and at the other end it has a particle of mass 6kg attached. A second light spring of natural length 1 m is attached to the point B. Its other end is attached to the same particle. Both springs are in the same vertical plane. Given that the modulus of elasticity of the lower spring is one-third of that of the upper spring, and that the extension of one spring is six times the compression of the other spring, find the modulus of elasticity of the lower spring.

View Answer
divider
BEST MATCH

1. [20 points] Counting Duplicate Words Write a script that uses a dictionary to determine and print the number of duplicate words in a sentence. Treat uppercase and lowercase letters the same and assume there is no punctuation in the sentence. Words with counts larger than 1 have duplicates. Use the following sentence to test your code: text = ('this is sample text with several words' 'this is more sample text with some different words') Your output for this sentence should look something like the following: WORD COUNT is 2 sample 2 text 2 this 2 with 2 words 2

View Answer
divider
BEST MATCH

You are to determine a precise cost function for the worst-case running time of the function shown below. void bar1(int arr[], int n) { int i = 0; while (i < n - 1) { int j = 0; while (j < n - i - 1) { if (arr[j] > arr[j + 1]) { int temp = arr[j]; arr[j] = arr[j + 1]; arr[j + 1] = temp; } j++; } i++; } } Each statement (a line ending in ;) counts as a single operation regardless of its complexity - this includes cout statements with multiple output. The same rule applies to conditions. Show the algorithm's cost function by entering a number in each of the boxes below. If a term is not applicable for the function you must enter a 0. The number you enter may include a decimal fraction, however if it is a whole number do not append .0 to the number. If the number is negative, precede it with a minus sign with no spaces. For example, if you think the cost function is 2.5n - 5 your solution should be entered as $0n^2 + 2.5n$ + -5.

View Answer
divider
BEST MATCH

Suppose that a firm produces where MR = MC. To guarantee that the firm is maximizing its profit, confirm that the _____ derivative of the profit function is _____. A. first; positive B. first; negative C. second; positive D. second; negative

View Answer
divider
BEST MATCH

Due to the integrated nature of their capital markets, investors in both the United States and the U.K. require the same real interest rate, 4% on their lending. There is a consensus in capital markets that the annual inflation rate is likely to be 5% in the United States and 3% in the U.K. for the next three years. The spot exchange rate is currently $1.25/£. The Fisher effect holds. What is the forward dollar-pound exchange rate for a two-year maturity? A) $1.3242/£ B) $1.2990/£ C) $1.1801/£ D) $1.2262/£ E) $1.2743/£

View Answer
divider
BEST MATCH

8 more than twice a number is equal to ten less than five times the number.

View Answer
divider
BEST MATCH

48. 20 15 10 5 y = 2x^2 + x - 1 y = 2x + 5 -2 2 3 -5 The graphs of the equations y = 2x + 5 and y = 2x^2 + x - 1 are shown. Use the information to answer questions 48 and 49. Find the points of intersection of the two graphs.

View Answer
divider