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

joseph w.

Divider

Questions asked

BEST MATCH

How many bits are in a byte? 4 12 8 10 SUBMIT

View Answer
divider
BEST MATCH

Find the inverse for each of the following function. g(x)=9x^(3)-7 f^(-1)(x)

View Answer
divider
BEST MATCH

EFFECT OF FILTER ON TRIANGLE WAVE To illustrate the effect of the filter on a non-sinusoidal waveform, set the input signal to be a 1 kHz triangular waveform. According to Fourier theory, the triangular waveform at 1 kHz is equal to a summation of sinusoids of frequencies 1 kHz, 3 kHz, 5 kHz, etc. The formula for a triangular waveform is as follows: $$v(t) = \frac{8}{\pi^2} \left[ \sin(2\pi 1000 t) - \frac{1}{3^2} \sin(2\pi 3000 t) + \frac{1}{5^2} \sin(2\pi 5000 t) - ... \right]$$ (1) According to the principle of superposition, the output of the filter will be the summation of the response of the filter to each of the sinusoids in (1). The output amplitude will be the input amplitude times the frequency response for that frequency. Since our filter is designed to eliminate the 1 kHz signal and pass the 3 kHz signal, we would expect that the output signal would look more like the 3 kHz signal. (Note that the 5 kHz signal is small going into the filter and, as the filter frequency response curve shows, the response of the filter makes the small signal even smaller. If possible capture the filter input and output waveforms using an oscilloscope and plot them in Matlab®. Otherwise, sketch the input and output waveform of the filter circuit as shown on the oscilloscope. Comment on whether it appears that the 1 kHz signal is eliminated.

View Answer
divider
BEST MATCH

A nursing supervisor in an extended-care facility thinks a nurse who has been employed there for 5 years would make an excellent manager for a new unit that is planned. To evaluate the nurse for the new manager position, what areas of employment and skills should be considered?

View Answer
divider
BEST MATCH

An elevator has a mass of 2300 kg. Calculate the power required to lift it a vertical distance of 65 m in a time of 25 s. Neglect energy losses due to friction.

View Answer
divider
BEST MATCH

The beam shown in Figure 3 is subjected to couples M = 4kN-m. It consists of aluminum alloy with modulus of elasticity E = 70 GPa. The shape and dimensions of the cross section are shown. Determine: a) The resulting radius of curvature of the beam's neutral axis (The origin of the system is taken at the centroid of the cross-section that is the x-axis is the neutral axis). b) What is the maximum tensile normal stress, and where does it occur? c) What is the maximum compressive normal stress, and where does it occur?

View Answer
divider
BEST MATCH

2. Haffner Company has 100 units in Finished Goods Inventory at the beginning of the accounting period. During the accounting period, Haffner produced 190 units and sold 290 units for $190 each. All units incurred $95 in variable manufacturing costs and $30 in fixed manufacturing costs. Haffner also incurred $7,300 in Selling and Administrative Costs, all fixed. Calculate the operating income for the year using absorption costing and variable costing. Calculate the total product cost per unit produced under absorption costing and under variable costing. Total product cost per unit Absorption costing Variable costing 125 95 Calculate the operating income for the year using absorption costing. Absorption costing Net Sales Revenue Cost of Goods Sold 55,100 55,100 Gross Profit Fixed Selling and Administrative Expenses Operating Income Calculate the operating income for the year using variable costing. Variable costing Net Sales Revenue Variable Cost Contribution Margin Fixed Manufacturing Costs Fixed Selling and Administrative Expenses Operating Income

View Answer
divider
BEST MATCH

Problem 4: The handle of the hammer is subjected to a force $F = 30$ lb. Determine the moment of this force about point A. 18 in. F 30° 5 in. B 4.1) Draw a free-body diagram of the hand (remember to label distances to point A). 4.2) Determine the component of the force parallel to the hammer. 4.3) Determine the component of the force perpendicular to the hammer. 4.4) Determine the resultant moment about point A due to the 30 lb force on the hammer.

View Answer
divider
BEST MATCH

if the function f(x) is increasing on the interval (a,b) and decreasing on the interval (b,c), then there is a local minimum on the interval (a,c)

View Answer
divider
BEST MATCH

• Write the following Python functions with a variable-length arguments list • Do NOT use Python built-in functions such as max(), sum(), etc. 1. maxVal - returns the largest of arguments (at least one argument needed) • print(maxVal(2)) print(maxVal(2, 1)) print(maxVal(2, 1, 9)) 2. average - returns the average of arguments. If no arguments, return 0. • print(average()) print(average(9)) print(average(1, 2, 3)) print(average(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)) 3. sumOfEvenNum - returns the sum of even numbers of arguments (at least one argument needed) • print(sumOfEvenNum(1, 2, 3)) print(sumOfEvenNum(1, 2, 3, 4, 5, 6, 7, 8, 9, 10))

View Answer
divider