Questions
Use Zeller’s algorithm to figure out the days of the week for a given date in...

Use Zeller’s algorithm to figure out the days of the week for a given date in c.

W = (d + 13(m+1)/5 + y + y/4 + c/4 - 2c + 6) mod 7

Y is the year minus 1 for January or February, and the year for any other month

y is the last 2 digits of Y

c is the first 2 digits of Y

d is the day of the month (1 to 31)

m is the shifted month (March=3,...January = 13, February=14)

w is the day of week (0=Sunday,..,6=Saturday)

Output should look the following:

Please enter the day [YYYY/Month/Day]: 2020/1/1

Wednesday

In: Computer Science

To study the effect of overfishing in the Indian ocean investigators compared fishing areas in north...

To study the effect of overfishing in the Indian ocean investigators compared fishing areas in north that had never been overfished (Group 1) with similar areas nearby that had been overfished 1 year earlier (Group 2) and 8 years earlier (Group 3). Assume plots are randomly selected. The variable “Fishes” is the count of fish in an area. Using the data below decide whether the average number of fish differ among areas?

1   22
1   29
1   21
1   19
1   33
1   16
1   20
1   24
1   27
1   28
1   19
2   12
2   12
2   15
2   9
2   20
2   18
2   17
2   14
2   14
2   2
2   17
2   19
3   18
3   4
3   22
3   15
3   18
3   19
3   22
3   12
3   12

In: Statistics and Probability

Which of the following is a substantive analytical procedure? 1. Foot the accounts payable trial balance...

Which of the following is a substantive analytical procedure?

1. Foot the accounts payable trial balance and compare with the general ledger.

2. Confirm accounts payable balances directly with vendors.

3. Multiply the commission rate by total sales and compare the results with commission expense.

4. Compute inventory turnover for each major product line and compare with industry standards.

Group of answer choices

All of the above are substantive analytical procedures

Item 4 only

Items 3 and 4

Item 3 only

Items 1, 3, and 4

In: Accounting

Find the absolute maximum and minimum values of f on the set D. Also note the...

Find the absolute maximum and minimum values of f on the set D. Also note the point(s) where these absolute maximum and minimum values are located. f(x, y) = 9x^2 + 36x^2 y - 4y - 1 D is the region described as follows: D = { (x,y) | -2 < x < 3; -1 < y < 4}

In: Math

In a shipment of 15 components of a particular computer model, 5 components are defective. For...

In a shipment of 15 components of a particular computer model, 5 components are defective.

For exercises 1 & 2, let X be the number of defective components discovered when 4 of them are randomly selected for inspection.

1. Define the probability mass function of X.

2. What is the probability that at least 2 defective components are discovered during the inspection?

In: Statistics and Probability

1) Identify the class​ width for the given Frequency Distribution Table List -------------Frequency 10 to 14...

1)

Identify the class​ width for the given Frequency Distribution Table

List -------------Frequency

10 to 14 -------------27

15 to 19 -------------35

20 to 24 -------------14

25 to 29 --------------2

30 to 34 --------------4

35 to 39 --------------2

40 to 44 --------------1

2)

Which measurement is the most accurate?

  1. Mode

  2. Mean

  3. Range

  4. Median

In: Statistics and Probability

For the following exercises, use the information about the graph of a polynomial ...The y-intercept is (0, −4). The x-intercepts are (−2, 0), (2, 0). Degree is 2. End behavior: as x → −∞, f(x) → ∞, as x → ∞, f(x) → ∞.

For the following exercises, use the information about the graph of a polynomial function to determine the function. Assume the leading coefficient is 1 or −1. There may be more than one correct answer.

The y-intercept is (0, −4). The x-intercepts are (−2, 0), (2, 0). Degree is 2. End behavior: as x → −∞, f(x) → ∞, as x → ∞, f(x) → ∞.

In: Advanced Math

Use the following data set to calculate the regression equation. What would you estimate the happiness...

Use the following data set to calculate the regression equation. What would you estimate the happiness rating for someone who has 5 children to be?

Number of children

Happiness Rating

2

1

5

5

8

6

4

3

5

5

6

7

1

2

6

5

3

2

In: Math

The table lists the sugar content of two types of apples from three different orchards. At...

The table lists the sugar content of two types of apples from three different orchards. At , test the claim that the sugar content of the apples and the orchard where they were grown are not related. Sugar Content Orchard 1 Orchard 2 Orchard 3 Apple Type 1 4 2 6 Apple Type 2 28 10 14

In: Math

A vase U1 contains 2 white balls, a vase U2 contains 2 red balls, a vase...

A vase U1 contains 2 white balls, a vase U2 contains 2 red balls, a vase U3 contains 2 white balls and 2 red balls and vase U4 contains 3 white balls and 1 red ball. The probability of choosing vase U1, U2, U3, and U4 are respectively 1/2, 1/4, 1/8 and 1/8. A vase is chosen and we retrieve the ball inside. Determine

a) The probability that the retrieved ball is white

b) Knowing the retrieved ball is white what is the probability that the ball was retrieved from vase U3.

In: Statistics and Probability