For part 2 of the assignment I have to analyze the cost of each option algebraically by developing algebraic equations with clearly defined variables to represent the cost of each option. I think for option A is is right, but how do I go about an equation for plan B? Jack’s current cell phone contract is coming to an end soon and he is considering changing the current plan. He wants a basic plan with only voice minutes with nothing else. He has spoken to a representative from the cell phone company and told him for the past 2 years, on average, 720 minutes were used each month. Jack is considering making changes his current plan because he received a promotion from his place of employment that will require him to travel more and will be taking on more clients. He wants a plan that will be cost effective by avoiding overages, but does not want a higher priced plan if he is not going to use the minutes. The plan in question is the one he uses for work only and has a separate plan for him and his family. The two voice only plans Jack is considering:Plan A: 900 minutes for $60.00 per month with roll over minutes, unlimited nights and weekends, and unlimited mobile to mobile. Each additional minute is $0.40. Pan B: Unlimited minutes for $70.00 per month, unlimited nights and weekends, and unlimited mobile to mobile. 1B.Plan A: c=60+.40(m-900)Equation used when there are minutes (m) used above the first 900 anytime minutes.c= the cost of the plan if the customer does not go over the allotted minutes or if the customer does go over the allotted minutes allowed.M=the amount of minutes over the first anytime minutes in the plan.Plan B:Equation for the unlimited voice talk plan.

 
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
ORDER NOW

For our last Forum you will propose a research study. This will give you the opportunity to put in practice everything we have learned about conducting research. You do not need to include any analysis but you are required to choose a method of analysis and explain why you have chosen the particular method. Your study will need to include the following information:1) Topic – explain why you have chosen your topic2) Hypothesis (could be in a form of question or stating the Ho and Ha) 3) Population/Participants 4) Sampling method 5) Data gathering method 6) Method of analysis (depending if you are using qualitative or quantitative method)

 
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
ORDER NOW

For polymerization of styrene in tetrahydrofuran at 25C using sodium naphthalide as initiator, the rate constant for propagation is 550 dm3mol-1s-1. If the initial mass concentration of styrene is 156 g dm-3 and that of sodium naphthalide is3.02 x 10-2 g dm-3, calculate the initial rate of polymeriztion and, for complete conversion of the styrene, the number-average molar mass of the polystyrene formed.Comment upon the expected value of the polydispersity index ( Mw/Mn )

 
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
ORDER NOW

18. For planning purposes, truss manufacturers must try to predict the number of hurricanes that will hit the eastern seaboard of the United States in any given year. If this area is hit with an average of 6 hurricanes per year, find the probability that in a given year…

a) …fewer than 3 hurricanes will hit this area. 

b) …between 6 and 8 hurricanes (inclusive) will hit this area.  

c) What is the standard deviation of this distribution?  

 
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
ORDER NOW

U1D2

  • What are the challenges and implications for patient safety when there is conflict within the interprofessional health care team?
  • How will these similar challenges impact clinical nursing practice in your specialty area related to patient safety?
  • What team-based and interprofessional communication strategies and skills would you suggest will be important in your specialty area related to patient safety? Why?

Your initial post should be at least 150 words and have at least one APA-formatted reference.

 
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
ORDER NOW

Assignment 1: Using Measures at Work

It is often said that numbers don’t lie; however, the validity of such a statement is predicated on the quality of data obtained. So how does an organization determine what kind of factors and items to measure, and then how is the best method of measurement determined? Do we measure individual performance, organizational outcomes, employee satisfaction, or something else? As organizations consider such issues, industrial/organizational (I/O) professionals can provide guidance on selecting and implementing metrics in the workplace.

Use your understanding of the application of industrial/organizational (I/O) concepts as well as scholarly sources to address the following questions:

  • What are the advantages and disadvantages of using objective measures as you assess factors such as performance?
  • How do reliability and validity of measurements impact decisions in organizational processes such as employee selection?

Provide an example of a qualitative employee satisfaction measure and a quantitative employee satisfaction measure. Explain the potential use for each.

Your response should directly address each question, providing references and examples to support your points. You should use at least two scholarly sources cited in APA format. Comment in a substantive manner on the responses of at least two of your classmates. Some comments or questions you may consider while responding to your classmates include:

  • Providing another perspective on one of the topic areas
  • Providing an additional reference with an interesting complementary or different view of the topic areas
  • Providing a personal example related to one of the topic areas

Submission Details:

  • Write your initial response in a minimum of 300–400 words.
 
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
ORDER NOW

For people who buy ice cream, the all-time favorite is still vanilla. About 25% of ice cream sales are vanilla. Suppose that 175 customers go to a grocery store in Cheyenne, Wyoming, today to buy ice cream. Using normal approximation for this binomial distribution Poin a) Which assumptions need to be satisfied in order for you to use the normal approximation for the binomial distribution? Verify. b) What is the probability that more than or equal to 55 people will buy vanilla without correction for continuity? c) What is the probability that less than or equal to 40 people will buy vanilla with correction for continuity?

 
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
ORDER NOW

For Part II of your final project, you will implement your plan for the scenario below. Project plan should include the entity relationship diagram (ERD), tables, and SQL statements.

Scenario

Imagine that you just started a new job at ABC Car Sales. You’ve been given the task of adding all the new and used car inventory to a new database management system (DBMS). You would like to manage the new and used car sales in the new DBMS system.

Listed below are the categories of information that you will need to input in the new database for each type of inventory:

New Vehicle Inventory

Used Vehicle Inventory

VIN Number

VIN Number

Price

Price

Make

Make

Model

Model

Year

Year

Exterior Color

Exterior Color

Interior Color

Interior Color

Transmission (Manual/Automatic)

Transmission (Manual/Automatic)

Engine (# of cylinders)

Engine (# of cylinders)

Mileage

Mileage

Fully loaded (Yes/No)

Fully loaded (Yes/No)

Carfax Report (Yes/No)

You will also want to track the following types of information for new and used car sales, including specific customer data.

New Car Sales

Used Car Sales

Sales ID Number

Sales ID Number

VIN Number

VIN Number

Customer ID

Customer ID

Advertised Price

Advertised Price

Purchase Price

Purchase Price

Financed (Yes/No)

Financed (Yes/No)

Date sold

Date sold

Customer

Customer ID

First Name

Last Name

Address

Phone Number

Sales ID Number

Instructions

For Part II of the final project, complete the following and submit it as a Word document.

  1. List all tables with primary keys and foreign keys identified.
  2. List all functional dependencies.
  3. Provide the following SQL Statements:
  • CREATE query for the New Car Inventory table
  • CREATE query for the Used Car Inventory table
  • INSERT Used Car Inventory
  • INSERT New Car Inventory
  • INSERT Used Car Sale
  • INSERT New Car Sale
  • INSERT Customer
  • UPDATE New Car Inventory
  • UPDATE Used Car Inventory
  • UPDATE Customer
  1. Provide a query for each task listed below:
  • identify which color car was the most popular customer choice
  • give a list of all the used cars that were sold for less than $20,000
  • lists all new cars for sale that are priced higher than $40,000
  • lists all fully loaded used cars for sale that have less than $30,000 miles
  • lists all cars sold this year
  • list customers who bought more than one car in the past three years
  • lists all manual cars with a 6-cylinder engine and the list displays the VIN number, whether it is a new or used car and the interior and exterior color
 
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
ORDER NOW

Q.1. For purpose of calculating the safety stock of a particular item, we are interested in having an estimate of the MAD or MSE of forecast errors. No historical forecasts are available, but historical monthly demand data for three years are available. An analyst on your staff has proposed using the MAD with the following procedure for estimating it:

Step 1 Plot the three years of data

Step 2 Fit the best straight line to it

Step 3 For each month find the absolute deviation

Where  is the actual demand in month t and  is the value read off the straight line – found at Step 2 – at month t.

STEP 4 MAD = average value of | over the 36 months.

  • Questions needs to be answered :
  • Discuss why the MAD found by this procedure might be lower than actually achievable by statistical forecasting.
  • Discuss why the MAD found by this procedure might be substantially higher than that actually achievable by a forecasting procedure.
  • Why might the MSE be a better choice?
 
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
ORDER NOW

For prtrivedi to answer:Please provide (as you have before) excel file/worksheet for future homework problems.Thank You

  • Attachment 1
  • Attachment 2

Wizard CompanyReal Estate DivisionCost of Equity of Real Estate Division is given by CAPM Model : Ke= Rf + β*(Rm – Rf)Risk Free rate Rf4.40%Market risk premium (Rm Rf)6.10%β1.3Cost of…

 
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
ORDER NOW