P(Apricot) = 2xP(Banana)
P(Apricot) + P(Banana) = 1
2xP(Banana) + P(Banana) = 1
P(Banana) = 1/3
P(Apricot) = 2x1/3 = 2/3
P(the two phones sold are the same) = P(both phones are Apricot) + P(both phones are Banana)
= (2/3 x 2/3) + (1/3 x 1/3)
= 5/9
1.6.3. At a Phonesmart store, each phone sold is twice as likely to be an Apricot...
The Phone Company has the following costs of producing and selling a cell phone assuming it produces and sells the normal volume of 100,000 of these cell phones per month: Per unit manufacturing cost Direct materials $50.00 Direct labor 10.00 Variable manufacturing overhead cost 40.00 Fixed manufacturing overhead cost 30.00 Per unit selling cost Variable 15.00 Fixed 10.00 Note that 100,000 (normal volume of production and sales) is...
1. In some countries, bananas sold under the 'Dole' brand name are available on convenience store counters where people pay for their shopping. Such stores also sell products such as chocolate bars, snacks, convenience meals and so on. The bananas are clearly branded with a Dole sticker and they are presented in a box that is also branded Dole. The bananas do not come in any other packaging than their natural skin. The price of each banana is 3 times...
Phone Company The Phone Company has the following costs of producing and selling a cell phone assuming it produces and sells the normal volume of 100,000 of these cell phones per month: Per unit manufacturing cost Direct materials $50.00 Direct labor 10.00 Variable manufacturing overhead cost 40.00 Fixed manufacturing overhead cost 30.00 Per unit selling cost Variable 15.00 Fixed 10.00 Note that 100,000 (normal volume of production and...
TS nortunately, any cases not sold by the end of the month are of no value, due to spoilage. How many cases of cheese should Jason manufacture each month? 3-27 Farm Grown, Inc., produces cases of perishable food products. Each case contains an assortment of veg- etables and other farm products. Each case costs $5 and sells for $15. If there are any cases not sold by the end of the day, they are sold to a large food pro-...
Question 1 The domestic demand function for Phone X is P = 800 - 2Q and the domestic supply for Phone X is P = 200 + 1Qs . Assuming a competitive market for Phone X: (a) Calculate the equilibrium quantity (Q*) for Phone X (show ALL calculations clearly). (b) Calculate the equilibrium price (P') for Phone X (show ALL calculations clearly). (c) At what price will the domestic quantity demanded be equal to zero (i.e., the price at which...
QUESTION 2 Muhibah Group manufactures smart phones that can be sold directly to retail outlets or to the Mother Company for further processing and eventual sale by them as a completely different model. The demand function for each of these markets is Retail Outlets: P 60-2Q1 Mother Company: P2-40 -Q2 where P, and P2 are the prices charged and Q, and Q2 are the quantities sold in the respective markets. Muhibah's total cost function for the manufacture of this smart...
A rug company is holding a 2-week carpet sale at a local warehouse store. They plan to sell carpets for $500 each. The company will purchase the carpets from a local distributor for $350 each, with the option to return any unsold units for a full refund. The warehouse offered two payment alternatives for the use of space - A fixed payment of $5,100 for the sale period or 10% of total revenues earned during the sale. The rug company...
Object oriented design: Write a program that implements the basic flow, the startup scenario (For a retail store) and the alternative flow: An item with the specified identifier has already been entered in the current sale. Program increases the sold quantity of the item, and presents item description, price, and running total. You do not have to program any other alternative flows or add any other functionality. You are also not required to code the view, you may replace the...
A case study in the chapter describes a phone conversation between the presidents of American Airlines and Braniff Airways. Let’s analyze the game between the two companies. Suppose that each company can charge either a high price for tickets or a low price. If one company charges $100, it earns low profits if the other company charges $100 also and high profits if the other company charges $200. On the other hand, if the company charges $200, it earns very...
Read person information in file person.txt and store to array p
using DYNAMIC MEMORY. Set the spouse pointer for
each person to NULL value first.
Perform marry operation for Mary and Tom. You can marry two
person by setting their spouse pointer to point to each other
(store address of one another). You need to go through the array to
find Mary and Tom by comparing name using strcmp.
Print out the content in array p where you need to...