If the sea water carbonate ion concentration is 270 µmol/kg, what is the approximate rate of calcification, and approximately how many days would it take 1 square meter of reef to accumulate 40 mmol of calcium carbonate (CaCO3)?
1 On Feb 1, 2022, the yield (nominal interest rate) on the Canadian government issued 10-year bond was 1.77% (that part is true). Given that yield, it is impossible for the real interest rate on this bond to be negative.
2 Suppose the table below shows the prices and quantities of the average household consumption basket (bundle) in a country over two years. Since the price of good A decreased by 5% and the price of good B increased by 5%, then (using year 1 is the base year), the inflation rate in the CPI equals 0%.
Good A
Good B
Price A Year 1 $10.00
Year 2 $9.50
Quantity A
200 240
Price B
$4.00 $4.20
Quantity B
2000 1000
3 Suppose a giant snowstorm leaves you snowed in. If your snowblower owning neighbour comes over to help you dig out, this is worse for economic wellbeing than if you had hired a snow removal company to do the same thing.
human blood typically contains 1.04 kg/l of platelets. a 1.35 pints of blood would contain what mass (in grams)?
Which of the four database requirements would be violated if this data stream were placed in a table? If you have insufficient information to assess whether the requirement has been violated, discuss the additional data that you would need.
Which of the four database requirements would be violated if this data stream were placed in a table? If you have insufficient information to assess whether the requirement has been violated, discuss the additional data that you would need.
You are presented with a data stream that has the following elements and values: SaleDate: 04/07/X5, SaleID: 324581, CustID: A543, Terms: Net 30, ProductID: (002743, 000378, 000732, 000762), Sold Quantity: (1, 1, 4, 12). Which of the four database requirements listed in the text would be violated if this data stream were placed in a table? If you have insufficient information to assess whether the requirement has been violated, discuss the additional data that you would need.
need to write a dynamic program for solving the following problem.
1) input is two strings (sequences)
2) need to find longest non-consecutive common subsequence ( let us call it light common subsequence)
3) the sequences need to be read from left to right
4) the letters need not be alternating strictly but should not be consecutive
examples:
examples: - problem: 1
correct_answer: 5
s: "czdslvrqrutcalisavrieb"
t: "fzprthfmovdtrijrxntc"
- problem: 2
correct_answer: 6
s: "olfxisnyrwxereydrqgftyxpvuxnwp"
t: "xkmnloaorrawywiubyregf"
- problem: 3
correct_answer: 4
s: "xllmkgfnsyyxtlisthxiyjqryhulp"
t: "yncwgapjocazejndvqrigphmtxkf"
1. Make a chart listing the different species in this movie, where they are normally found
and what happens to them at the end of the movie (and why it happens)
Find a particular solution of y''+y=sinx, using the method of undetermined coefficients
You work in a printing office that the machine there can print documents in different colors. It gets an integer number between 1 to 7 and prints the documents in rainbow colors, as shown in the following table:
Number Matched Color
1 ----- red
2 ----- orange
3 ----- yellow
4 ----- green
5 ----- blue
6 ----- indigo
7 ----- violet
Design an algorithm and write a C++ program to do the following: