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

benjamin b.

Divider

Questions asked

BEST MATCH

Sketch the graph of the function with a table of values. (If an answer does not exist, enter DNE. Select Update Graph to see your response plotted on the screen. Select the Submit button to grade your response.) $$f(x, y) = y^2 + 3$$ x -3 3 -4 x x -2 x x y 0 x x 2 x x 4 x x

View Answer
divider
BEST MATCH

What will happen to the demand for money? The expected real yields on money and on nonmoney assets (Click to select) and the demand for money (Click to select) What if expected inflation rose by 3 percent? The expected real yields on money and on nonmoney assets both (Click to select) and the demand for What if the yield on nonmoney assets rose instead by 4 percent? money will (Click to select) The return to alternative investments relative to the return on money (Click to select) , regardless of the level of inflation. This (Click to select) the portfolio demand for money.

View Answer
divider
BEST MATCH

Texts: Respiration Section HW 1 (16 points max) 1. (5) The following data was collected in a patient with respiratory failure: VE MRCO2 PaCO2 PetCO2 L/min mL/min mm Hg mm Hg BTPS STPD 15.6 199 32 18 Pulmonary edema Assume: Body temp=37 deg C, PH2O = 47 mm Hg, B=760 mm Hg a. (1) Convert MRCO2 from (mL/min STPD) to (L/min -BTPS) b. (1) Calculate FECO2 based on MRCO2(L/min-BTPS)=VE (L/min-BTPS)*FECO2 c. (1) Calculate PECO2 d. (1) Calculate Vd/VT using Vd/VT=(PACO2-PECO2)/PACO2 for PACO2= PaCO2 e. (1) Using VE*FECO2=VA*FACO2 and FACO2= PACO2/ (B-47) calculate VA=alveolar ventilation 2. (4) Spirometer volume measurements are made in units of ATPS (ambient temperature and pressure, saturated with water vapor at the ambient temperature). Volume measurements can be used to measure lung volumes or metabolic rate from timed volume change measurements. ATPS values must be converted to BTPS (body temperature (generally 37 deg C), ambient pressure, and saturated with water vapor at body temperature) or STPD (0 deg C, 760 mm Hg barometric pressure, and dry) - used for metabolic rates and diffusion capacity measurements. A volume measurement of 4 liters ATPS is made (25 deg C, barometric pressure B=14.9 psi (Death Valley), saturated with water vapor at 25 deg C). a) (2) Calculate this volume in BTPS (body temperature 37 deg C, saturated with water vapor at 37 deg C). b) (2) Calculate this volume in STPD units. PH20(25)=23.8 mm Hg PH2O(37)=47 mm Hg 3. (7) A patient with mild lung disease spontaneously breathing at sea level maintains an arterial PaCO2 of 47 mm Hg. a) (2) If this patient is in an airplane where the barometric pressure is 565 mm Hg, use the alveolar equation to estimate PAO2 assuming body temperature is 37 deg C. Assume R=.85. b) (2) Calculate what inspired fraction of oxygen is needed to raise PAO2 to 100 mm Hg. c) (3) If the patient inspired ventilation is 10 L/min and PIO2 has to increase by 30 mm Hg, calculate the constant delivery rate of 100% oxygen for a net inspired fraction of .3 if half of the oxygen flow is wasted during expiration. Note: What is assumed is a mild case of lung disease where alveolar PACO2 can be assumed equal to arterial. This would be a patient who does not have to be put on supplemental oxygen continuously at sea level.

View Answer
divider
BEST MATCH

A pair of random variables is uniformly distributed over the triangular region given by $X > 0$, $Y > 0$, $X + Y < a$, for some positive constant $a = 20$. Find the covariance, $Cov(X, Y) = E[(X - \mu_x)(Y - \mu_y)]$.

View Answer
divider
BEST MATCH

(4) Shown is a four-bit universal shift register. Parallel outputs A3 A? A? A? Q Q Q Q Clear_b C C C C D D D D CLK s? s? S_IR Serial input for shift-right 4×1 MUX y 3 2 1 0 y y y 4×1 MUX 4×1 MUX 4×1 MUX s? s? s? s? s? s? 3 2 1 0 3 2 1 0 3 2 1 0 I? I? I? I? Parallel inputs S_IL Serial input for shift-left

View Answer
divider
BEST MATCH

to R. Let SL(n, R) denote the collection of n x n matrices whose determinant is equal to 1. Prove that SL(n, R) is a subgroup of GL(n, R). (It is called the special linear group.) 2. Let H denote the subset of GL(2, R) consisting of elements of GL(2, R) whose four entries are all rational numbers. Prove that H is a subgroup of GL(2, R).

View Answer
divider
BEST MATCH

1. Create a binary tree with int type node as follows, and write a function is_contain(tree, 5) to check if the tree has node with value 5 or not. If it is there, the function return true, otherwise false. 2. Given a binary tree as above example, find a function ave(tree) to get average value from all nodes.

View Answer
divider
BEST MATCH

7.45 The circuit topologies of Fig. P7.45 are used in a class of circuits called feedback amplifiers. The general concept of feedback, already introduced in the context of the feedback-bias configuration of Section 7.3.2, will be explored in considerable detail in Chapter 10. In this problem, we examine the bias properties of the configu- rations of Fig. P7.45. (a) For the circuit of Fig. P7.45(a), find an expression for the collector current $I_C$ in terms of $V_{CC}$, $V_f$, $\beta_f$, and the resistor values. To what value does $I_C$ converge in the limit of extremely large $\beta_f$? (b) Evaluate the expression of part (a) to find $I_C$ and $V_{CE}$ for the case $R_C = 1 k\Omega$, $R_B = 100 k\Omega$, $V_{CC} = 10 V$, $V_f = 0.7 V$, and $\beta_f = 100$. How close is your result to the limit of part (a)? (c) Now revise your expression from part (a) to ac- count for the addition of an emitter resistor, as in Fig. P7.45(b). Find the new bias values of $I_C$ and $V_{CE}$ for the same parameters given in part (b) and with $R_E = 500 \Omega$.

View Answer
divider
BEST MATCH

Without using any built-in date or time functions, write a function or method that accepts two mandatory arguments: the first argument is a 12-hour time string with the format "[H]H:MM {AM|PM}", and the second argument is a (signed) integer. The second argument is the number of minutes to add to the time of day represented by the first argument. The return value should be a string of the same format as the first argument. For example, AddMinutes("9:13 AM", 200) would return "12:33 PM". The exercise isn't meant to be too hard or take very long; we just want to see how you code. Please use either Java or Scala to complete the assignment. Please include any test cases that you write. Please submit in the appropriate file type (i.e. .java).

View Answer
divider
BEST MATCH

Simplify without using the calculator. 12.1 $x^5x^3$

View Answer
divider