Ace - AI Tutor
Ask Our Educators
Textbooks
My Library
Flashcards
Scribe - AI Notes
Notes & Exams
Download App
jose ignacio rice

jose ignacio r.

Divider

Questions asked

BEST MATCH

(b) When a several masses are attached to a thin disk as shown in Figure Q1.2 at different locations, each mass imposes an inertia force. Given $m_1 = 400$ g, $m_2 = 200$ g and $m_3 = 100$ g while $r_1 = 200$ mm, $r_2 = 300$ mm and $r_3 = 300$ mm. (i) Calculate the balancing masses of $m_b$ assuming $r_b = 300$ mm (12 marks) (ii) Find $\theta_b$ direction measured from positive x-axis (2 marks)

View Answer
divider
BEST MATCH

Question 10 (1 point) John is planning to purchase an asset for $250,000 with six years service life, with an expected salvage value of $10,000. How does the depreciation in year six differ between the straight-line and declining balance methods?

View Answer
divider
BEST MATCH

Waterways Corporation competes in a market economy in which its products must be sold at market prices. Its emphasis is therefore on manufacturing its products at a cost that allows the company to earn its desired profit. This problem asks you to consider various pricing situations for Waterways’ projects. Waterways uses time and material pricing when it bids on irrigation projects. Budgeted data for 2022 are as follows. WATERWAYS CORPORATION Budgeted Costs for Irrigation Projects for 2022 Time Charges Material Loading Charges Labor wages (5,750 hours) $240,000 $ 60,000 Supervisor’s salary 60,000 4,000 Clerical and accountant wages 40,000 Irrigation supplies manager 53,950 21,000 Overhead Total $353,950 $125,000 Waterways has budgeted for 5,750 labor hours. It desires a $14 profit margin per hour of labor and 16% profit on materials. It estimates the total invoice cost of materials in 2022 will be $640,000.

View Answer
divider
BEST MATCH

3 1 point A cash flow budget should include the total amount of cash received from the sale of a tractor. True False

View Answer
divider
BEST MATCH

5. There are 12 students in a class who are performing at the school concert. This represents \( 40 \% \) of the class. How many students are in the class?

View Answer
divider
BEST MATCH

Which of the following is NOT a transmission mechanism? Select one: a. irreversible investments b. intertemporal substitution c. time bunching d. shifts in LRAS

View Answer
divider
BEST MATCH

Complete the reaction given below and show all the products that can be formed.

View Answer
divider
BEST MATCH

3.75 points Save Answer On January 1, 2020, Bailey Co. issued ten-year bonds with a face amount of $5,000,000 and a stated interest rate of 8% payable annually on January 1. The bonds were priced to yield 10%. Present value factors are as follows: Present value of 1 for 10 periods Present value of an ordinary annuity of 1 for 10 periods At 8% At 10% 0.463 0.386 6.710 6.145 The total issue price of the bonds was...? Do not enter $ sign or Comma in your answer - just the amount.

View Answer
divider
BEST MATCH

6.31 Lab training: Unit tests to evaluate your program Auto-graded programming assignments may use a Unit test to test small parts of a program. Unlike a Compare output test, which evaluates your program's output for specific input values, a Unit test evaluates individual functions to determines if each function: * is named correctly and has the correct parameters and return type * calculates and returns the correct value (or prints the correct output) The zyLabs auto-grader runs main.py as a script. In main.py, the line if __name__ == '__main__': is used to separate the main code from the functions' code so that each function can be unit tested. Enter statements to be run as the main code under if __name__ == '__main__':. Indent the statements so the statements belong to the if block. Refer to the subsection Importing modules and executing scripts under section Module basics for more information about running a program as a script. Note: Do not remove if __name__ == '__main__': from the code. Otherwise, the unit tests will fail even though the program produces the correct output. This example lab uses multiple unit tests to test the kilo_to_pounds() function. Complete a program that takes a weight in kilograms as input, converts the weight to pounds, and then outputs the weight in pounds. 1 kilogram = 2.204 pounds (lbs). The program must define the following function: def kilo_to_pounds(kilos) - take kilos as a parameter, convert kilos from kilograms to pounds, and return the weight in pounds. Ex: If the input of the program is: 10 10 is passed to kilo_to_pounds() and the output of the program is: 22.040 lbs The program below has an error in the kilo_to_pounds() function. 1. Try submitting the program for grading (click "Submit mode", then "Submit for grading"). Notice that the first two test cases fail, but the third test case passes. The first test case fails because the program outputs the result from the kilo_to_pounds() function, which has an error. The second test case uses a Unit test to test the kilo_to_pounds() function, which fails. 2. Change the kilo_to_pounds() function to multiply the variable kilos by 2.204, instead of dividing. The return statement should be: return (kilos * 2.204). Submit again. Now the test cases should all pass. Note: A common error is to mistype a function name with the incorrect capitalization. Function names are case sensitive, so if a lab program asks for a kilo_to_pounds() function, a kilo_To_Pounds() function that works for you in "Develop mode" will result in a failed unit test. The unit test will not be able to find kilo_to_pounds(). 6.31.1: Lab training: Unit tests to evaluate your program main.py def kilo_to_pounds(kilos): # This statement intentionally has an error. return (kilos / 2.204) # Main part of the program starts here. Do not remove the line below. if __name__ == '__main__':

View Answer
divider
BEST MATCH

Analysis #6 Equilibrium Solution Kc 1 133 Correct 2 77.4 Correct 3 68.2 Correct 4 61 Correct 5 58 Correct

View Answer
divider