Questions
An engineer randomly inspected 140 rural bridges in a state and found that 50 had serious...

An engineer randomly inspected 140 rural bridges in a state and found that 50 had serious problems. What is a 95% confidence interval for the proportion of bridges in the state with serious problems? (Show work)

In: Statistics and Probability

This program (in python) will display a set of authors and the number of novels written...

This program (in python) will display a set of authors and the number of novels written by each author in both a table and a histogram. You will ask the user for all of the information. Using what you learned about incremental development, use the following approach to create your program:

  1. Prompt the user for the information about the table. First, ask for the title of this data set by prompting the user for a title for data. Output the title.

    Ex:
Enter a title for the data:
Number of Novels Authored
You entered: Number of Novels Authored
  1. The table will have two columns; one for the authors and one for the number of novels. Prompt the user for the headers of two columns of the table. Output the column headers.

    Ex:
Enter the column 1 header:
Author name
You entered: Author name

Enter the column 2 header:
Number of novels
You entered: Number of novels
  1. Prompt the user for data points. Data points must be in this format: string, int, representing the author and the number of novels written by the author. Store the information before the comma into a string variable and the information after the comma into an integer. The user will enter -1 when they have finished entering data points. Output the data points. Store the string components of the data points in a list of strings. Store the integer components of the data points in a list of integers.

    Ex:
Enter a data point (-1 to stop input):
Jane Austen, 6
Author: Jane Austen
Number of Novel(s): 6
  1. Perform error checking for the data point entries as follows:
  • If entry has no comma and is not -1
  • Output: Error: No comma in string.

If the error occurs, output the appropriate error message and prompt again for a valid data point. You can assume that if a comma is present, then the data point is entered correctly.
Ex:

Enter a data point (-1 to stop input):
Ernest Hemingway 9
Error: No comma in string.

Enter a data point (-1 to stop input):
Ernest Hemingway, 9
Author: Ernest Hemingway
Number of Novel(s): 9
  1. Output the information in a formatted table. The title is right justified with a minimum field width value of 33. Column 1 has a minimum field width value of 20. Column 2 has a minimum field width value of 23.

    Ex:
        Number of Novels Authored
Author name         |       Number of novels
--------------------------------------------
Jane Austen         |                      6
Charles Dickens     |                     20
Ernest Hemingway    |                      9
Jack Kerouac        |                     22
F. Scott Fitzgerald |                      8
Mary Shelley        |                      7
Charlotte Bronte    |                      5
Mark Twain          |                     11
Agatha Christie     |                     73
Ian Flemming        |                     14
J.K. Rowling        |                     14
Stephen King        |                     54
Oscar Wilde         |                      1
  1. Output the information as a formatted histogram. Each name is right justified with a minimum field width value of 20.

    Ex:
         Jane Austen ******
     Charles Dickens ********************
    Ernest Hemingway *********
        Jack Kerouac **********************
 F. Scott Fitzgerald ********
        Mary Shelley *******
    Charlotte Bronte *****
          Mark Twain ***********
     Agatha Christie *************************************************************************
        Ian Flemming **************
        J.K. Rowling **************
        Stephen King ******************************************************
         Oscar Wilde *

For this program, you can assume that the user will not enter duplicate author names

In: Computer Science

23.2 PROJECT 2 : Data Visualization using LOOPS (python) This program will display a set of...

23.2 PROJECT 2 : Data Visualization using LOOPS (python)

This program will display a set of authors and the number of novels written by each author in both a table and a histogram. You will ask the user for all of the information. Using what you learned about incremental development, use the following approach to create your program:

  1. Prompt the user for the information about the table. First, ask for the title of this data set by prompting the user for a title for data. Output the title.

    Ex:
Enter a title for the data:
Number of Novels Authored
You entered: Number of Novels Authored
  1. The table will have two columns; one for the authors and one for the number of novels. Prompt the user for the headers of two columns of the table. Output the column headers.

    Ex:
Enter the column 1 header:
Author name
You entered: Author name

Enter the column 2 header:
Number of novels
You entered: Number of novels
  1. Prompt the user for data points. Data points must be in this format: string, int, representing the author and the number of novels written by the author. Store the information before the comma into a string variable and the information after the comma into an integer. The user will enter -1 when they have finished entering data points. Output the data points. Store the string components of the data points in a list of strings. Store the integer components of the data points in a list of integers.

    Ex:
Enter a data point (-1 to stop input):
Jane Austen, 6
Author: Jane Austen
Number of Novel(s): 6
  1. Perform error checking for the data point entries as follows:
  • If entry has no comma and is not -1
  • Output: Error: No comma in string.

If the error occurs, output the appropriate error message and prompt again for a valid data point. You can assume that if a comma is present, then the data point is entered correctly.
Ex:

Enter a data point (-1 to stop input):
Ernest Hemingway 9
Error: No comma in string.

Enter a data point (-1 to stop input):
Ernest Hemingway, 9
Author: Ernest Hemingway
Number of Novel(s): 9
  1. Output the information in a formatted table. The title is right justified with a minimum field width value of 33. Column 1 has a minimum field width value of 20. Column 2 has a minimum field width value of 23.

    Ex:
        Number of Novels Authored
Author name         |       Number of novels
--------------------------------------------
Jane Austen         |                      6
Charles Dickens     |                     20
Ernest Hemingway    |                      9
Jack Kerouac        |                     22
F. Scott Fitzgerald |                      8
Mary Shelley        |                      7
Charlotte Bronte    |                      5
Mark Twain          |                     11
Agatha Christie     |                     73
Ian Flemming        |                     14
J.K. Rowling        |                     14
Stephen King        |                     54
Oscar Wilde         |                      1
  1. Output the information as a formatted histogram. Each name is right justified with a minimum field width value of 20.

    Ex:
         Jane Austen ******
     Charles Dickens ********************
    Ernest Hemingway *********
        Jack Kerouac **********************
 F. Scott Fitzgerald ********
        Mary Shelley *******
    Charlotte Bronte *****
          Mark Twain ***********
     Agatha Christie *************************************************************************
        Ian Flemming **************
        J.K. Rowling **************
        Stephen King ******************************************************
         Oscar Wilde *

For this project, you can assume that the user will not enter duplicate author names.

In: Computer Science

QUESTION 8 In eukaryotic cells, ________ are energy-producing organelles that contain DNA. chromosomes lysosomes mitochondria nucleoli...

QUESTION 8

  1. In eukaryotic cells, ________ are energy-producing organelles that contain DNA.

    chromosomes

    lysosomes

    mitochondria

    nucleoli

    nuclei

QUESTION 9

  1. Name the single individual whose work in the mid-1800s contributed to our understanding of the particulate nature of inheritance as well as the basic genetic transmission patterns. With what organism did this person work?

    Calvin Bridges; Drosophila

    Thomas Hunt Morgan; Drosophila

    Gregor Mendel; Pisum sativum

    George Beadle; Neurospora

    Boris Ephrussi; Ephestia

In: Biology

14) Recall the film “God Grew Tired of Us”. Describe normative history-graded (or cohort) differences between...

14) Recall the film “God Grew Tired of Us”. Describe normative history-graded (or cohort) differences

between Panther, John, & Daniels’s cohort in the Sudan and the current cohort of children in the United

States. How do you think the early traumatic experiences of the “Lost Boys” will affect their beliefs,

values, and priorities about family, responsibility, and life in the future?

In: Psychology

Write me a one page report on your United States Senator ted cruz

Write me a one page report on your United States Senator ted cruz

In: Psychology

Three point charges of q 1 =-5 uC , q 2 =3uC , q 3 =4...

Three point charges of q 1 =-5 uC , q 2 =3uC , q 3 =4 uC are located at (0, 0) , (4, 0) , and (0, 3) respectively . What is the electric force on charge , by other two charges . (Draw a q 2 diagram first and then find the force. Here 1 mu C=10^ -6 C)

In: Physics

Give 3 example cases found that demonstrate situational leadership. Give 3 examples of how you demonstrated...

Give 3 example cases found that demonstrate situational leadership.

Give 3 examples of how you demonstrated situational leadership.

it will be helpful if the experts can provide the sourse (such as book title, article, author name.. etc)

In: Operations Management

Rivertown has two bridges and no tolls.   The hourly demand curves for vehicular bridge crossings are...

Rivertown has two bridges and no tolls.   The hourly demand curves for vehicular bridge crossings are Bridge A, P = 125 – Q and Bridge B,   P = 60 – 0.5Q where P is the price for crossing the bridge and Q is the number of vehicles.

a. Find the total crossings and the total consumer surplus at the current price.

b. The Rivertown administration wishes to reduce vehicular traffic on both bridges to a total of 200 vehicles per hour and charge the same toll on both bridges.    Find the toll for both bridges and the traffic on each bridge that accomplishes that goal.

c. Find the change in consumer surplus from moving to no tolls to the the toll in part b.

d. The price elasticity of demand for each bridge at the toll price in part.

In: Economics

Rivertown has two bridges and no tolls.   The hourly demand curves for vehicular bridge crossings are...

Rivertown has two bridges and no tolls.   The hourly demand curves for vehicular bridge crossings are Bridge A, P = 125 – Q and Bridge B,   P = 60 – 0.5Q where P is the price for crossing the bridge and Q is the number of vehicles.

a. Find the total crossings and the total consumer surplus at the current price.

b. The Rivertown administration wishes to reduce vehicular traffic on both bridges to a total of 200 vehicles per hour and charge the same toll on both bridges.    Find the toll for both bridges and the traffic on each bridge that accomplishes that goal.

c. Find the change in consumer surplus from moving to no tolls to the the toll in part b.

d. The price elasticity of demand for each bridge at the toll price in part.

In: Economics