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

benjamin r.

Divider

Questions asked

BEST MATCH

The enthalpy of sublimation for a particular substance will be equal to:

View Answer
divider
BEST MATCH

A student said that (4)/(6)x+1 is written in simplest form. Is the student correct? Explain why or why not.

View Answer
divider
BEST MATCH

Which of the following is a dispositional explanation for a person's behavior, which is likely to lead to an attribution error? Choose all that apply. Group of answer choices "John failed his Cinema quiz. He is such an idiot!" "Andres was late for work. He ran out of gas." "Karen threw a tantrum in the store. She is so immature." "Imani yelled at her kids today. The pandemic quarantine is really difficult for her." "Chris got a perfect score on his math test. That's not surprising, since he is Chinese."

View Answer
divider
BEST MATCH

More males than females have recessive sex-linked disorders because recessive alleles on the chromosome are always expressed in males.

View Answer
divider
BEST MATCH

-regional effects on climate: mountains- rain shadow (west air blows onshore, air rises over mountains and cools, rain falls, dry air creates desert conditions). oceans- summer & winter moderating effect on temp-disease ecology- host pathogens interactions, and their evolution-zoonotic diseases- animals and people how? food, water, mosquitos/ticks, 60% of diseases in ppl can be spread from animals, 3 out of 4 diseases in ppl come from animalsex: Hantavirus- mine, 4 corners reservation, drought, decrease in plants *pinyon pine (mice eat seeds), recovery, rapid increase of pines, increased mice in homes, poop = virus exposure, lag but predators come back, decreasing mice, decreasing disease

View Answer
divider
BEST MATCH

A. Define units = c(1,2,3,4) and probs = c(.3,.5,.1,.1) and use vector arithmetic in R to quickly compute E(x) and Var(x). (You should get 2 and .8). Execute plot(units, probs, lwd=5, col="red", type="h") to display the PMF. Show your code, results, and plot. Note you can generate a sample of size, say, 10, taken from units with respective probabilities probs by executing sample(units, 10, replace=TRUE, prob=probs). So e.g. if you execute hist(sample(units, 10000, replace=TRUE, prob=probs)) then the resulting histogram should mimic the PMF plotted in Part A. B. [2pts] Suppose that T is the total number of units rented by the next 100 customers. Compute the theoretical mean and standard deviation of T. Simulate T (using, e.g., replicate(), sum(), and sample(), say with 10000 replications) and verify the results are close to their predicted values. Find the theoretical normal distribution that the CLT predicts will approximate the distribution of T. Overlay it on the density histogram, verify the two are close, and display the resulting plot. You can search Google for how to overlay a normal density on a density histogram - the first result says that curve(dnorm(x, mean=m, sd=s), col="darkblue", lwd=2, add=TRUE, yaxt="n") will overlay a normal PDF with mean m and SD s. Show all code, calculations, plots. C. Approximate the probability that T is over 195 from the simulated results. Compare this to the value predicted by the CLT. Show all code and results. Hint: To compute this using simulated values, once you have your 10000 simulated values of T you can estimate, e.g., P(T > 195) by executing the statistical test mean(values > 195) (where values is your vector of 10000 simulated values of T). Note: T is discrete so P(T > 195) = P(T >= 196). You may notice a discrepancy in your two results which can be accounted for by computing P(T > 195.5) (using the normal approximation). This shift by a half unit roughly interpolates between P(T > 195) and P(T >= 196) and should give a better approximation. It is known as a "continuity correction." D. Suppose that Tate's will stay in business if their next 100 customers purchase more than 185 units, and they will be profitable if their next 100 customers purchase more than 195 units. Let's find the probability they are profitable given they stay in business in two different ways: First using your simulated values of T, and secondly using the CLT and the theoretically predicted normal distribution. Compare these two conditional probabilities. Show all code and results. E. [Extra Credit, 1pt] If you thought the last part was hard then here's a tougher one: How many customers does Tate's need to service before the probability that the mean number of units rented per customer is less than 1.85 is less than 10%? In other words, if X_n is the mean number of units rented by the next n customers, what is the smallest n for which P(X_n < .1)? It is possible to estimate this by simulation, or by using the normal approximation that comes about by the CLT (assuming the number is at least large enough for the CLT to give a good approximation, which turns out to be the case). I would be impressed if you could compute using either method, and even more impressed if you got the similar answers. For an additional challenge see if you can display a plot of the values of P(X_n < .1) for various values of n, say n = 1, 2, ..., 100. You should be able to see about where the probabilities fall below 10%, and if you connect the points with lines it should show an interesting decreasing sawtooth pattern. Tate's Rents Example Tate's Rents loans out heavy equipment. Let X be the number of units purchased by a random customer and suppose X is supported on {1,2,3,4} with probabilities P(X=1)=.3, P(X=2)=.5, P(X=3)=.1, P(X=4)=.1.

View Answer
divider
BEST MATCH

Use the information below to answer the following questions. U.S. $ EQUIVALENT CURRENCY PER U.S. $ Poland Zloty 0.3033 3.3747 Euro 1.3206 0.7572 Mexican Peso 0.0757 13.2100 Switzerland Franc 0.8827 1.1366 Chilean Peso 0.001734 576.70 New Zealand 0.6615 1.5117 Dollar Singapore Dollar 0.5748 1.7397 Requirement 1: If you have $100, how many Polish zlotys can you get? Z [Select] Requirement 2: How much is one euro worth? $ [Select] Requirement 3: If you have 4.40 million euros, how many dollars do you have? $ [Select] Requirement 4: Which is worth more, a New Zealand dollar or a Singapore dollar? [Select] Requirement 5: Which is worth more, a Mexican peso or a Chilean peso? [Select] Requirement 6: (a) How many Swiss francs can you get for a euro? [Select] (b) What do you call this rate? [Select]

View Answer
divider
BEST MATCH

A countershaft carrying two V-belt pulleys is shown in the figure. Pulley A receives power from a motor through a belt with the belt tensions shown. The power is transmitted through the shaft and delivered to the belt on pulley B. Assume the belt tension on the loose side at B is 15 percent of the tension on the tight side. For the problem specified here, build upon the results of the original problem to obtain the Basic Load Rating for the ball bearing at C with a 95 percent reliability, assuming distribution data from manufacturer 2 in Table 11-6. The shaft rotates at 1260 rev/min, and the desired bearing life is 15.2 kh. Use an application factor of 1.2. 6 dia. 300 lbf 50 lbf 1 dia. 8 dia. The Basic Load Rating for the ball bearing at C is ____ lbf.

View Answer
divider
BEST MATCH

One molecule of ozone, O$_3$, contains three oxygen atoms. Similarly, 1 mole of ozone contains 3 moles of oxygen atoms. We can use this mole ratio to create two conversion factors: \frac{3\text{ moles O}}{1\text{ mole O$_3$}} and \frac{1\text{ mole O$_3$}}{3\text{ moles O}} Here's how to find the number of moles of oxygen atoms in 2 moles of ozone: $2\text{ moles O$_3$} \times \frac{3\text{ moles O}}{1\text{ mole O$_3$}} = 6\text{ moles O}$ Calculate the number of moles of magnesium, chlorine, and oxygen atoms in 2.40 moles of magnesium perchlorate, Mg(ClO$_4$)$_2$. Express the number of moles of Mg, Cl, and O atoms numerically, separated by commas. View Available Hint(s) Hint 1. How to approach the problem Hint 2. Determine the number of Mg atoms per Mg(ClO$_4$)$_2$ formula unit Hint 3. Determine the number of Cl atoms per Mg(ClO$_4$)$_2$ formula unit Hint 4. Determine the number of O atoms per Mg(ClO$_4$)$_2$ formula unit moles of Mg, Cl, O = 2.8,5.6,22.4 Submit Previous Answers Request Answer Incorrect; Try Again; 3 attempts remaining Part C A sample of propane, C$_3$H$_8$, contains 17.9 moles of carbon atoms. How many total moles of atoms does the sample contain? Express the total number of moles of carbon and hydrogen numerically. View Available Hint(s) Submit Provide Feedback moles

View Answer
divider
BEST MATCH

1. How is the work of an internal auditor different from that of an external auditor (financial statements)? 2. What are the similarities and differences between the ethical codes?

View Answer
divider