In: Statistics and Probability
Suppose that the joint probability density function of ˜ (X, Y) is given by:´ f X,Y (x,y) = 4x/y3 I(0.1)(x), I (1, ∞)(y).
Calculate
a) P(1/2 < X < 3/4, 0 < Y ≤ 1/3).
b) P(Y > 5).
c) P(Y > X).
In: Statistics and Probability
What is the future value (in $) of cash flows 1-3 at the end of year 3, assuming a 6% interest rate (compounded annually)?
End of year | Cash flow |
1 | $600 |
2 | 871 |
3 | 800 |
4 | 3,500 |
5 | 1,250 |
6 | 4,530 |
7 | 2,350 |
In: Finance
For each call to the following method, indicate what console output is produced:
public void mystery2(int n) {
if (n <= 1) {
System.out.print(n);
} else {
mystery2(n / 2);
System.out.print(", " + n);
}
}
| mystery2(1); | |
| mystery2(4); | |
| mystery2(16); | |
| mystery2(30); | |
| mystery2(100); |
In: Computer Science
Please use the McDonald’s case to answer the following
questions:
1) Is the burger store “Five Guys” belong to the same Strategic
Group as McDonald’s?
Yes or no and why? (4 points)
2) Please identify 1 strategic problem facing McDonald and offer
your recommendation.
(5 points)
In: Operations Management
(define (count-leaves t)
(cond ((null? t) 0)
((not (pair? t)) 1)
(else (+ (count-leaves (car t))
(count-leaves (cdr t))))))
Trace this function with the example:
For example, (count-leaves '((4 5 6) (1 2) () (3) )) returns 6
In: Computer Science
1. Explain M&M proposition 1
2. What is Profitability Index and its pros and cons?
3. What is Payback Period? And its pros and cons?
4. What is NPV? And is it pros and cons?
5. Define financial leverage and explain what an unlevered company means.
In: Finance
Differentiate: do the Derivative for all
(a) f(x) = x ^3 − 5e + x ^5/3
(b) g(x) = x ^2+e^ x / √ x+1
(c) h(x) = 2^sec(x)
(d) j(x) = cos(sin(xe^x ))
(e) f(x) = 2^x sin−1 (x^3 )
(f) g(x) = x ^sec(x)
(g) f(x) = tan−1 ( √ 2x + 1)
(h) h(x) = e^x log3 (x^2 − 1)
(i) g(x) = (cot(x) + 4/ x )(ln(x) − 2e^ x )
(j) j(x) = log2 (sin(xe^x ))
(k) h(x) = √ x ^x
In: Math
Polar Covalent, Covalen or Ionic? What are each of their electronegative charges?
Q: My A:
1. ) K-O Ionic? 4.0(K)-2.0(O)= 2
2.) H-C Covalent 1.0(H)-1(C)=0
3.) S-C Covalent 3(S)-1(C)=2
4.) O-C Covalent 2(O)-1(C)=1
This is how I did it but its not correct as I am seeing in my textbook the numbers have decimals, for example:
NaCl 3.0 (Cl)-0.9(Na)=2.1 Ionic
Where does the 3.0 and 0.9 # come from? I though it was taking the period it was in and that representing the number as you can see in the breakdown above that is probably wrong.
Thank you!
In: Chemistry
1. T The following data represents the number of days absent from school in one school year for a sample of 40 students in Ms. Jinn’s fourth grade class.
0 1 2 2 2 4 5 5 7 7
7 7 8 8 8 8 8 8 10 10
12 12 12 13 14 14 14 14 15 15
16 18 20 20 22 23 24 26 26 34
In: Statistics and Probability