Answer:
a.Attending a movie
Explanation:
The opportunity cost is the cost or value or the item foregone. That is way opportunity cost is also known as alternative foregone.
It is also known as the real cost. When the wants are listed in a scale of preference in the order of priority, the limited resources is used to satisfy the first item on the list while the next unfulfilled want is the opportunity cost.
Therefore, for John, the opportunity cost is attending the movie, option a.
Answer:
$1829000.
Explanation:
Given: Cash sales, $540,000.
Credit sales, $1,440,000.
Sales returns and allowances, $99,000.
Sales discounts, $52,000
Now, computing net sales of Newark.
Net sales= 
Net sales= 
⇒ Net sales= 
∴ Net sales= 
Hence, Newark´s net sales is $1829000.
Answer: $333 Interest and $144 Principal
To find the values for this payment, you will need to use an amortization calculator. If you were not given one, there are numerous ones online.
Simply enter the amount of the loan $100,000. Then, the number of years, 30 is standard. Finally, enter the percent.
It will show you that the total payment is $477 and also the break down of the payment as given in the answer.
Answer:
a company May believe you might buy the product if you didn't know the negative things about it
Explanation:
would would you buy hot dogs if you knew how they were made?
Answer: covariance matrix is
(0.00090 0.00042)
(0.00042 0.00160)
Mean of weekly return = 0.00119
Standard deviation = 0.0279
VaR(0.05) = $1450.73
Explanation:
> S1 = 200*100
> S2 = 100*125
> w1 = S1/(S1+S2)
> w2 = 1 - w1
> w = c(w1,w2)
> means = c(0.001, 0.0015)
> sd = c(0.03, 0.04)
> rho = 0.35
> multiply = w %*%
means> round(mutiply by 5)=0.00119
> cov = matrix(c(sd^2, sd[1]*sd[2]*rho,sd[1]*sd[2]*rho,sd[2]^2),nrow=2) = 0.00090, 0.00042, 0.00042, 0.00160
> sdp = sqrt( w %*% cov %*% w )> round(sdp,4)=0.0279
> VaR = -(S1+S2)*(mup+sdp*qnorm(.05))
=1450.73