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

amanda s.

Divider

Questions asked

BEST MATCH

Exercise 7-6 (Algo) Variable and Absorption Costing Unit Product Costs and Income Statements [LO7-1, LO7-2] Lynch Company manufactures and sells a single product. The following costs were incurred during the company’s first year of operations: Variable costs per unit: Manufacturing: Direct materials$ 14Direct labor$ 5Variable manufacturing overhead$ 1Variable selling and administrative$ 1Fixed costs per year: Fixed manufacturing overhead$ 264,000Fixed selling and administrative$ 174,000 During the year, the company produced 33,000 units and sold 15,000 units. The selling price of the company’s product is $52 per unit. Required: Assume the company uses absorption costing: Compute the unit product cost.Prepare an income statement for the year. Assume the company uses variable costing: Compute the unit product cost.Prepare an income statement for the year.

View Answer
divider
BEST MATCH

Which system in a developing embryo is the first to become visually evident? Select one: a. circulatory b. excretory c. reproductive d. respiratory e. nervous

View Answer
divider
BEST MATCH

Draw a structural formula for the missing product in the following reaction. \( \text{O} \\ \text{||} \\ \text{HCOH} \) \( + \) \( \text{KHCO}_3 \) \( \xrightarrow{\text{H}_2\text{O}} \) \( ? + \text{CO}_2 + \text{H}_2\text{O} \) • You do not have to consider stereochemistry. • You do not have to explicitly draw H atoms. • Include cationic counter-ions, e.g., Na$^+$, in your answer, but draw them in their own sketcher. CH$_4$ ?

View Answer
divider
BEST MATCH

Nomenclature 3. Give the names of the following ionic compounds that contain polyatomic ions: (a) Al(NO3)3 - Aluminum nitrate (b) KClO3 - Potassium chlorate (c) Co3(PO4)2 - Cobalt(II) phosphate (d) AgCN - Silver cyanide (e) Fe2(SO4)3 - Iron(III) sulfate (f) Cu(OH)2 - Copper(II) hydroxide (g) Mg(C2H3O2)2 - Magnesium acetate (h) (NH4)2SO3 - Ammonium sulfite 4. Give the formulas of the following ionic compounds that contain polyatomic ions: (a) sodium peroxide - Na2O2 (b) cesium carbonate - Cs2CO3 (c) lead(II) chromate - PbCrO4 (d) platinum(IV) chlorite - Pt(ClO2)4 (e) lithium bisulfate - LiHSO4 (f) barium dichromate - BaCr2O7 (g) calcium hypochlorite - Ca(ClO)2 (h) potassium permanganate - KMnO4 5. Give the names of the following covalent compounds: (a) CBr4 - Carbon tetrabromide (b) N2O3 - Dinitrogen trioxide (c) AsF3 - Arsenic trifluoride (d) ICl - Iodine monochloride (e) P2S5 - Diphosphorus pentasulfide (f) B6H6 - Boron hexahydride (g) SiO2 - Silicon dioxide (h) SF6 - Sulfur hexafluoride 6. Give the formulas of the following covalent compounds: (a) phosphorus triiodide - PI3 (b) silicon tetrachloride - SiCl4 (c) dinitrogen pentoxide - N2O5 (d) diboron trisulfide - B2S3 (e) iodine monobromide - IBr (f) arsenic pentafluoride - AsF5 (g) diphosphorus pentasulfide - P2S5 (h) carbon monoxide - CO Title_with_topic: Nomenclature and Naming Ionic and Covalent Compounds

View Answer
divider
BEST MATCH

Q2 Starting with the von Karman momentum equation \begin{equation*} -?_{yx} = ? \frac{d}{dx} \left[ \int_0^? (V - v_x)v_x dy \right] \end{equation*} , derive an expression for the height of the boundary layer ?(x) as a function of the Reynolds number. V is the free stream velocity. Assume the velocity in the boundary layer is linear (note in the class we assumed it was cubic). State the boundary conditions clearly. Q3 Using the derivation in Q1 above, determine an expression for the shear stress ? in terms of the Reynolds number, the viscosity, the velocity and the coordinate x. Q4 using Q2, derive an expression for the total force on a plate surrounded by a moving fluid if the free stream velocity is V. Q5. How long can the plate be if the total force is 0.064N if the fluid is water and the free stream velocity is 2.85 m/s. What is the Reynolds number for this flow?

View Answer
divider
BEST MATCH

Vector potential Consider the following vector field $V: \mathbb{R}^3 \to \mathbb{R}^3$, $V(x, y, z) = (xze^{-x}, xyze^{-x}, y^2e^{-x})$ Decide whether you have a vector potential and/or a potential function and determine those possibly. Thank you

View Answer
divider
BEST MATCH

Fill in the blanks with the terms provided. Not all terms will be used. 3 articular capsule sixth fibrous menisci 0.25 points dense regular synovial membrane cartilaginous eighth Joints start to form by the week of development and progressively differentiate during the fetal period. In the area of future joints, the mesenchyme around the developing bone differentiates into connective tissue, whereas in joints, it differentiates into either fibrocartilage or hyaline cartilage. The development of the synovial joints is more complex. The most laterally placed mesenchyme forms the and supporting ligaments of the joint. Just medial to this region, the mesenchyme forms the which then starts secreting synovial fluid into the joint cavity. The centrally located mesenchyme may be reabsorbed or can form discs, depending on the type of synovial joint. or articular Reset

View Answer
divider
BEST MATCH

Exercise 3 [20 marks] Your next task is to develop a ParkingTariff class. The primary objective is actually to develop a TariffTable, however, there's a design issue that must be solved first. A TariffTable must store a series of parking tariffs. Each is an association between a time period and a cost. You could implement a TariffTable by using two arrays, one containing TimePeriod objects and the other containing Money objects, where the TimePeriod at index i in the first array is associated with the Money object at index I in the second array. CONTINUED That's not a particularly nice solution since there's nothing in the resulting variable declarations to indicate the relationship, and there's potential for mismatch. A better solution is to have a TariffTable contain a collection of ParkingTariff objects, where each ParkingTariff object stores a TimePeriod and Money. Develop a ParkingTariff class of object. Your class will have instance variable(s), constructor(s), and method(s). You should aim to move beyond simple get and set methods to ones that offer greater functionality. With respect to the second point, you may wish to develop the ParkingTariff class in conjunction with the TariffTable class (exercise 3): Think about what a TariffTable object must do. Think about what could be delegated to ParkingTariff objects Evaluate your work by (i) writing a test program, or (ii) writing Junit tests, or (iii) using the jGrasp interactive feature. Your solution will be manually marked by the tutors. 9

View Answer
divider
BEST MATCH

15.31 The current $i_s(t)$ shown in Fig. P15.31a is applied to the circuit shown in Fig. P15.31b. Determine the expression for the steady-state current $i_o(t)$ using the first four harmonics.

View Answer
divider
BEST MATCH

Question 10 1.5 pts Select the pair of compounds that will make a buffer solution when combined: H$_3$PO$_4$ / HPO$_4$$^{2-}$ H$_2$CO$_3$/CO$_3$$^{2-}$ HC$_2$H$_3$O$_2$/C$_2$H$_3$O$_2$$^{-}$ H$_3$O$^+$/OH$^-$ HNO$_3$/NO$_3$$^-$ Question 11 1 pts Select the INCORRECT statement about buffers: A buffer is made of roughly equal amount of a weak acid and its conjugate base. All buffers maintain the pH of the solution they are in at 7.0. If an acid is added to a buffer it will react with the base of the buffer. If a base is added to a buffer it will react with the acid of the buffer. A buffer capacity at maintaining the pH can be exceeded if too large amounts of acid or base are added to it.

View Answer
divider