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

amy m.

Divider

Questions asked

BEST MATCH

What important biomolecule is formed by the carboxylation of pyruvate in the urea cycle

View Answer
divider
BEST MATCH

Question 4 4 pts 1 Details Probability Malachi has 12 marbles as shown in the diagram below. Each marble is either blue or white. In addition, each marble is labeled with a number between 1 and 5. 2 4 2 3 4 2 2 2 3 3 1 4 Malachi chooses one of the marbles at random. Determine the following probabilities. Enter your probabilites as fractions and simplify any fractions as needed. What is the probability that Malachi will choose a white marble? What is the probability that Malachi will not choose a white marble? What is the probability that Malachi will choose a blue and odd numbered marble? What is the probability that Malachi will choose a white or even numbered marble?

View Answer
divider
BEST MATCH

Why, according to Brock, is voluntary active euthanasia not subject to abuse if performed by physicians? Question 4 options: A) Physicians respect justice and they would never be unjust. B) If truly active, it wouldn't take very long, so you could take your time deciding whether or not to do it. C) They could always hide the excess deaths in the regular list of dead patients. D) If truly voluntary, it could only be requested voluntarily by a competent patient - never prescribed.

View Answer
divider
BEST MATCH

The maintenance costs of a car the first year is $200 and increase by 1% each year. Which of the following best describes this cash flow pattern?

View Answer
divider
BEST MATCH

Which of the following is considered to be mandatory information required by a regulatory body?

View Answer
divider
BEST MATCH

x f(x) f'(x) g(x) g'(x) Given h(x) = f(x) - g(x), find h'(2) 1 2 -1 1 1 2 1 \frac{1}{2} 2 1 3 3 2 3 1

View Answer
divider
BEST MATCH

The line $y=9x-4$ intersects the quadratic function $y=x^2+7x-3$ at one point. What are the coordinates of the point of intersection? Select one: a. $(0,0)$ b. $(1,-5)$ c. $(1,5)$ d. $(-1,5)$

View Answer
divider
BEST MATCH

Label the semilunar valves and surrounding structures. Aorta Aortic valve Left ventricle Pulmonary artery Pulmonary valve Right ventricle

View Answer
divider
BEST MATCH

4.- The shaft shown in the figure has a gear at B with a force of 2098 N in -y and 6456 N in +z applied at its tip. The force along z produces a torque that drives the component attached at C, which produces an equal and opposite torque to that produced at the gear as well as forces on the shaft of 6000 N along +y and +z. The bearing at A can be considered a spherical hinge, whereas the bearing at D can be considered a planar hinge in the y-z plane. a.- Draw bending moment and torsion diagrams for the shaft and show diagrams of the cross-section of the shaft where the critical points occur, i.e., the locations where the maximum normal stresses due to bending and maximum shear stress due to torsion coincide. Indicate the internal reactions (bending and torsion moments) in this diagram, as well as the locations of the critical points. 25 points. b.- If the diameter of the shaft is 33 mm, find the stresses at the critical point and use them to find the maximum shear stress at that location as well as the maximum and minimum principal stresses. Note: the bending normal stress can be taken as $\sigma_x$, while the torsion shear stress can be assumed to be $\tau_{xy}$ for the effects of this calculation, all other stresses can be assumed to be zero. 15 points. c. It is known that the material of the shaft is such that it will fail if the maximum shear stress reaches 300 MPa. Is the shaft safe? If so, calculate the factor of safety. 10 points.

View Answer
divider
BEST MATCH

1. (20 pt) Implement a function char *head_tail_trim(char *s1, int h, int t); which copies the characters (except the first h character and last t characters) from the given string s1 into a dynamically created new string and returns the pointer to this new string. If t+h is greater than the length of the string, or h or t is less than 0, return NULL For example: After s = head_tail_trim("ABCDEFG", 2, 3); After s = head_tail_trim("ABCDEFG", 0, 3); After s = head_tail_trim("ABCDEFG", 3, 4); After s = head_tail_trim("ABCDEFG", 5, 4); After s = head_tail_trim("ABCDEFG", -2, 3); s should be pointing to "CD" s should be pointing to "ABCD" s should be pointing to "" s should be NULL. s should be NULL. Suppose standard libraries are included. So, standard library functions can be used if needed. char *head_tail_trim(char *s1, int h, int t) { /* you can use either pointer or array notation */

View Answer
divider