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

michele l.

Divider

Questions asked

BEST MATCH

Exercises 1. Boston Executive, Inc., produces executive limousines and currently manufactures the mini- bar inset at these costs: | Variable Costs: | Variable Cost Amount: | Fixed Costs: | Fixed Cost Amount: | |---|---|---|---| | Direct materials | $950 | Depreciation - equipment | $500 | | Direct labor | 650 | Depreciation - building | 200 | | Variable overhead | 300 | Supervisor salaries | 300 | | Total variable costs | 1,900 | Total Fixed costs | 1,000 | Assume that Boston Executive, Inc. uses the total cost method of applying the cost-plus approach to product pricing and desires a profit equal to a 21% return on invested assets of $600,000. a. Determine the total costs and the total cost amount per unit for the production and sale of 1,000 mini-bars. b. Determine the total cost markup percentage (rounded to two places behind the decimal) for mini-bars. c. Determine the selling price of mini-bars. (Round markup to the nearest cent.)

View Answer
divider
BEST MATCH

Construct the 95% confidence intervals for the population variance and standard deviation for the following data assuming that the population is (approximately) normally distributed. $n = 10, s^2 = 9.0$ Use the chi-square distribution table. Round your answers to two decimal places. The 95% confidence interval for $\sigma^2$ is to The 95% confidence interval for $\sigma$ is to

View Answer
divider
BEST MATCH

Geological evidence suggests that oxygenic photosynthesis became important approximately \_\_\_\_ years ago. 500 million 1 billion 2 billion 3.5 billion

View Answer
divider
BEST MATCH

Which statement explains why arrest rates in Texas are rising but the crime rate is decreasing? Group of answer choices There are now more police officers than in the past. The illicit drug trade continues to increase. Texas has a young population. Criminals are released from prison too soon.

View Answer
divider
BEST MATCH

Find the difference quotient $\frac{f(x+h) - f(x)}{h}$ $f(x) = \frac{5}{x - 3}$ Simplify your answer as much as possible $\frac{f(x + h) - f(x)}{h} = $ []

View Answer
divider
BEST MATCH

The marginal utility experienced from consuming the seventh taco is 32.

View Answer
divider
BEST MATCH

4. [-/2 Points] DETAILS SERCP11 12.5.P.048. A 77.2-g ice cube is initially at 0.0°C. (a) Find the change in entropy of the cube after it melts completely at 0.0°C. Hint: The latent heat of fusion for water is $3.33 \times 10^5$ J/kg. J/K (b) What is the change in entropy of the environment in this process? J/K Need Help? Read It MY NOTES PRACTICE ANOTHER

View Answer
divider
BEST MATCH

Convert 2.56 x 10^-2 dL to gal. (6.76 x 10^-4 gal) Convert 5.687 x 10^1 mph (mi/hr) to dm/ms. (2.542 x 10^-1 dm/ms)

View Answer
divider
BEST MATCH

17. Continued... Below is listed a set of conditions which might exist in an imagined mass spectrometry experiment. i) The electron beam inside the ionisation chamber must be of low enough energy for an electron to be captured by M to give M$^- $\ii) The electron beam inside the ionisation chamber must be of high enough energy M to be ionised to give M$^+$ iii) The magnetic field in the mass analyser must be high enough to allow ions M$^+$ and higher through to the detector iv) The sample must be reasonably volatile Which ONE of the following sets of conditions is desirable for a successful experiment? A. i), ii) and iii) B. ii) and iv) C. ii) and iii) D. i) and iii) E. i), iii) and iv)

View Answer
divider
BEST MATCH

Write a definition for the operator<<() function for the Date class described below: The Date class contains information about a calendar date. A date is represented by three integer values representing the month, day, and year of the date. Valid values for the month range from 1 to 12 inclusive. Valid values for the day range from 1 to 31 inclusive. The Date class should have three integer data members representing the month, day, and year for the date. None of the data members should be directly accessible by code outside the Date class. The class has one constructor. The constructor takes three integer parameters to initialize the three data members of the class. The parameters should have the default values of 1 for the month and day and 1900 for the year. The constructor should have two versions: 1. One constructor takes no parameters and sets the month and day to 1 and the year to 1900. 2. The other constructor takes three integer parameters to initialize the three data members. This constructor should call the set member functions described below to set the three data members to the parameters passed in. There should be three member functions to get the value of each of the data members. Each of these takes no parameters and returns an integer. There should be three member functions to set the value of each of the data members. Each of these takes an integer parameter and returns nothing. The set functions should validate the input values and set the data member to 1 if the new value in the parameter is invalid. Otherwise, set the data member to the parameter passed in. The equality operator == should be overloaded for the class to allow two Date objects to be compared. The operator function should return a Boolean value. Two dates are equal if all of their data members are equal. The stream insertion operator should be overloaded for the class to allow a Date object to be printed using the << operator. For example, the date February 19th, 2016, should be printed like this: 2/19/2016. Member functions that do not change any data members of the object that called them should be callable by a constant Date object. Likewise, functions that take a Date object as a parameter should not result in unnecessary copy constructor calls or allow the Date object in the calling routine that was passed in to be altered. Think carefully about where the const keyword needs to be coded.

View Answer
divider