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

kathryn v.

Divider

Questions asked

BEST MATCH

Similar to predators, _______ can have effects on population sizes because they can keep populations below carrying capacity and limit competitive exclusion. parasites obligate mutualists commensals interspecific competitors facultative mutualists

View Answer
divider
BEST MATCH

All of the following are rules to determine Big-Oh notation for a function EXCEPT: Group of answer choices nlogn You can ignore constant factors. 5n2 is just O(n2) If you have more than one of the Seven Basic Functions, only use the fastest growing. For instance, 5n4+3n3+2n2 is O(n4). If more than one function provide an asymptotic bound, either would be correct, but use the one with the tightest bound. 3x is both O(x) and O(x2), but it's better to say O(x).

View Answer
divider
BEST MATCH

Michelle is a student who wants to work 20 hours a week at Cost Cutters so she can attend school. Cost Cutters schedules her for 20 hours a week. Michelle works part time for ______ reasons. Florence is semi-retired and wants to work 15 hours a week at Walgreens so she can spend time with her grandchildren. Walgreens schedules her for 15 hours a week. Florence works part time for ______ reasons. A. noneconomic; noneconomic B. noneconomic; economic C. economic; economic D. economic; noneconomic

View Answer
divider
BEST MATCH

Sandy's Sugar is a company that manufactures sugar in Brazil. The company exports almost 90% of its finished product to foreign countries. Upon entry to foreign countries, the product is taxed based on its quantity or value. This will cause: Question 6 options: Less of the product to be shipped to that country More of product to be shipped to that country Prices to increase on the good, which consumers will have to carry A competitive advantage against domestic companies within that industry

View Answer
divider
BEST MATCH

Networks are prone to different kinds of errors. As a network team suggest ways of reducing errors and the types of noise they affect?

View Answer
divider
BEST MATCH

why is pH adjustment important in determining phosphate in spectrophotometric analysis

View Answer
divider
BEST MATCH

1 2 2 1 point Why is this expression for kinetic energy wrong? Ek = m v The term v should not be squared. The constant g is missing. The expression should be divided by 2. The energy lost to friction has not been subtracted. 0000

View Answer
divider
BEST MATCH

Report the following information below: 8. Name of the antacid and all inactive ingredients, average moles of hydrogen ions neutralized per gram of antacid (nH+/g tablet), Cost per gram (¢/g), calculated mass of active ingredient, labeled mass of active ingredient Inactive ingredients nH+/g tablet ¢/g Calculated mass of active ingredient Labeled mass of active ingredient 9. After all class data are tabulated and using the answers from question #8, discuss which antacid you would buy and why. Are there other considerations besides cost and neutralizing ability to consider? Tums Equate Rugby Equate Rugby Number of Tablets in Bottle 150 150 150 Mass of Active Ingredient 500 500 500 Cost of Bottle ($) $5.99 $2.00 $9.60 (Listed on Bottle (in mg) Number of Moles of Mass of H+ Neutralized by antacid 0.00547 0.00613 0.00655 0.00593 0.00676 0.00633 0.00653 0.00800 0.00733 0.00726 0.00810 0.00748 0.00769 0.00736 0.00541 0.00593 0.00508 0.00811 0.00744 0.00750 0.00650 0.00748 0.00772 0.00727 0.00471 0.00707 0.00668 0.00731 0.00630 0.00607 0.00748 0.00697 0.00728 0.00674 0.00676 0.00686 0.00669 0.00656 0.00387 0.00611 0.00727 0.00754 0.00677 0.00697 0.00719 0.00681 0.00262 0.00520 0.00746 0.00653 0.00722 0.00738 0.00793 0.00798 0.00799 0.00764 0.00407 0.00831 0.00697 0.00717 0.00770 0.00729 0.00636 0.00657 0.00664 0.00675 0.00665 0.00510 0.00666 0.00661 0.00677 0.00682 0.00769 0.00736 0.00696 0.00765 0.00695 0.00697 0.00500 0.00697 0.00697 0.00736 0.00627 0.00697 0.00854 0.00981 0.00743 0.00776 0.00520 0.00593 0.00699 0.00635 0.00593 0.00687 0.00770 0.00718 Individual Tablets (g) 1.040 1.030 1.231 1.163 1.185 1.200 1.173 1.218 1.216 1.228 1.229 1.204 1.218 1.214 1.404 1.336 0.954 1.080 1.216 1.014 1.260 1.193 1.177 1.179 1.193 1.205 1.199 1.200 1.145 1.231 1.264 1.159 1.240 1.297 1.217 1.275 1.221 1.174 1.270 1.272 1.261 1.309 1.282 1.305 1.281 1.290 1.448 1.384 1.173 1.131 1.308 1.256 1.298 1.294 1.193 1.281 1.295 1.299 1.257 1.307 1.208 1.236 1.264 1.272 1.241 1.278 1.250 1.307 1.320 1.303 1.305 1.301 1.300 1.284 1.288 1.310 1.287 1.277 1.345 1.471 1.134 1.180 1.323 1.132 1.241 1.245 1.288 1.301 1.295 1.288 1.284 1.279 1.089 1.280 1.281 1.251 Averages 0.00681 0.00674 0.00690 1.186 1.269 1.274 Standard Deviations 0.0009 0.0012 0.0009 Concentration of HCI (M) 0.9376 Concentration of NaOH (M) 1.0358

View Answer
divider
BEST MATCH

2. Suppose you want to program the cosine function $f(x) = \cos x$ on a \"minimalist\" calculator. A few trigonometric identities can help you narrow the range of inputs: first, the cosine function is periodic with period $2\pi$. For this reason, you can assume that users will only enter numbers in the interval $[0, 2\pi]$. Secondly, $\cos x = \cos(2\pi - x)$. This implies that if the calculator can compute cosine of numbers in the interval $[0, \pi]$, users can infer the cosine of 3 numbers that are in $[\pi, 2\pi]$. Finally, $\cos x = -\cos(\pi - x)$. If the calculator can compute the cosine of numbers in $[0, \pi/2]$, users can deduce the cosine of numbers in $[\pi/2, \pi]$. Therefore, you only need to program the cosine function with inputs $x \in [0, \frac{\pi}{2}]$. (a) Find a general formula for $f^{(n)}(x)$ (the n'th derivative of cosine). (b) Find the n'th polynomial for $f(x)$. (c) What degree of Taylor polynomial for $\cos x$ (about 0) is needed to approximate $\cos x$ for $0 \le x \le \pi/2$ to within the error of $10^{-4} = 0.0001$ ? (d) What would be the suitable degree if you allowed users to enter any numbers in $[-30, 30]$?

View Answer
divider
BEST MATCH

Questions 10 and 11 Two inductors, each of inductance $L$, are connected in series as shown below. $v_1$ $v_2$ A B C $i_1$ $i_2$ The currents flowing through the inductors are $i_1$ and $i_2$, and the voltages across them are $v_1$ and $v_2$. We wish to treat the two inductors as a single component with two terminals, A and C. Q10 What is the through variable for the single component? Q11 What is the across variable for the single component? Options for Questions 10 and 11 A $i_1 - i_2$ D $v_2 - v_1$ B $i_1$ C $i_1 + i_2$ E $v_1$ F $v_1 + v_2$

View Answer
divider