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

heather m.

Divider

Questions asked

BEST MATCH

Dennis is due to receive a work-related bonus of $2,500.00. This bonus will be paid separately from his regular bi-weekly salary of $1,800.00. Calculate Dennis Canada Pension Plan contribution on the bonus. His first Canada Pension Plan contributions to date after the regular pay is made, are $3,842.50

View Answer
divider
BEST MATCH

A student (whose mass is M? = 68 kg) is hanging on to a rope (of negligible mass). The rope is hung over a frictionless pulley and is connected at its other end to a crate of mass M? = 84 kg, as in the figure. The crate is initially hoisted up then allowed to fall while the student continues to hang on to the rope and is lifted up by the rope. What is the magnitude of the acceleration of the student while the crate falls? Your answer should be in m/s², but enter only the numerical part in the box.

View Answer
divider
BEST MATCH

Derive a relation between Static and Stagnation pressure with the help of Bernoulli's Equation. A Pitot tube is used to measure the velocity of an airstream at 20 $^\circ$C and 1.0 atm. If the velocity is 2.5 m/s, what is the dynamic pressure in newtons per square meter? [4+2 = 6 Marks]

View Answer
divider
BEST MATCH

The survey question, "Do you think that premarital sex is biblically wrong and that persons who engage in premarital sex will likely go to hell?" is considered an erroneous question because it involves religion, involves attitudes which are likely to change over time, and is a double-barreled question that elicits a socially desirable answer.

View Answer
divider
BEST MATCH

Evaluate the integral or state that it diverges.\\ $\int_{1}^{\infty} \frac{dx}{\sqrt{x}}$\ Select the correct choice below and, if necessary, fill in the answer box to complete your choice.\\ A. $\int_{1}^{\infty} \frac{dx}{\sqrt{x}} = \Box$\ B. The improper integral diverges.

View Answer
divider
BEST MATCH

Please help. All answers with steps. Q16: A positive charge +q is moving with velocity v = v.i enters a uniform magnetic field B = Bi + Bj. The magnetic force on the charge is: A) qvB(-k) B) qvBk C) qvB + B^2 D) qvB(k) E) qvB(k) Q14: A beam of electrons enters a region of uniform magnetic field B = 0.4T pointing out of the page plane. The electrons enter the magnetic field with speed v = 510m/s and make a half circle as shown. The magnetic force (in N) on the electrons at point b is: A) 2410 B) 3210 C) 2410 D) -3210 E) Zero Q14: A charged particle has a mass of 4 * 10^-18 kg and is moving with a speed v = 310m/s enters a region of uniform magnetic field of 510T as shown in the figure. If the radius of the particle's path is r = 610m, then the charge (in C) of the particle is: A) 8.0 B) 6.0 C) 3.0 D) 4.0 E) Zero

View Answer
divider
BEST MATCH

residents, each person was asked if he or she favored the concept of having a single, countywide police agency. The county is composed of one large city and many suburban townships. The residence (city or outside the city) and the responses of the residents are summarized in the following table. (Enter your probabilities as fractions.) Rasalidience Favor Oppose Total In the city 60 50 110 Outside the city 35 5 40 Total 95 55 150 (a) What is the probability that a randomly selected individual from this group of respondents is in favor of the concept of having a single, countywide police agency? (b) Criculate the probability. The probability that a randomly selected individual from this group of respondents lives in the city is

View Answer
divider
BEST MATCH

Q1) (10 points) Answer the following questions in a separate document. a) (2 points) Assign the keys 57, 135, 22, 35, 68, 124, 77, 150, 95, 88 to the nodes of the binary search tree shown below. Feel free to do trial and error to fill the tree with the given list of keys. b) (2 points) There is a list of random keys and a tree with the same predefined tree structure in problem a) above. The number of keys in the list is the same as the number of available nodes of the tree. We want to systematically fill in all the nodes of the tree with the keys from the randomly ordered list of any set of keys. Describe a deterministic way to fill the tree completely. c) (2 points) Starting from the root node, we want to populate a BST tree with the keys from a given list without altering its order. Using the keys and the tree in question a) as an example, show the ordered list of the keys which can be sequentially inserted into the tree. Also explain and demonstrate how you would get such a list systematically using the tree from question b). Please limit your description to a sentence or two. d) (2 points) Describe why this specific instance of a binary search tree can't be colored to form a valid red-black tree even without populating keys. e) (2 points) Now let's try to do two rotations to make it an RB tree. Describe how rotations are done and show the final picture of an RB tree showing each node with key value and its color. Q1) Deliverable: Upload a PDF document with the answers to 5 questions with a picture of an RB tree from the last question (e)

View Answer
divider
BEST MATCH

3. [5 pts] Complex numbers to rectangular form Calculate these complex numbers and express your results in rectangular form. \frac{60\angle 30^\circ}{10 - j5} + j2 \frac{30\angle -30^\circ}{(10 - j5)(4 + j2)} + \frac{10}{-5 + j2}

View Answer
divider
BEST MATCH

A dramatic theater has three seating sections, and it charges the following prices for tickets in each section: Section A seats: $20 each Section B seats: $15 each Section C seats: $10 each The number of seats in each section is as follows: Section A: 300 seats Section B: 500 seats Section C: 200 seats Design a program that asks for the number of tickets sold in each section and then displays the amount of income generated from ticket sales. The program should validate the number of seats entered for each section. Requirements Your program should consist of the following: The following constants, declared globally: MAX_A_SEATS = 300 MAX_B_SEATS = 500 MAX_C_SEATS = 200 A_SECTION_PRICE = 20 B_SECTION_PRICE = 15 C_SECTION_PRICE = 10 Module main() Module main() should include the following: Calls to a single function, validateSeats, three times to validate the number of seats in each section. Each of the three calls to validateSeats returns a valid number of seats assigned to variables CountASeats, CountBSeats, and CountCSeats, respectively. Each call to validateSeats should pass the section name ("A", "B", or "C") and the maximum number of seats for that section. Function validateSeats Asks the user to input the number of seats sold. validateSeats should use a single loop to determine if the number input is 0 or greater and less than the maximum number of seats for the section. The user is required to enter a number of seats until a valid number is entered. Once a valid number is entered, return that number to Module main(). (Hint: Use a loop with two conditions to evaluate user input: <=0 and >=maxSeats (where maxSeats is the maximum number of seats passed for each function call.)) Module calculateRevenue Accepts validated seat counts for each section as parameters. Calculates the revenue from each section and displays the total revenue.

View Answer
divider