The average number of words in a romance novel is 64,393 and the
standard deviation is 17,382. Assume the distribution is normal.
Let X be the number of words in a randomly selected romance novel.
Round all answers to 4 decimal places where possible.
a. What is the distribution of X? X ~ N(_,_)
b. Find the proportion of all novels that are between 52,226 and
62,655 words.
c. The 70th percentile for novels is words. (Round to
the nearest word)
d. The middle 40% of romance novels have from words
to words. (Round to the nearest word)
In: Statistics and Probability
The average number of words in a romance novel is 64,245 and the standard deviation is 17,316. Assume the distribution is normal. Let X be the number of words in a randomly selected romance novel. Round all answers to 4 decimal places where possible.
a. What is the distribution of X? X ~ N( , )
b. Find the proportion of all novels that are between 48,661 and 65,977 words.
c. The 95th percentile for novels is words. (Round to the nearest word)
d. The middle 50% of romance novels have from words to words. (Round to the nearest word)
In: Statistics and Probability
question 1 – In 150 – 200 words (don’t include the lit cited in the word count) summarize in your own words about why fishing is ethical and should be allowed.
Question 2 – In 150 – 200 words (don’t include the lit cited in the word count) summarize in your own words why fishing is unethical and should not be allowed.
two peer-reviewed journal articles must be cited for each question include arguments that were included in the lectures. You must include in-text citations and literature cited.
In: Biology
A variety of plants are used as folk medicine in the treatment
of hypertension.
Laboratory analyses show that a purified extract from one of these
plants decreases
production of aldosterone in an animal model.
Complete the sentences below to explain how this anti-hypertensive
plant extract might
work. In each case indicate the enzyme, hormone or receptor
targeted and explain how the
action of the extract on this target would result in reduced
aldosterone production.
A. The purified extract inhibits…
(60-word limit)
B. The purified extract blocks…
(60-word limit)
In: Biology
The average number of words in a romance novel is 64,200 and the standard deviation is 17,431. Assume the distribution is normal. Let X be the number of words in a randomly selected romance novel. Round all answers to 4 decimal places where possible.
a. What is the distribution of X? X ~ N( , )
b. Find the proportion of all novels that are between 62,457 and 74,659 words.
c. The 95th percentile for novels is words. (Round to the nearest word)
d. The middle 80% of romance novels have from words to words. (Round to the nearest word)
In: Statistics and Probability
The average number of words in a romance novel is 64,419 and the
standard deviation is 17,160. Assume the distribution is normal.
Let X be the number of words in a randomly selected romance novel.
Round all answers to 4 decimal places where possible.
a. What is the distribution of X? X ~ N(,)
b. Find the proportion of all novels that are between 71,283 and
83,295 words.
c. The 85th percentile for novels is words. (Round to
the nearest word)
d. The middle 60% of romance novels have from words
to words. (Round to the nearest word)
In: Statistics and Probability
Java: The goal is to find the number of unique words found in a story file text.txt but there some conditions each such word must be found in the dictionary WordList.txt file, each such word should not be among the commonly used ones such as a, it, etc. Such forbidden words are listed in a separate file called stopwords.txt. Your output will be the single number which is the number of unique words in the story file. Use only ArrayLists or arrays as data structures for your coding and eliminate anything other than a-z,A-Z, lowercasing each, removing empty strings.
In: Computer Science
Type a 500-600 word response to this topic below:
The B cell response is largely associated with the generation of a tailored antibody response to combat pathogens. This involves a number of steps from the naive B cell’s from first encounter with antigen to becoming an antibody secreting plasma cell, secreting high affinity antibody of a useful isotype.
With this general theme in mind, paint a picture in word of the processes and interactions that occur in secondary lymphoid organs that result in the generation and secretion of high affinity, isotype switched antibodies.
In: Anatomy and Physiology
17. Why should you avoid contrasting red and green as colors on a graph for presentations?
18. Why would you use a semilogarithmic scale line graph instead of an arithmetic scale line graph?
19. Construct a pie chart using your computer. Word works very well for doing this. Use any information you like but it must contain at least 5 sections. It must be original! Do not use the example within Word (i.e. Sales) or from a website. Attach or copy and paste below.
In: Math
This problem requires python(Project: Evaluate Word Problems) Write a script that enables the user to enter mathematical word problems like "two times three" and " seven minus five", then use string processing to break apart the string into the numbers and the operation and return the result. So “two times three” would return 6 and “seven minus five would return 2. To keep things simple, assume the user enters only the words for the numbers 0 through 9 and only the operations ‘ plus’, ‘minus’, ‘times’, and ‘divided by’.
In: Computer Science