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

timothy a.

Divider

Questions asked

BEST MATCH

A concave mirror in an amusement park has a radius of curvature of 4.0 m. A child stands in front of the mirror so that she appears 3.0 times taller than her actual height. If the image is upright, how far is she standing from the mirror?A. 1.1 mB. 3.0 mC. 2.8 mD. 1.3 m

View Answer
divider
BEST MATCH

The 5 domains of social determinants of health include all of the following, EXCEPT: a. Education b. Economic stability c. Wealth management d. Social and community contexts e. Healthcare f. Neighborhood and built environment

View Answer
divider
BEST MATCH

Evaluate the factorial expression. \frac{8!}{(8-4)!} 336 1680 8 1

View Answer
divider
BEST MATCH

The text provided appears to be formatted correctly and free from any spelling, typographical, grammatical, OCR, or mathematical errors.

View Answer
divider
BEST MATCH

A particular brand of diet margarine was analyzed to determine the level of polyunsaturated fatty acid (in percentages). A sample of six packages resulted in the following data: 16.8, 17.2, 17.4, 16.9, 16.5, 17.1. What is the level of confidence for values between 16.65 and 17.32?

View Answer
divider
BEST MATCH

1. Aubie Tech wants to expand their current manufacturing process with a new fully automated plastic molding machine. The machine costs $100,000 including shipping and installation fees. It falls into the MACRS 3-year class and it will have an estimated salvage value of $60,000 when sold after 2 years. The machine will be fully financed from a local bank. The payments are made at the end of each year, $59,169.81 annually for the next two years. The loan amortization schedule is given below. With the purchase of the machine, the company will generate $250,000 extra income per year, but considering the electricity usage, machine programming and regular maintenance, it will add expenses of $50,000 annually. Find the present worth of the project if MARR of the company is 15%. Is this expansion economically attractive? (Hint: You need to find after tax cash flows to figure the present worth of this project.) (60 points) Years Interest Principal Balance 0 1 $12,000.00 $47,169.81 $100,000.00 2 $6,339.62 $52,830.19 $0.00

View Answer
divider
BEST MATCH

14. Given the following class and array declaration, how would you print out the age of the 10<sup>th</sup> person in the array? class personClass { public: void setAge(int newAge); void setGender(char newGender); void setSalary(float newSalary); int getAge(); char getGender(); float getSalary(); private: int age; char gender; float salary; personClass[] people = new personClass[100]; a. System.out.println(people[10]); b. System.out.println(people[9]); c. System.out.println(people[9].age); d. System.out.println(people[9].getAge());

View Answer
divider
BEST MATCH

Which of the following are separable differential equations? 2 A. $y \ln(x) \frac{dy}{dx} = \left(\frac{y+1}{x}\right)^2$ B. $\frac{dy}{dx} = \sqrt{1 + xy}$ C. $\frac{dy}{dx} = e^{(3x+2y)}$ D. $\frac{dy}{dx} = \sin(xy)$ E. $x(1 + y^2)^{\frac{1}{2}}dx = y(1 + x^2)^{\frac{1}{2}}dy$ F. $\frac{dy}{dx} = -\frac{x}{y}$

View Answer
divider
BEST MATCH

Consider the following signal: n = u(n+1)at Find the following signal: 1 - x(n)^2 - n^3 - n - 1 Om = {0, 1, 0, 1, 1} x(-n) = {1, 1, 0} x(n-1) = {0, 1, 0, 1, 1} Oxn = {0, 1, 0, 1, 1} x(-n) = {1, 1, 1, 0} x(n-1) = {0, 1, 0, 1, 1} Oxn = {0, 1, 0, 1, 1} xn = {1, 1, 0, 1, 0} xn1 = {0, 1, 1, 1} On = {0, 1, 1, 1, 1} r-n = {1, 1, 0, 1} xn-1 = {0, 1, 0, 1, 1}

View Answer
divider
BEST MATCH

C++ is the Language. A supermarket has 9 cashiers. Customers arrive and leave at random time intervals. Use 0-5 seconds for this project. The goal of the program is to put the next arriving customer in the shortest queue out of the 9 cashiers. Your program will need to loop infinitely to simulate the passing of a certain amount of time. I suggest looping the program every 50 ms and clearing the screen and displaying all queues. Use a simple for loop as a delay. 1. Needs to be Modular 2. Needs to commented throughout explaining each part 3. Needs to use any mix of arrays, hashes, collision handling etc if applicable

View Answer
divider