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

erica d.

Divider

Questions asked

BEST MATCH

For p(x) = 8 - 7x^(2)and q(x) = 4-x, determine the function that represents p(q(x))

View Answer
divider
BEST MATCH

Determine whether or not the distribution is a discrete probability distribution and select the reason why or why not. \begin{tabular}{|c|c|c|c|} \hline\( x \) & -5 & 0 & 5 \\ \hline\( P(X=x) \) & \( \frac{1}{8} \) & \( \frac{1}{8} \) & \( \frac{1}{2} \) \\ \hline \end{tabular} Answer 2 Points Tables Keypad

View Answer
divider
BEST MATCH

A 41.0-kg child running at 1.05 m/s suddenly jumps onto a stationary playground merry-go-round at a distance 1.5 m from the axis of rotation of the merry-go-round. The child is traveling tangential to the edge of the merry-go-round just before jumping on at the edge. The moment of inertia of the merry-go-round about its axis of rotation is 550 kg. m2 and you can neglect friction at its rotation axis. What is the angular speed of the merry-go-round just after the child has jumped onto it? 2.00 rad/s None of the other responses are correct. 0.13 rad/s .10 rads/s 0.12 rad/s .11 rads/s 94 revs/sec

View Answer
divider
BEST MATCH

Please read these instructions before you attempt to solve this problem. Download the live script file MAT343lab2ex4.mlx and open it with MATLAB. Run the file and use the information provided to complete the following exercise. For your convenience, a PDF version is also provided. Before you attempt this exercise, you might want to watch the last video of the video tutorials for this lab. The product y = Ax of an m x n matrix A times a column vector x = (x_(1), x_(2), ..., x_(n))^(T) can be computed row-wise as below: y = [A(1,2) * x; A(2,z) * x, ..., A(m,2) * x] that is y(1) = A(1,2) * x y(2) = A(2,:) * x y(m) = A(m,2) * x Write a function named myrowproduct that takes in input a matrix A, a column vector x, and a random number k, and as output gives the product y = Ax computed by row as defined above, and the intermediate value, z, of the output vector at the end of k iterations (this intermediate value is used by MATLAB Grader to determine whether your code is correct). Specific instructions for writing the function: - Extract the dimension of A using the command size and store the result in the variables m and n. - Extract the dimension of x using the command size and store the result in the variables p and q. - Use an if statement to perform a check on the dimensions to determine whether the multiplication is defined and whether x is a column vector. - If the multiplication is defined and x is a column vector: - Initialize the vector y as a vector of zeros of the appropriate dimension. - Use a single for loop to evaluate the entries of the product y = Ax. The loop counter should be the variable i. Each iteration of the for loop should evaluate the ith component of the vector y as the product of the ith row of A times the vector x. Also, inside the for loop, after you compute the ith component of y, insert the following:

View Answer
divider
BEST MATCH

Q5. Prove that: $N_{OL} = \frac{S}{1-S} ln[(1-S)\frac{Y_1}{Y_2} + S]$ $H_{OG} = H_g + S H_l$ $H_{OL} = H_l + \frac{H_g}{S}$

View Answer
divider
BEST MATCH

Caterpillar, Inc. currently has bonds outstanding with a par value of $1,000, a current price of $1,045, a YTM of 7.8 percent, and14 years to maturity. The bonds make semiannual payments. What must the coupon rate be on the bonds? (Do not round intermediate calculations and enter your answer as a percent rounded to 2 decimal places, e.g., 32.16.) Coupon rate %

View Answer
divider
BEST MATCH

Biceps brachii has a... 1. medial head 2. short head 3. long head 4. lateral head 5. proximal head all are correct 1 and 3 are correct 5 only is correct 1,2, and 3 are correct 2 and 4 are correct

View Answer
divider
BEST MATCH

4. (35 points) Consider the following pseudocode which uses dynamic scoping. What does the program print if the language uses shallow binding? What does it print with deep binding? x: integer // global procedure print_x write_integer (x) procedure first x := x * 3 procedure second (F: procedure) x: integer x := 5 F() print_x() x := 7 second(first) print_x()

View Answer
divider
BEST MATCH

In 2018 the Federal Government of Canada legalized the recreational use of Cannabis. Soon after, several retail spaces across the country were opened for the sale of these products to individuals. Which of the following concepts would most likely prevent a Cannabis store from opening next to an elementary school? Select one: Oa. Zoning regulation Ob. Green space requirements c. Competition bureau ?d. Expropriation Oe. Eminent domain

View Answer
divider
BEST MATCH

You are given the following information regarding prices for a sample of stocks. PRICE Stock Number of Shares T T+1 A 3,200,000 $70 $88 B 10,000,000 24 38 C 27,000,000 20 34 a. Construct a price-weighted Index for these three stocks, and compute the percentage change in the index for the period from 7 to T + 1. Do not round intermediate calculations. Round your answer to two decimal places. 40.35% b. Construct a value-weighted index for these three stocks, and compute the percentage change in the index for the period from 7 to T + 1. Do not round intermediate calculations. Round your answer to two decimal places. %

View Answer
divider