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

jose francisco f.

Divider

Questions asked

BEST MATCH

Multiple Choice Question The rational choice model shows that the payroll tax reduction part of Carter's plan would have had no effect on the ______ effect of the ______ increase, but would have partially offset the ______ effect. O substitution; income O total; income O income; substitution

View Answer
divider
BEST MATCH

A box with mass m = 2.25 kg rests on the top of a bar. The coefficient of static friction between the box and the bar is \mu s = 0.72 and the coefficient of kinetic friction is \mu k = 0.38.

View Answer
divider
BEST MATCH

H I Ca(NO3)2(aq) NaHCO3(aq) + Ca(NO3)2(aq) NaHCO3(aq) + Ca(NO3)2(aq) NaHCO3(aq) + Ca(NO3)2(aq) CaCO3(s)

View Answer
divider
BEST MATCH

Which of the following would increase the maximum rate of facilitated diffusion? Select one: a. Decrease the concentration gradient of the transported molecule b. Increase the concentration gradient of the transported molecule to the saturation point c. Increase ATP synthesis d. None of the choices are correct. e. Increase the concentration of the competitive molecules

View Answer
divider
BEST MATCH

if the sinoatrial node is completely damaged how will that affect electrical flow through the heart

View Answer
divider
BEST MATCH

b) For the Belleville Washer assignment, you created a 1/8th symmetry model using shell elements. Describe a more efficient means of modeling the washer. Revolve it axisymmetrically? c) Describe the boundary conditions needed to impose a symmetry plane when using shell.

View Answer
divider
BEST MATCH

QUESTION 4 (5 marks) A bottle of wine contains 12.5% ethanol by volume. The density of ethanol (C$_2$H$_5$OH) is 0.789 g/cm$^3$. Calculate the concentration of ethanol in wine in terms of mass percent and molality. QUESTION 5 (5 marks) The reaction 2NO(g) + O$_2$(g) $\rightarrow$ 2NO$_2$(g) was studied, and the following data were obtained, where Rate = $-\frac{d[O_2]}{dt}$ $[NO]_0$ (molecules/cm$^3$) $[O_2]_0$ (molecules/cm$^3$) Initial Rate (molecules cm$^{-3}$s$^{-1}$) 1.00 \times 10$^{18}$ 1.00 \times 10$^{18}$ 2.00 \times 10$^{16}$ 3.00 \times 10$^{18}$ 1.00 \times 10$^{18}$ 1.80 \times 10$^{17}$ 2.50 \times 10$^{18}$ 2.50 \times 10$^{18}$ 3.13 \times 10$^{17}$ What would be the initial rate for an experiment where $[NO]_0$ = 6.21 \times 10$^{18}$ molecules/cm$^3$ and $[O_2]_0$ = 7.36 \times 10$^{18}$ molecules/cm$^3$?

View Answer
divider
BEST MATCH

19. Fig. 16 represents an amplifier. Estimate the poles associated with nodes A, B and the output using Miller's approximation and represent them using small signal parameters ($g_{m1}$, $g_{m2}$, $g_{m3}$, $C_{gs1}$, $C_{gs2}$, etc). Ignore the channel length modulation.

View Answer
divider
BEST MATCH

Project: The Account Class Problem Description: (The Account class) Design a class named Account that contains: • A private int data field named id for the account (default 0). • A private double data field named balance for the account (default 0). • A private double data field named annualInterestRate that stores the current interest rate (default 0). Assume all accounts have the same interest rate. • A private Date data field named dateCreated that stores the date when the account was created. • A no-arg constructor that creates a default account. • A constructor that creates an account with the specified id and initial balance. • The accessor and mutator methods for id, balance, and annualInterestRate. • The accessor method for dateCreated. • A method named getMonthlyInterestRate() that returns the monthly interest rate. • A method named withdraw that withdraws a specified amount from the account. • A method named deposit that deposits a specified amount to the account. Draw the UML diagram for the class. Implement the class. Write a test program that creates an Account object with an account ID of 1122, a balance of $20,000, and an annual interest rate of 4.5%. Use the withdraw method to withdraw $2,500, use the deposit method to deposit $3,000, and print the balance, the monthly interest, and the date when this account was created. public class Test { public static void main(String[] args) { Account account = new Account(1122, 20000); account.setAnnualInterestRate(4.5); account.withdraw(2500); account.deposit(3000); System.out.println("Balance is " + account.getBalance()); System.out.println("Monthly interest is " + account.getMonthlyInterest()); System.out.println("This account was created at " + account.getDateCreated()); } } class Account { // Implement the class here }

View Answer
divider
BEST MATCH

Problem 6-27 (AlgoSell or Process Further Decisions [LO6-7]) Come-Clean Corporation produces a variety of cleaning compounds and solutions for both industrial and household use. While most Grit 337 is a coarse cleaning powder with many industrial uses. It costs $1.20 a pound to make, and it has a selling price of $11.60 a pound. A small portion of the annual production of Grit 337 is retained in the factory for further processing. It is combined with several other ingredients to form a paste that is marketed as Sparkle silver polish. The silver polish sells for $6.00 per jar. This further processing requires one-fourth pound of Grit 337 per jar of silver polish. The additional direct variable costs involved in the processing of a jar of silver polish are: Other ingredients Direct labor Total direct cost $0.60 $1.36 $1.96 Variable manufacturing overhead cost Fixed manufacturing overhead cost (per month) Production supervisor Depreciation of mixing equipment 25% of direct labor cost $3.20 $1,500 Advertising costs for the silver polish total $1,800 per month. Variable selling costs associated with the silver polish are 5% of sales. Due to a recent decline in the demand for silver polish, the company is wondering whether its continued production is advisable. The company wants to determine the following: 1. What is the incremental revenue per jar if Grit 337 is processed further into silver polish instead of selling it as a cleaning powder? (Round your answer to 2 decimal places.) 2. What is the incremental contribution margin per jar if Grit 337 is processed further into silver polish instead of selling it as a cleaning powder? (Round your intermediate calculations and final answer to 2 decimal places.) 3. How many jars of silver polish must be sold each month to exactly offset the avoidable fixed costs incurred to produce and sell the polish? (Round your intermediate calculations to 2 decimal places.) 4. What is the financial advantage or disadvantage of processing Grit 337 further into silver polish rather than selling it as a cleaning powder? (Enter any disadvantages as a negative value. Round your intermediate calculations to 2 decimal places.) 5. What is the financial advantage or disadvantage of selling silver polish instead of selling it as a cleaning powder? (Enter any disadvantages as a negative value. Round your intermediate calculations to 2 decimal places.) Given information: Selling price of Grit 337 (cleaning powder): $11.60 per pound Selling price of Sparkle silver polish: $6.00 per jar Cost to make Grit 337 (cleaning powder): $1.20 per pound Additional direct variable costs to process Grit 337 into silver polish: $1.96 per jar Variable manufacturing overhead cost: $3.20 per jar Fixed manufacturing overhead cost (per month): $1,500 Advertising costs for silver polish (per month): $1,800 Variable selling costs associated with silver polish: 5% of sales

View Answer
divider