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

rodrigo p.

Divider

Questions asked

BEST MATCH

3.14 LAB: Binomial distribution LAB ACTIVITY 3.14.1: LAB: Binomial distribution Full screen 0/3 * Given a fair coin flipped 100 times, find the probability of a user-defined number of flips coming up heads. * Find the mean and variance of the binomial distribution. Ex: When the input is: 27 the output is: 1.512525E-06 50.00 25.00 Run main.py 1 # Load the necessary module 2 3 # Get user-defined number of successes 4 k = int(input()) 5 6 # Set the number of trials and the probability of success in each trial 7 8 P = # Calculate the probability of k successes given the defined n and p 9 print(f'{P:.6E}') 10 11 mean = # Return the mean of the distribution 12 print(f'{mean:.2f}') 13 14 var = # Return the variance of the distribution 15 print(f'{var:.2f}') Open new tab Dock History Tutorial

View Answer
divider
BEST MATCH

The cost of shipping on a parcel from France is \( \$ 11.95 \) plus \( \$ 0.01 \) for every kilometre the package travels from the warehouse in France to your home. Which of the following expressions gives the cost of a package shipped \( k \) kilometres? \( C(k)=\$ 11.95+\$ 0.01 k \) \( C(k)=\$ 11.95+\$ 0.01 \) \( C(k)=\$ 11.95 k+\$ 0.01 \) \( C(k)=(\$ 11.95+\$ 0.01) k \)

View Answer
divider
BEST MATCH

Other: Show all work for full credit. 7. Let $f(x,y) = \begin{cases} kxy, & 0 < x < y < 1 \\ 0, & \text{otherwise} \end{cases}$ a) Find k so that $f(x, y)$ is a probability density function. b) Find $E(X)$. c) Find $E(Y)$.

View Answer
divider
BEST MATCH

In class, we talked about Bandura's famous Bobo doll experiment. The graph below shows the results of the level of aggression seen for each child, separated by child gender (boy, girl) and the gender of the adult that the child saw (male, female). The graph on the left is for children who saw the adult being aggressive, and the graph on the right is for children who saw the adult playing normally with the Bobo doll. Which of the following statements are true? Select all that apply. Boy - Male Boy - Female Girl - Male Girl - Female 30 26 25 20 Mean 15 12 10 5 1.5 0.2 2.5 Aggressive Non-Aggressive

View Answer
divider
BEST MATCH

1. Exactly 50.0 cm³ of a solution of Na$_2$CO$_3$ was titrated with 65.8 cm³ of 3.00 M HCl. CO$_3$$^{2-}$ + 2H$^+$ $\rightarrow$ CO$_2$ + H$_2$O If the density of the Na$_2$CO$_3$ solution is 1.25 g/cm³, what percent Na$_2$CO$_3$ by weight does it contain? 2. a.) What volume of 0.100 M H$_2$SO$_4$ is needed to react with 0.265 g of Na$_2$CO$_3$? Na$_2$CO$_3$ + H$_2$SO$_4$ $\rightarrow$ Na$_2$SO$_4$ + CO$_2$?+H$_2$O? b.) What is the N of the H$_2$SO$_4$ solution?

View Answer
divider
BEST MATCH

ABA #7- Utility and Consumer Choice 1 Diminishing Marginal Utility 4 points TOTAL AND MARGINAL UTILITY Reset UTILITY CALCULATIONS Total Utility Quantity Total Consumed Utility Marginal Utility 70 60 0 0 50 eBook 40 30 Print 20 10 0 1 2 3 4 5 6 7 8 Quantity Consumed Marginal Utility 20 10 0 1 2 3 4 5 6 7 8 -10 -20 Quantity Consumed Quantity Consumed Instructions: Move the slider at the bottom of the diagram to change the quantity consumed for all the available quantities on the total utility and marginal utility graphs. a) What is the total utility of the first unit consumed? utils. b) What is the marginal utility of the first unit? utils. c) What is the total utility of the first two units consumed? utils. d) What is the marginal utility of the second unit? utils. e) As the quantity consumed increases, the total utility is (Click to select) while marginal utility is (Click to select) f) If this good is available for $0 (a free good), what is the maximum amount an individual would consume? units. What is the marginal utility of this last unit? utils. Saved

View Answer
divider
BEST MATCH

Question 1 [10] Find the Fourier transform of f(x) = (sin x + sin |x|)e$^{-x}$.

View Answer
divider
BEST MATCH

At an operating frequency of 373 MHz, it is desired to use a section of a lossless 35-? transmission line terminated in a short circuit to construct an equivalent load with reactance $X = 42 \Omega$. If the phase velocity of the line is 0.89c, what is the shortest possible line length that would exhibit the desired reactance at its input? Shortest possible length = ____ cm

View Answer
divider
BEST MATCH

In your own words, describe the physical layer interface between your computer and the network used to access the Internet. (That network is most likely a local area network.)

View Answer
divider
BEST MATCH

Select the correct answer. Which statement best describes the zeros of the function $h(x) = (x+9)(x^2 - 10x + 25)$? A. The function has three complex zeros. B. The function has three distinct real zeros. C. The function has one real zero and two complex zeros. D. The function has two distinct real zeros.

View Answer
divider