
55% of all pets sold at a pet store are dogs. One day, 10 people arrive...
54% of all pets sold at a pet store are dogs. One day, 8 people arrive at the store and purchase pets. (Note: One pet is purchased per person.) (a) What is the probability that exactly 3 of them are dogs? (b) If the store has only 6 dogs, what is the probability that they have sufficient dogs for sale that day?
Problem #3: 37% of all pets sold at a pet store are dogs. One day, 9 people arrive at the store and purchase pets. (Note: One per is purchased per person.) (a) What is the probability that exactly 2 of them are dogs? (b) If the store has only 6 dogs, what is the probability that they have sufficient dogs for sale that day? Problem #3(a): Round your answer to 4 decimals Problem #3(b): Round your answer to 4 decimals....
Suppose that 1/5 of all pet owners have their pets bathed professionally. If 10 pet owners are selected at random, what is the probability exactly 3 have their pets bathed professionally? (Hint: What kind of distribution is this?) (b) If 10 pet owners are selected, what is the mean and standard deviation of the number of pet owners have their pets bathed professionally?
Customers arrive at a pet store at a rate of 3/hr. The number of customers between Dog-buyers Y satisfies P (Y = i − 1) = 1/3 (2/3)^(i − 1), i = 1, 2, 3,... meaning, if customer c buys a dog, then the probability the next Dog-buying customer is customer (c + i) is 1/3 (2/3)^(i − 1). Of those that buy dogs, 1/4 buy Cockapoos. What is the probability that 5 Cockapoos will be sold in a 12...
An average of two people per minute arrive at the check-out counter of a grocery store. What is the probability that exactly one will arrive in a given minute?
Case 9.2 Jet’s Pets: Jetadiah Brown wants to establish a pet store called Jet's Pets. Jet thinks there is an opportunity on the north side of the city because he knows that many new subdivisions have been built, and many families have bought homes there. Plus, he knows there are no pet stores located on the north side. The growth in number of families and the lack of competitors strongly suggest a marketing opportunity for Jet's Pets. Case Objective: Jet...
A store selling newspapers orders only n = 5 copies of a certain newspaper every day because of lack of demand. If the number of requests per day (each request is to purchase a copy of the newspaper) follows a Poisson distribution with mean 4.0. a) what is the probability that there are at least three requests to purchase the newspaper in a day? b) what is the expected value of the number sold in a day? Note: The answer...
A department store will place a sale item in a special display for a one-day sale. Previous experience suggests that 29 percent of all customers who pass such a special display will purchase the item. If 2,027 customers will pass the display on the day of the sale, and if a one-item-per-customer limit is placed on the sale item, how many units of the sale item should the store stock in order to have at most a 1 percent chance...
Happy Harry Pets was incorporated on January 1st. The business maintains a retail pet store, providing gourmet dog food and treats, and also provides a full range of pet care services, including grooming, dog-walking, and boarding. The following transactions occurred during the first twelve months of operations: January 1st Common stock is issued in exchange for cash in the amount of ………….………….……………………… 295,000 February 8th The company purchases and pays for 160 units of gourmet dog food at a price...
Project 4: Pet Store Objectives: Create multiple classes in an inheritance hierarchy Use an abstract class Use polymorphism Use an ArrayList Assignment For this project, you get to write a simplified pet store inventory program in Java. To complete this, you will need to have the following classes: Main class PetStore class Pet class Bird class Reptile class Snake class Turtle class Main class: This class is a driver class for the PetStore class. It is not part of the...