Questions
outline the key financial statistics for the company ‘Pitney Bowes’. include data such as market capitalization,...

outline the key financial statistics for the company ‘Pitney Bowes’. include data such as market capitalization, net sales, net income, debt ratios along with number of employees and the company’s geographical footprint. Give a brief comparison of the company’s performance compared to industry averages

In: Advanced Math

Your job is to fully staff your facility at the lowest cost. The facility must have...

Your job is to fully staff your facility at the lowest cost. The facility must have at least 2 people w working from 6am-8pm Monday thru Friday and at least 1 person working from 10am to 6 pm on Saturdays. Nobody works on Sundays. Full time staff must work 8 hours a day, five days a week. Part time staff work 4 hours a day, 5 days a week. Nobody is allowed to work overtime. All employees receive the same hourly rate. What is the number of part time and full time employees that fully staffs the operation with the smallest total labor cost?

In: Advanced Math

"Find the retail cost of gasoline (per unit volume) in your area and find the cost...

"Find the retail cost of gasoline (per unit volume) in your area and find the cost of electricity for residential users in your area. (a) Compare the cost of energy (per MJ) from gasoline and from electricity (b) The efficiency of a gasoline automobile is about 20% and the efficiency of a battery electric vehicle is about 85%. Discuss the relative transportation costs for gasoline and electric vehicles."

In: Advanced Math

a real sequence xn is defined inductively by x1 =1 and xn+1 = sqrt(xn +6) for...

a real sequence xn is defined inductively by x1 =1 and xn+1 = sqrt(xn +6) for every n belongs to N

a) prove by induction that xn is increasing and xn <3 for every n belongs to N

b) deduce that xn converges and find its limit

In: Advanced Math

1(a) If ut − kuxx = f, vt − kvxx = g, f ≤ g, and...

1(a) If ut − kuxx = f, vt − kvxx = g, f ≤ g, and u ≤ v at x = 0, x = l and t = 0, prove that u ≤ v for 0 ≤ x ≤ l, 0 ≤ t < ∞.

(b) If vt − vxx ≥ cos x for −π/2 ≤ x ≤ π/2, 0 < t < ∞, and if v(−π/2, t) ≥ 0, v(π/2, t) ≥ 0 and v(x, 0) ≥ cos x, use part (a) to show that v(x, t) ≥ (1 − e −t ) cos x.

In: Advanced Math

Where QdBG is quantity demanded of boardgames. PBG is the price of boardgames. PP is the...

Where QdBG is quantity demanded of boardgames. PBG is the price of boardgames. PP is the average price of puzzles. M is average annual household income. Pop is the population. Ad is the annual dollars spent on advertising. R is the cost of capital to the firm denoted by the average interest rate (in decimal format). Suppose PP = $7, Pop = 1,000,000, M = $60,000, and Ad = $10,000.
a) Calculate the quantity demanded of the boardgames if its price is $9.
b) Calculate the POINT price elasticity of demand for the boardgames at this price; Based on your
calculation, is the demand for boardgames inelastic or elastic in this price range?
c) Calculate the POINT cross-price elasticity of demand for puzzles; Based on your calculation, are puzzles and boardgames considered to be substitutes or complements?
d) Calculate the POINT income elasticity of demand for boardgames; Based on your calculation, are
boardgames considered to be a normal good or inferior good? A necessity or luxury good?

e) Find the inverse demand function.
f) Find the total revenue function for boardgames: TR =f(Q).
g) At what price and quantity would the boardgames maximize its monthly revenue? Verify you found
a maximum.
h) Calculate the advertising elasticity of demand.
i. Is the response by consumers elastic or inelastic?
ii. What, if any, change in Total Revenues associated with boardgames occurs due to the change
in advertising?
iii. Is the extra advertising dollars a good investment? Why or why not? Is there any additional
information you would want to know before deciding to advertise more or less?

In: Advanced Math

If you needed to compare two simulated scenarios, and in one of them a self-driving car...

If you needed to compare two simulated scenarios, and in one of them a self-driving car is braking up to -3 meters per second squared, in another up to -8 meters per second squared (unit of acceleration), which one do you think is more risky? Please explain your answer or how you arrived to this conclusion.

In: Advanced Math

Consider an algebra where the vector space is ℝ3 and the multiplication of vectors is the...

Consider an algebra where the vector space is ℝ3 and the multiplication of vectors is the conventional cross product you learned as a beginning physics student. Find the structure constants of this algebra.

In: Advanced Math

Find Taylor series expansion for sin^2(z)

Find Taylor series expansion for sin^2(z)

In: Advanced Math

Solve by reduction of order xy" - xy' + y = 0

Solve by reduction of order

xy" - xy' + y = 0

In: Advanced Math

An experiment was conducted to test the effect of different lighting systems and the presence or...

  1. An experiment was conducted to test the effect of different lighting systems and the presence or absence of a watchman on the average number of car burglaries per month at a parking garage. The data are in the following table and also in the file GARAGE, where the variables are named BURGLAR, LIGHTING and WATCHMAN.

Lighting

Watchman

Mean Number of Burglaries

poor

no

2.80

good

no

1.00

poor

yes

2.40

good

yes

0.75

  1. Using the Lenth procedure, find which effect(s) (if any) appear significant.

effects

  1. Interpret all of these significant effects.
  2. Permanently upgrading the lighting in the garage will cost $700 per month. Hiring awatchman will cost $3000 per month. It is estimated that lawsuits and loss of business cost on average $2000 per burglary. Is it worth it to hire a watchman, install lights or both?

In: Advanced Math

The Knapsack problem is an optimization problem that asks to fill a knapsack with maximum possible...

The Knapsack problem is an optimization problem that asks to fill a knapsack with maximum possible value. Using greedy paradigm, we can solve this problem easily. Your task is the following:

(a) Write the pseudo-code of a greedy solution for knapsack problem.
(b) Give is the time complexity of your solution in part (a).
(c) Implement part (a) in C programming language.

In: Advanced Math

Give a proof or counterexample, whichever is appropriate. 1. NOT (∃x, (P(x) OR Q(x) OR R(x)))...

Give a proof or counterexample, whichever is appropriate.

1. NOT (∃x, (P(x) OR Q(x) OR R(x))) is logically equivalent to ∀x, ((NOT P(x)) AND (NOT Q(x)) AND (NOT R(x))).

2. NOT (∃x, (P(x) AND Q(x) AND R(x))) is logically equivalent to ∀x, ((NOT P(x)) OR (NOT Q(x)) OR (NOT R(x))).

3. NOT (∃x, (P(x) ⇒ Q(x))) is logically equivalent to ∀x, (P(x)⇒ NOT Q(x)).

4. NOT (∃x, (P(x) ⇒ Q(x))) is logically equivalent to ∀x, (P(x) AND (NOT Q(x))).

5. ∃x, (P(x) OR Q(x)) is logically equivalent to (∃x, P(x)) OR (∃x, Q(x)).

6. ∃x, (P(x) AND Q(x)) is logically equivalent to (∃x, P(x)) AND (∃x, Q(x)).

7. ∀x, (P(x) OR Q(x)) is logically equivalent to (∀x, P(x)) OR (∀x, Q(x)).

8. ∀x, (P(x) AND Q(x)) is logically equivalent to (∀x, P(x)) AND (∀x, Q(x)).

9. ∀x, (P (x) ⇒ Q(x)) is logically equivalent to (∀x, (x)) ⇒ (∀x, Q(x)).

In: Advanced Math

Want a SEIRS model with stochastic transmission project proposal under the following headings for a MSc...

Want a SEIRS model with stochastic transmission project proposal under the following headings for a MSc student in Applied Mathematical Modelling :
1)Topic
2) introduction
3) Background to the study
4)problem statement
5)aims
6)objectives
7)methodology

In: Advanced Math

describe through mathematics how the central concepts of convergence and continuity transform from the usual Euclidean...

describe through mathematics how the central concepts of convergence and continuity transform from the usual Euclidean distance on the real line, to the more abstract notion of distance as given by a metric on a metric space, to finally a description that only refers to open sets. It should also describe how the concept of topology emerges from metric spaces.

In: Advanced Math