a) How many ways can the letters of the word COMPUTER be arranged in a row?
b) How many ways can the letters of the word COMPUTER be arranged in a row if O and M must remain next to each other as either OM or MO?
c) How many permutations of the letters COMPUTER contain P, U and T (all three of them) not to be together in any order?
In: Math
What does probability (random) and non-probability (non-random) sampling mean? Give a short example of how each could be performed to collect data. What are the advantages and disadvantages between probability and non-probability sampling? "Random" is a word that is used too often throughout statistics. Find (or create) two examples of the word "random" being used to represent different meanings.
In: Statistics and Probability
|
The COVID-19 has caused adverse economic and health impact in many countries. Discuss how the affected countries are managing the situation in terms of the following : |
|
|
8.1 |
Cost effective health interventions including new policies |
|
8.2 |
Financing of the above interventions within the budgetary system |
|
(total word count: minimum 1,800; maximum 2,000 excluding the word count for references) |
|
In: Nursing
Need Unique Argumentative Essay
Why We are So Fat: What's Behind the Latest Obesity Rates
Why Americans are Overweight?
At the end, suggest strategies to overcome this issue as well.
Guidelines:
please make it argumentative essay and 100% unique
Word count limit 1000 to 1100 words
I need it In word document form too.
Need in 3 Hours
In: Nursing
THE NOT REPLACE PROBLEM
Must use loops. Please do not use sequence of if statements.
I need it in C++.
Given an input string, set result to a string where every appearance of the lowercase word "is" has been replaced with "is not". The word "is" should not be immediately preceded or followed by a letter -- so for example the "is" in "this" does not count.
• for input of "is test" → "is not test"
• for input of "is-is" → "is not-is not"
• for input of "This is right" → "This is not right"
In: Computer Science
Find solutions for your homework Find solutions for your homework Search home / study / science / nursing / nursing questions and answers / grammar check! "i never said she stole my money." did you know that this sentence changes its ... Your question has been answered Let us know if you got a helpful answer. Rate this answer Question: Grammar Check! "I never said she stole my money." Did you know that this sentence changes its mea... Grammar Check! "I never said she stole my money." Did you know that this sentence changes its meaning depending on which word you stress? Practice your grammar skills by stressing each word in the sentence; notice how the part of speech stressed affects the meaning of the sentence. Which word did you stress first? What meaning does that sentence have? Which word is the most awkward for you to stress? What meaning does THAT sentence have?
In: Nursing
Write a program named "cleanDocument.pl" that will do the following:
Below is an example of how the program works:
Calling the Perl file on the command line like so:
$ cleanDocument.pl document.txt bobsled
or
$ cleanDocument.pl $ What file do you want to open? document.txt $ What word do you want to replace? bobsled
If the file looks like below:
$ cat document.txt I like to use my bobsled during the winter. Whenever I bobsled I have a lot of fun.
Then it will be become:
$ cat document.txt I like to use my ------- during the winter. Whenever I ------- I have a lot of fun.
In: Computer Science
1.
Calculate the markup rate based on selling price for the following item. Round percents to the nearest whole percent.
| Cost | Selling Price | Markup Rate | |
| $151.21 | $288.00 | % |
2.
Complete the following word problem.
What is the cost if the markup is 55% of the selling price and
the selling price is $128? Round dollar amounts to the nearest
cent.
$
3. Complete the following word problem.
What is the cost of an item that sells for $130 and 60% markup
is based on selling price? Round dollar amounts to the nearest
cent.
$
4. Complete the following word problem.
An item's selling price is $19.99 and the markup amount is
$12.12. What is the cost? Round dollar amounts to the nearest
cent.
$
5. Complete the following word problem.
A lamp sells for $125.50 and costs $59.80. What is the markup
rate based on selling price? Round percents to the nearest whole
percent.
%
6.
Calculate the selling price when cost and markup rate are based on selling price for the following item. Round dollar amounts to the nearest cent.
| Cost | Markup Rate | Selling Price | |
| $59.50 | 33% | $ |
In: Accounting
Write a program to receive a string from the user and compares the first and second half of the word and prints “First and Second Half Same” or “First and Second Half Different”. If the length of the word is odd, ignore the middle letter.
For example:
Run 1:
Enter a word: abcdabc
First and Second Half Same
Run 2:
Enter a word: abcde
First and Second Half Different
Hint: use the Math.floor() and length() to get the halves of the string and use the equals() to perform the similarity check inside if-else statement.
**********************************************************************************
Write a program that reads three different integers from the users and prints “all the same” if they are all equal, “all different”, if three numbers are different and “neither” for all other cases.
For example:
Enter first number: 3
Enter first number: 2
Enter first number: 6
All Different.
**********************************************************************************
Write a program that reads three different floating point numbers from the users and prints the largest of those three:
For example:
First number: 2.36
Second number: 2.99
Third number: 2.78
Largest: 2.99
In: Computer Science
Let f(x)=3x^3−7
A) List the critical point(s) of f=
B)f′(x)>0f′(x)>0 for x∈=
C)f′(x)<0f′(x)<0 for x∈=
D)The local maxima of ff occur at x=
E)=The local minima of ff occur at x=
nstructions:
For part (1), give your answer as a single value,
or a list of values, or the word none .
For parts (2) and (3), give
your answer as an interval or a union of intervals, such as
(0,1) or (-inf, 2) U
(3,4), or the word none.
For parts (4) and (5), give
your answer as a comma separated list of xx-values, or the
word none.
Note: You can earn partial credit on this problem.
In: Math