MAT 240 Applications of Two-Sample Tests
I asked half of my students how often they exercise each week.
Population 1 (My students) Sample Size: 10
Population 1 Student Responses: 0, 0, 2, 3, 5, 5, 5, 5, 5, 6
For the second population, I asked students in the classroom next door (which has kids that are 3 years older than my students) the same question.
Population 2 (Classroom next door): Sample Size: 10
Population 2 Student Responses: 2, 3, 3, 4, 4, 5, 5, 5, 6, 7
I hypothesize that students in older classrooms exercise more. Test my hypothesis at a .05 significance level.
In: Statistics and Probability
The following is a list of prices for zero-coupon bonds of various maturities.
a. Calculate the yield to maturity for a bond
with a maturity of (i) one year; (ii) two years; (iii) three years;
(iv) four years. Assume annual coupon payments. (Do not
round intermediate calculations. Round your answers to 2 decimal
places.)
| Maturity (years) | Price of Bond | ||
| 1 | $ | 978.43 | |
| 2 | 924.97 | ||
| 3 | 840.12 | ||
| 4 | 784.39 | ||
b. Calculate the forward rate for (i) the second
year; (ii) the third year; (iii) the fourth year. Assume annual
coupon payments. (Do not round intermediate calculations.
Round your answers to 2 decimal places.)
| Maturity (years) | Price of Bond | ||
| 1 | $ | 978.43 | |
| 2 | 924.97 | ||
| 3 | 840.12 | ||
| 4 | 784.39 | ||
In: Finance
|
Subject |
x |
y |
|
1 |
2 |
41 |
|
2 |
4 |
72 |
|
3 |
0 |
37 |
|
4 |
3 |
84 |
|
5 |
2 |
52 |
|
6 |
1 |
49 |
In: Statistics and Probability
| CASH FLOWS OVER PROJECT #2's LIFE | ||||||
| Target Rate of Return | 9.229% | |||||
| Net Cash Flows At End of Year | ||||||
| Year Number | 0 | 1 | 2 | 3 | 4 | |
| YEAR | 2019 | 2020 | 2021 | 2022 | 2023 | |
| CAPITAL PRODUCT #2 | -$1,581,500 | $486,300 | $486,700 | $431,100 | $1,123,100 | |
| Cumulative cash flows | -$1,581,500 | -$1,095,200 | -$608,500 | -$177,400 | $945,700 | |
| Discounted cash flows | -$1,581,500 | $445,211 | $407,930 | $330,799 | $788,981 | |
| Cumulative discounted cash flows | -$1,581,500 | -$1,136,289 | -$728,359 | -$397,560 |
$391,421 |
|
Calculate using above information:
1) Net Present Value (NPV)
2) Internal Rate of Return (IRR)
3) Profitability Index (PI)
4) Modified Internal Rate of Return (MIRR)
5) Payback period (PP)
6) Discounted Payback Period (DPP)
In: Finance
Code using JAVA:
must include a "Main Method" to run on "intelliJ".
Hint: Use recursion
"
/**
* Definition for a binary tree node.
* public class TreeNode {
* int val;
* TreeNode left;
* TreeNode right;
* TreeNode() {}
* TreeNode(int val) { this.val = val; }
* TreeNode(int val, TreeNode left, TreeNode right) {
* this.val = val;
* this.left = left;
* this.right = right;
* }
* }
*/
class Solution {
public boolean isSymmetric(TreeNode root) {
}
}
"
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).
For example, this binary tree [1,2,2,3,4,4,3] is symmetric:
1 / \ 2 2 / \ / \ 3 4 4 3
But the following [1,2,2,null,3,null,3] is not:
1 / \ 2 2 \ \ 3 3
Follow up: Solve it both recursively and iteratively.
In: Computer Science
Acetaldehyde is a colorless liquid with a pungent, fruity odor. It is primarily used as a chemical intermediate, principally for the production of acetic acid, pyridine and pyridine bases, peracetic acid, pentaeythritol, butylene glycol, and chloral. Acetaldehyde is a volatile and flammable liquid that is miscible in water, alcohol, ether, benzene, gasoline, and other common organic solvents. In this problem, the synthesis of acetaldehyde via the dehydrogenation of ethanol is to be considered. The following reactions occur during the dehydrogenation of ethanol:

The single-pass conversion of ethanol is typically 60%. The yields for each reaction are approximately:
1. Acetaldehyde 92%
2. Ethyl acetate 4%
3. Butanol 2%
4. Acetic acid 2%
1. For this process, generate a process concept diagram showing all the input and output chemicals.
2. Develop two alternative preliminary process flow diagrams for this process.
In: Chemistry
Authentication and Access Controls
Security enhancements designed to require users to present two or more pieces of evidence or credentials when logging into an account is called multi-factor authentication.
1. Define all four factors of multifactor authentication and give examples of each:
2. True or False: A password and pin is an example of 2-factor authentication.
3. True or False: A password and google authenticator app is an example of 2-factor authentication.
4. What is a constrained user interface?
In: Computer Science
Match the following aqueous solutions with the
appropriate letter from the column on the right.
| 1. | 0.19 m | CuCl2 | A. | Lowest freezing point | ||
| 2. | 0.17 m | Ni(NO3)2 | B. | Second lowest freezing point | ||
| 3. | 0.16 m | K2S | C. | Third lowest freezing point | ||
| 4. | 0.54 m | Sucrose(nonelectrolyte) | D. | Highest freezing point |
another one:
Match the following aqueous solutions with the
appropriate letter from the column on the right.
| 1. | 0.16 m | CoCl2 | A. | Lowest freezing point | ||
| 2. | 0.17 m | CrCl2 | B. | Second lowest freezing point | ||
| 3. | 0.18 m | Mn(NO3)2 | C. | Third lowest freezing point | ||
| 4. | 0.46 m | Glucose(nonelectrolyte) | D. | Highest freezing point |
In: Chemistry
In: Biology
What characteristics do influence on the properties of the solids? why ....
1) Elemental composition
2) Phase composition
3) Defects density
4) Microstructure
In: Physics