Solve the recurrence relation with the given initial conditions.
b0 = 0, b1 = 4, bn = 2bn ? 1 + 2bn ? 2 for n ? 2
In: Math
Check whether the following families of functions of t are linearly independent or not
(a) t^2 + 1, 2t, 4(t + 1)^2
(b) sin(t) cos(t), sin(2t) + cos(2t), cos(2t)
(c) e^2t , e^-2t , 2e^t
(d) 2e^t , 3 cosh(t), 13 sinh(t)
(e) 1/((t^2)-1) , 1/(t + 1), 1/(t-1)
In: Advanced Math
The parking authority in downtown Halifax reported the following information for a sample of 240 customers on the number of hours cars are parked and the amount they are charged: Number of Hours Frequency Amount Charged 1 23 $2 2 41 4 3 54 6 4 41 8 5 38 10 6 11 14 7 6 18 8 26 20 Total 240 a-1. Convert the information on the number of hours parked to a probability distribution. (Round the final answers to 3 decimal places.) Hours Probability 1 2 3 4 5 6 7 8 a-2. Is this a discrete or a continuous probability distribution? b-1. Find the mean and the standard deviation of the number of hours parked. (Round the final answers to 3 decimal places.) Mean Standard deviation b-2. How would you answer the question, how long is a typical customer parked? (Round the final answer to 3 decimal places.) The typical customer is parked for hours. c. Find the mean and standard deviation of the amount charged. (Round the final answers to 2 decimal places.) Mean Standard deviation
In: Statistics and Probability
Correlations
Halt: When people are giving directions, the number of hand movements will be positively correlated to the number of facial expressions.
|
ID |
Column 1 # of Changes in |
Column 2 # of Changes in |
Column 3 |
Column 4 |
Column 5 |
|
Number |
Hand Movements |
Facial Expressions |
|||
|
1 |
2 |
2 |
|||
|
2 |
1 |
9 |
|||
|
3 |
5 |
8 |
|||
|
4 |
2 |
5 |
|||
|
5 |
1 |
4 |
|||
|
6 |
8 |
6 |
|||
|
7 |
3 |
6 |
|||
|
8 |
7 |
9 |
|||
|
9 |
7 |
8 |
|||
|
10 |
5 |
8 |
|||
|
11 |
2 |
6 |
|||
|
12 |
14 |
11 |
|||
In: Math
Suppose that the denomination of the coins in a country are c1 > c2 > . . . cn (e.g. 25, 10, 5, 1 for the United States). The problem to consider is: Given an integer a, find the minimum number of coins needed to make a-cents change. (We assume c1 = 1 and we have unlimited supply of each of the coin types, so that it is always possible to make change for any amount a.) For example, let c3 = 4, c2 = 2, c1 = 1 and a = 6. Then there are 6 distinct ways to make 6-cents change: (6 = 6 × 1, 6 = 4 × 1 + 2, 6 = 1 + 1 + 2 + 2, 6 = 2 + 2 + 2, 6 = 1 + 1 + 4, 6 = 2 + 4). So the answer for this problem instance is 2 coins. (a) A simple heuristic strategy for solving this problem is the following: Always pick the coins with the largest value. For example, for US coins, c1 = 1, c2 = 5, c3 = 10, c4 = 25 and a = 63. We will pick: two 25 coins, one 10 coin, three 1 coin. So we use a total of 6 coins. This strategy does not always work. Describe a counter example. Note: this strategy works for US coins (although the proof is not trivial). So your counter example must use a different coin denominations. (b) Describe a dynamic programming formulation for finding the minimum number of coins needed to make the change, as follows: Define an array A[0..n; 0..a]. The entry A[i, j] is the minimum number of coins needed to make j-cents change, using only the coins with the values c1, c2, . . . , ci . Derive a recursive formula for the entry A[i, j]. The entry A[n, a] will be the answer to the problem. (c) Describe a dynamic programming algorithm for calculating A[∗, ∗] in proper order. The runtime of the algorithm should be at most O(na). (d) Describe an algorithm, that uses A[∗, ∗] and any additional information, to output the optimal solution of the problem. (Namely, output the actual coins needed to make the a cents change).
In: Computer Science
2. Consider the following demand schedule for widgets:
| Price ($ per widget) | Quantity (# per month) |
| 10 | 5 |
| 8 | 40 |
| 6 | 70 |
| 4 | 90 |
| 2 | 100 |
What is the price elasticity of demand for widgets between $8 and $10?______ What is the elasticity of demand between $2 and $4? ______ As price decreases, demand becomes more / less elastic. What is total revenue per month at a price of $4?______ A reduction in price from $4 to $2 causes total revenue to rise / fall because demand is elastic / inelastic. If price is currently $2, then a 1% increase in price will cause a______ percent increase / decrease in quantity demanded.
In: Economics
Find a closed formula for each of the following sequences. Show all work and explain your answers.
(a) {1, 6, 17, 34, 57, 86, 121, . . .}, where a0 = 1.
(b) an = 5an−1 + 4, a0 = 2
(c) an = 10an−1 − 21an−2, a0 = 6, a1 = 26.
In: Advanced Math
QUESTION 1
Studd Enterprises sells big-screen televisions. A concern of management is the number of televisions sold each day. A recent study revealed the number of days that a given number of televisions were sold.
# of TV units sold # of days
0 2
Answer the questions below. For each part, show your calculations and/or explain briefly how you arrived at your answer, as appropriate or needed.
Required:
I need the full Explanation and calculation of the answer
In: Statistics and Probability
The following information regarding a dependent variable (y) and an independent variable (x) is provided.
y x
2 9
4 7
5 6
5 4
7 5
8 1
Determine the least squares estimate of the y-intercept, slope, and coefficient of determination (?2).
In: Statistics and Probability
Given the following cash flows, what is the project's payback for an initial investment of $100,000?
Year 1 - $25,000
Year 2 - $40,000
Year 3 - $45,000
Year 4 - $50,000
a. 2.8 years
b. 2 years
c. Answer cannot be determined.
d. 4 years
In: Accounting