Tukey's Post test. Alpha = .05. Group I: 0, 2, 2, 0, 1 Group II: 4, 6, 1, 5, 4 Group III: 1, 3, 0, 1, 0. Step by Step how to solve
In: Math
use the following codes and change In the main-content div, for content, add three select dropdowns separated by line breaks. One will have ID changeFont, one will have ID bgColor and the third will have ID resizeDiv. For changeFont, the options should be: [CHANGE FONT SIZE] value blank, 8 pt. value 8t, 10 pt. value 10pt, 12 pt. value 12pt, 14 pt. value 14pt, and 16 pt. value 16pt. For bgColor the options should be [CHANGE BG COLOR] value blank, black value #00000, red value #ff0000, green value #00ff00, blue value #0000ff, white value #ffffff. For resizeDiv the options should be [RESIZE MAIN DIV] value blank, 150px value 150px, 250px value 250px, 350px value 350px, 450px value 450px, 550px value 550px, 650px value 650px.
3. Write three functions: changeFont(), changeBGColor(), and resizeDiv(). changeFont will change the font size of the main div based on what the user selects, or the default of 12pt if the user selects [CHANGE FONT SIZE]. changeBGColor will change the background color to the color selected, and ALSO set the font color to white if the selection is black, red, or blue, and font color will be black if white or green. The default for changeBGColor will be white with black font. resizeDiv will resize the main content div to the PX selected, or 85% if nothing is selected. HINT: onchange.
HTML
<head>
<!-- title for web page -->
<title>jen's CISS221 JavaScript Template</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link> is used for external stylesheet -->
<link href="JStemplate.css" rel="stylesheet">
</head>
<body>
<div id="banner" class="banner">Mat's Javascript Template</div>
<div id="left-content" class="left-content">Left content</div>
<div id="main-content" class="main-content">This is Main are</div>
<div id="footer" class="footer">©2019 Mat cantor for CISS 221</div>
</body>
</html>
CSS
/* style rule for body */
body{
background-color: #66ff66;
}
/* style rule for banner */
#banner{
padding-top:20pt;
Padding-bottom:20pt;
color:#141414;
background-color:#cccc33;
text-align: center;
font-size: 18pt;
border: 2px solid green ;
padding: 20px;
}
/* style rule for left-content */
#left-content{
background-color: #000000 ;
text-align: center;
height: 45pt;
Width:50pt;
padding-top: 100pt;
color :#cccc33;
float:left;
border: 2px solid green ;
padding: 65px;
}
/* style rule for main-content */
#main-content{
background-color:#ffffff;
text-align: center;
padding-top:120pt;
Padding-bottom:10pt;
color :#cccc33;
border: 2px solid green;
}
/* style rule for footer */
#footer {
background-color: #cccc33;
text-align: center;
font-size: 8pt;
padding-top:10pt;
Padding-bottom:15pt;
border: 2px solid green ;
padding: 20px;
clear:both
}
In: Computer Science
how important is the development of adaptive communication skills for an infant
In: Psychology
Give the expected ground-state electron configurations for the following elements:
a) Ti
b) Ru
c) Sn
d) Sr
e) Se
Please explain this process as well, thank you!
In: Chemistry
determine the [OH-] and pH of a solution tht is 0.140 M in F-.
In: Chemistry
1. ONLY VISUAL STUDIO C# CONSOLE APPLIACTION
(NO JAVA CODING)
In this part of the assignment, you are required to create a C# Console Application project. The project name should be A3<FirstName><LastName>P1. For example a student with first name John and Last name Smith would name the project A3JohnSmithP1.
You are creating a console based math program. This program will be
shown as a menu with several options. The menu should be created
with a do loop.
The first option is to display a list of even numbers beginning at
0. Once this option is selected, the program asks the user for the
number of even numbers to display. After the user provides this
input, all the values should be displayed at once. This option
should be created using a "for" loop.
The second option is to display a sequence of perfect squares. The
program should begin by printing the square of 1, and ask the user
if they to continue or stop and return to the original menu. If the
user does not want to quit, the next square is printed. This
continues until the user wishes to end the sequence. This option
should be created using a while loop.
The third option is to exit the program. Any invalid option entered
by the user should prompt the menu to reappear and ask the same
three options.
Any numeric entry by the user should not crash if the user enters a
string.
Your program must:
a. Use the appropriate loop for each segment. [3 marks]
b. Encapsulate the logic of options 1 and 2 each within their own
method. [4 marks]
c. The functionality of the menu is correct as described. [3
marks]
d. Proper error handling. [3 marks]
e. Adhere to coding standards as described by the course. Marks
will be taken off wherever coding standards are not followed.
In: Computer Science
How does the Ricardian equivalence view of the effect of tax cuts (and budget deficits) differ from the traditional view? What objections to the Ricardian equivalence view have been raised? In your answer, please make sure to clearly define what Ricardian equivalence theorem is.
In: Economics
define culture and what it means, compare and contrast subcultures and counter cultures, compare and contrast values, norms, and beliefs
In: Psychology
I know headquarters wants us to add that new product line,” said Dell Havasi, manager of Billings Company’s Office Products Division. “But I want to see the numbers before I make any move. Our division’s return on investment (ROI) has led the company for three years, and I don’t want any letdown.”
Billings Company is a decentralized wholesaler with five autonomous divisions. The divisions are evaluated on the basis of ROI, with year-end bonuses given to the divisional managers who have the highest ROIs. Operating results for the company’s Office Products Division for this year are given below:
| Sales | $ | 22,045,000 |
| Variable expenses | 13,882,000 | |
| Contribution margin | 8,163,000 | |
| Fixed expenses | 6,070,000 | |
| Net operating income | $ | 2,093,000 |
| Divisional average operating assets | $ | 5,500,000 |
The company had an overall return on investment (ROI) of 16.00% this year (considering all divisions). Next year the Office Products Division has an opportunity to add a new product line that would require an additional investment that would increase average operating assets by $2,501,500. The cost and revenue characteristics of the new product line per year would be:
| Sales | $9,500,000 |
| Variable expenses | 65% of sales |
| Fixed expenses | $2,574,100 |
Required:
1. Compute the Office Products Division’s ROI for this year.
2. Compute the Office Products Division’s ROI for the new product line by itself.
3. Compute the Office Products Division’s ROI for next year assuming that it performs the same as this year and adds the new product line.
4. If you were in Dell Havasi’s position, would you accept or reject the new product line?
5. Why do you suppose headquarters is anxious for the Office Products Division to add the new product line?
6. Suppose that the company’s minimum required rate of return on operating assets is 13% and that performance is evaluated using residual income.
a. Compute the Office Products Division’s residual income for this year.
b. Compute the Office Products Division’s residual income for the new product line by itself.
c. Compute the Office Products Division’s residual income for next year assuming that it performs the same as this year and adds the new product line.
d. Using the residual income approach, if you were in Dell Havasi’s position, would you accept or reject the new product line?
In: Accounting
9.Consider the exothermic equilibrium
2I(g) ? I2(g)
What would be the effect on the position of equilibrium of
a.increasing the total pressure on the system by decreasing its volume. (2 points)
b.adding gaseous I2 to the reaction mixture. (2 points)
c.decreasing the temperature. (2 points)
Please explain answers to get points, thanks!
In: Chemistry
Dwight Donovan, the president of Benson Enterprises, is considering two investment opportunities. Because of limited resources, he will be able to invest in only one of them. Project A is to purchase a machine that will enable factory automation; the machine is expected to have a useful life of three years and no salvage value. Project B supports a training program that will improve the skills of employees operating the current equipment. Initial cash expenditures for Project A are $119,000 and for Project B are $44,000. The annual expected cash inflows are $47,012 for Project A and $18,319 for Project B. Both investments are expected to provide cash flow benefits for the next three years. Benson Enterprises’ cost of capital is 6 percent. (PV of $1 and PVA of $1) (Use appropriate factor(s) from the tables provided.) Compute the net present value of each project. Which project should be adopted based on the net present value approach? Compute the approximate internal rate of return of each project. Which one should be adopted based on the internal rate of return approach?
In: Accounting
Insert the list of elements [11, 14, 16, 4, 7, 2, 23, 28, 19] in this order, into an initially empty AVL tree. Show the details of the insertion process. Note: You must draw a different tree to show the result of each rotation involved. If an insertion requires a double rotation, you must show the result of each rotation separately.
In: Computer Science
Write a program, using functions, to print the lyrics of the song “Old MacDonald.” Your program should print the lyrics for five different animals, similar to the example verse below: Old MacDonald had a farm, Ee-igh, Ee-igh, Oh! And on that farm he had a cow, Ee-igh, Ee-igh, Oh! With a moo, moo here and a moo, moo there. Here a moo, there a moo, everywhere a moo, moo. Old MacDonald had a farm, Ee-igh, Ee-igh, Oh! Include a function that returns multiple values
in python :)
In: Computer Science
QUESTION: Suppose you work in the quality assurance department of a chemical processing plant and it is your responsibility to ascertain whether the viscosity of a certain chemical remains within a prescribed limit. To that end you measure fluid samples using a viscometer.
a. The viscosities of a sample of 10 fluids processed during the day shift were measured to have the following results (Pa.s): 71, 45, 54, 75, 50, 49, 63, 55, 48, 50. Determine the range within which the true mean of the fluid samples from the day shift will be with a 95% confidence.
b. You then proceed to the measure the viscosities of a sample of 10 fluids processed during the night shift. You obtain the following measurements (Pa.s): 73, 45, 59, 75, 53, 58, 72, 54, 42, 52. Determine the range within which the true mean of the fluid samples from the night shift will be with a 95% confidence.
c. Can you state with a 95% probability that the viscosity of the fluid being produced during the day shift is different than the night shift? Frame your response in the form of a hypothesis test.
In: Math
Discuss how erythropoeitin relates to athletic doping, how drugs like epogen might be abused and how one could test for inappropriate use of the drug. Could other cytokines also be abused as drugs?
In: Biology