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

chelsea d.

Divider

Questions asked

BEST MATCH

3) A person was located 10 meters away from a pipe carrying Cs-137 liquid waste of linear concentration 100 mCi/m. If the lenght of the pipe is 90 meters, what is the exposure rate if he spent 1 hour at the 10 meters distance. Specific gamma constant is 1.1 mR cm$^2$/(Bq. h)

View Answer
divider
BEST MATCH

Current Attempt in Progress The manufacturing operations of Carla Vista, Inc. had the following inventory balances for the month of January: January 1 January 31 Raw Materials $11,520 $12,480 Work in Process 20,160 22,080 Finished Goods 13,440 11,520 Carla Vista transferred $259,200 of completed goods out of Work in Process Inventory during January. Compute the cost of goods sold for January. Cost of goods sold $

View Answer
divider
BEST MATCH

Consider two sinusoidal waves traveling along a string, modeled as y₁(x,t) = 0.3m sin(4m^(-1) x + 3s^(-1) t) and y₂(x,t) = 0.6m cos(8m^(-1) x - 6s^(-1) t) What is the phase difference between the two waves and what is the height of the resultant wave formed by the interference of the two waves at the position x = 0.5 at time t = 0.2s?

View Answer
divider
BEST MATCH

Read the following news clips and then answer the question. "The Canadian economy started off the year with a remarkable recovery from the COVID pandemic, but heading into 2023, high interest rates are expected to take a significant toll." Source: CTV News, December 23, 2022 "Canada's housing market will return to 'balance' in 2023, Re/Max forecasts." Source: Global News, November 29, 2022. You were considering purchasing a home which would have required you to borrow from a financial institution. As a Conestoga College microeconomics student, use the market model of supply and demand to explain the impact of higher interest rates, ceteris paribus, on the Canadian housing market.

View Answer
divider
BEST MATCH

y'' + 4y' + 5y = (2t + 1)\delta(t - 2), y(0) = 0, y'(0) = 1. 3. [8pts] (Laplace Transform) Express the solution of the initial value problem in terms of a convolution integral

View Answer
divider
BEST MATCH

Mutually Assured Destruction implied that a launch of nuclear weapons by the U.S. or U.S.S.R. would result in the annihilation of both. a) True b) False Question 4 (1 point) Listen Even though the U.S. and U.S.S.R. never directly fought each other during the Cold War, they fought indirectly in various proxy conflicts. a) True b) False

View Answer
divider
BEST MATCH

Exercise 1: (a) Give an example of an increase in software size. (b) Give an example of an increase in complexity. (c) Discuss which type of increase, in your view, is more difficult to handle. (a) (b) (c) Exercise 3: What is meant by integration and why is it important to manage this effort for large systems? Answer: Exercise 4: What are the major tasks in developing and supporting a software system? Answer: Exercise 6: Discuss the three areas that need to be coordinated in a large software engineering project. Is any one of them more important than the others? Explain your conclusion. Answer:

View Answer
divider
BEST MATCH

5) Encik Ikram and Puan Haliza is having a child and is planning to put some saving for their child's education. En Ikram is earning monthly income of RM6,900 and Pn Haliza is earning RM1,600. Both couple are contributing to EPF (11%). Every month RM500 would be deducted to be placed in Amanah Saham Nasional. Below is the financial information that the family have for the year ending 31 December 2016: Items RM Loan payment 1,000 Balance in savings account 4.250 Clothing purchased( per month) 180 Amanah Saham Bumiputera (ASB) 20,000 Computer 1,700 Monthly rent 850 Balance in checking account 820 Food expenditure per month 400 Savings in Tabung Haji 1850 Monthly petrol and toll 330 Daycare 220 Current value of automobile 32.000 Stereo equipment 800 Credit card balance 3,200 Auto insurance 700 Automobile purchase cost 51,000 Balance of ASB loan 9,050 Monthly phone bill 150 Education loan 25,000 Bills per month 110 Parent's allowance 150 Education loan balance 7,500 Dining per month 280 i. Prepare statement of cash flow for the family. Marks) (9

View Answer
divider
BEST MATCH

Wilson's appliance shop uses 7,500 silicone tubes during the year, and this usage is constant throughout the year. These silicone tubes are purchased from a supplier 150 miles out of state for $15 each, and the lead time is 3 days. The holding cost per silicone tubes per year is $2.00, equivalent to 10% of the unit cost and the ordering cost per order is $19.75. There are 300 working days per year. a. What is the EOQ? b. Given the EOQ, c. What is the average inventory? d. What is the annual inventory holding cost? e. In minimizing cost, how many orders would be made each year? f. What would be the annual ordering cost? g. Given the EOQ, what is the total annual inventory cost (including purchase cost)? h. What is the time between orders? i. What is the ROP?

View Answer
divider
BEST MATCH

Text: Problem: Chapter 6 Programming Challenge #4 pg 370 - Safest Driving Area of the Gaddis C++ Book. Constraints: This program must produce screen output that matches the format defined in the sample output below. NO GLOBAL VARIABLES ALLOWED. This program MUST use the following functions: int getNumAccidents() - is passed the name of the region by value and returns the number of accidents for that region. This function must ask the user for the number of accidents for that particular region using the name that was passed and validate the input (see Input Validation requirements below). void findLowest() - is passed the five accident totals by value and returns no value. This function must determine which region has the least amount of accidents and then display the region and the number of accidents for that region. ADDITIONAL FUNCTIONS: void Instruct() - is NOT passed any values and returns no value. This function outputs a description of the program and the developer's name (i.e. programmer's name). Your function MUST display the following text and fill in your name as the developer's name (i.e. replace "PUT YOUR NAME HERE" with your name). **************************************************************** This program will determine which region has the least amount of accidents. You will be prompted to enter the number of accidents for each region. Please enter an Integer. Program Developed by: "PUT YOUR NAME HERE" ***************************************************************** void Average() - is passed by Reference the average variable from main and passed the five accident totals by value. This function averages the five accident totals. All functions are called by main. Input Validation: Do not accept an accident number that is less than 0. If a value less than zero is entered the user must be prompted to enter a valid value. WRITE THE PROGRAM: Write the program for the Problem above. General Pseudo Code for main function: Declare and Initialize Variables Call Instruct() to display the program description Call getNumAccidents() for North Region Call getNumAccidents() for South Region Call getNumAccidents() for East Region Call getNumAccidents() for West Region Call getNumAccidents() for Central Region Call findLowest() Call Average() Output the Average number of Accidents

View Answer
divider