Questions
Q.3 Consider the function f(x) = x^2– 2x + 4 on the interval [-2, 2] with...

Q.3 Consider the function f(x) = x^2– 2x + 4 on the interval [-2, 2] with h = 0.25. Write the MATLAB function file to find the first derivatives in the entire interval by all three methods i.e., forward, backward, and centered finite difference approximations.

In: Computer Science

What is the equipment variation as a percent of process variation using ANOVA Part   Appraiser   Trial  ...

What is the equipment variation as a percent of process variation using ANOVA

Part   Appraiser   Trial   Measurement
1   1   1   12.369
1   1   2   11.957
1   2   1   12.915
1   2   2   13.065
1   3   1   13.894
1   3   2   13.86
1   4   1   15.055
1   4   2   15.081
2   1   1   18.26
2   1   2   18.271
2   2   1   19.068
2   2   2   19.089
2   3   1   20.197
2   3   2   20.176
2   4   1   20.665
2   4   2   20.553
3   1   1   19.607
3   1   2   19.749
3   2   1   20.478
3   2   2   20.374
3   3   1   20.402
3   3   2   20.454
3   4   1   22.133
3   4   2   22.405
4   1   1   26.056
4   1   2   25.813
4   2   1   26.895
4   2   2   26.921
4   3   1   28.991
4   3   2   28.981
4   4   1   30.695
4   4   2   30.872
5   1   1   28.498
5   1   2   28.723
5   2   1   31.671
5   2   2   31.678
5   3   1   33.357
5   3   2   33.385
5   4   1   34.607
5   4   2   34.511
6   1   1   37.184
6   1   2   37.029
6   2   1   37.806
6   2   2   37.809
6   3   1   38.379
6   3   2   38.493
6   4   1   39.25
6   4   2   38.848

In: Math

Pearson Product-Moment Correlation Coefficient Using the states Module 11 data test whether there is a relationship...

Pearson Product-Moment Correlation Coefficient

Using the states Module 11 data test whether there is a relationship between the variable “sex” and the “Disp” score, alpha = .05.  Write the hypotheses. Show a scatterplot of the correlations between the two variables. Describe the direction and strength of the correlation. Report the results in APA format. Submit a copy of your SPSS output.

The States Module 11 Data Test

sex disp
2 4
1 1
2 1
2 1
1 4
2 1
1 1
2 1
2 1
2 1
1 1
1 1
2 1
2 4
2 4
2 1
1 1
1 1
1 1
2 1
2 1
2 6
2 1
2 1
2 1
1 1
2 1
2 1
1 1
2 6
1 1
2 1
2 1
2 1
2 1
1 1
2 5
2 4
2 1
2 1
2 1
1 4
2 1
1 1
1 4
1 1
2 1
2 1
2 1
1 1
2 1
2 1
2 4
2 4
1 1
2 1
2 1
1 1
1 1
2 1
2 1
2 1
2 1
2 1
2 1
2 4
2 1
1 4
2 1
2 1
2 1
2 1
2 1
2 1
2 1
1 4
2 1
2 1
1 1
2 4
1 1
2 1
2 1
2 1
2 1
1 4
2 1
2 1
2 1
1 1
2 1
1 4
2 1
2 1
2 1
2 1
1 1
1 1
2 1
2 1
1 4
2 1
2 1
1 4
2 1
2 1
1 1
2 5
2 1
2 1
1 1
2 1
2 1
2 1
2 1
2 1
2 4
2 4
2 1
2 1
2 1
1 1
2 1
2 1
2 1
2 1
2 1
2 1
1 1
2 1
2 1
2 1
2 1
2 1
2 4
1 1
2 1
2 1
2 4
1 4
2 8
2 1
2 1
2 1
2 1
1 4
1 1
2 1
1 1
2 1
1 1
2 1
1 4
2 1
2 1
2 1
2 1
2 1
2 1
1 1
2 1
2 1
2 1
2 4
2 1
1 1
2 1
1 1
1 4
2 1
2 1
1 1

In: Statistics and Probability

Suppose f(1) = 2, g(1) = −1, f′(1) = 3, g′(1) = 2, f(2) = 1,...

  1. Suppose f(1) = 2, g(1) = −1, f′(1) = 3, g′(1) = 2, f(2) = 1, and f′(2) = 0.2. Calculate the derivatives of the following functions at the provided point (be careful with using the correct values) 3 pts each:

    (a) d/dx (e^xf(x)) when x=2

    (b) d/dx (f(x)/g(x)) when x=1

    (c) d/dx (ln(xf(x))) when x=1

In: Math

must use python Write a nested for loop that displays the following output using the same...

  1. must use python
  2. Write a nested for loop that displays the following output using the same integer from part a:

                                                    1

                                                1   2   1

                                            1   2   4   2   1

                                        1   2   4   8   4   2   1

                                    1   2   4   8 16   8   4   2   1

                                1   2   4   8 16 32 16   8   4   2   1

                            1   2   4   8 16 32 64 32 16   8   4   2   1

                        1   2   4   8 16 32 64 128 64 32 16 8   4   2   1

from part a: Write a program that prompts the user to enter an integer from 1 to 15 and displays a pyramid, as shown in the following sample run:

                        Enter the number of lines: 7

                       

                                                      1

                                                   2 1 2

                                                3 2 1 2 3

                                             4 3 2 1 2 3 4

                                          5 4 3 2 1 2 3 4 5

                                     6 5 4 3 2 1 2 3 4 5 6

                                    7 6 5 4 3 2 1 2 3 4 5 6 7

In: Computer Science

PLEASE show you work so it is easier to undersand, thank you!! There are two parts...

PLEASE show you work so it is easier to undersand, thank you!!

There are two parts to this problem a) & b)
A company made the following expenditures in connection with the construction of a new building:
Architect’s fees $12,000
Cash paid for land and unusable building on the land 300,000
Removal of old building 18,000
Salvage from sale of old building materials -4,000
Construction survey 1,500
Legal fees for title search 3,000
Excavation for basement construction 25,000
Machinery purchased for operations 100,000
Freight on machinery purchased 1,600
Construction costs of new building 1,000,000
Construction of parking lot and driveway 33,000
Install perimeter fencing 7,500
Installation of machinery 2,500
a) Required: Prepare a schedule showing the amounts to be recorded as Land, Land Improvements, Buildings, and Machinery.
(See pages 355 &356 Cost Determination for how to determine)
Land Land Improv Buildings Machinery
Architect’s fees
Cash paid for land and unusable building on the land
Removal of old building
Salvage from sale of old building materials
Construction survey
Legal fees for title search
Excavation for basement construction
Machinery purchased for operations
Freight on machinery purchased
Construction costs of new building
Construction of parking lot and driveway
Install perimeter fencing
Installation of machinery
Useful life Indefinate 15 years 40 years 10 years
Salvage $5,000 $250,000 $25,000
Depreciation method DDB SL DDB
   (DDB - double declining balance, SL - straight line)
Assume that all assets are put in service on 7-1-16
b) Required: Calculate straight line for the Building in 2016 & 2017
                       Prepare depreciation schedules for the life of Land Improvements & Machinery     (Round everything to a dollar)
                      (Straight-line is on pages 358 & 359) (Double Declining Balance is on pages 360 & 361) (Partial year depreciation - page 362)
Building
2016
2017
Land Improvements
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
Machinery
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026

In: Accounting

There are two parts to this problem a) & b) A company made the following expenditures...

There are two parts to this problem a) & b)
A company made the following expenditures in connection with the construction of a new building:
Architect’s fees $12,000
Cash paid for land and unusable building on the land 300,000
Removal of old building 18,000
Salvage from sale of old building materials -4,000
Construction survey 1,500
Legal fees for title search 3,000
Excavation for basement construction 25,000
Machinery purchased for operations 100,000
Freight on machinery purchased 1,600
Construction costs of new building 1,000,000
Construction of parking lot and driveway 33,000
Install perimeter fencing 7,500
Installation of machinery 2,500
a) Required: Prepare a schedule showing the amounts to be recorded as Land, Land Improvements, Buildings, and Machinery.
(See pages 355 &356 Cost Determination for how to determine)
Land Land Improv Buildings Machinery
Architect’s fees
Cash paid for land and unusable building on the land
Removal of old building
Salvage from sale of old building materials
Construction survey
Legal fees for title search
Excavation for basement construction
Machinery purchased for operations
Freight on machinery purchased
Construction costs of new building
Construction of parking lot and driveway
Install perimeter fencing
Installation of machinery
Useful life Indefinate 15 years 40 years 10 years
Salvage $5,000 $250,000 $25,000
Depreciation method DDB SL DDB
   (DDB - double declining balance, SL - straight line)
Assume that all assets are put in service on 7-1-16
b) Required: Calculate straight line for the Building in 2016 & 2017
                       Prepare depreciation schedules for the life of Land Improvements & Machinery     (Round everything to a dollar)
                      (Straight-line is on pages 358 & 359) (Double Declining Balance is on pages 360 & 361) (Partial year depreciation - page 362)
Building
2016
2017
Land Improvements
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
Machinery
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025

2026

PLEASE show how you calculated the answer so it is easier to understand, thank you!

In: Accounting

Show that M is a subgroup N; N is a subgroup D4, but that M is not a subgroup of D4

D4 = {(1),(1, 2, 3, 4),(1, 3)(2, 4),(1, 4, 3, 2),(1, 2)(3, 4),(1, 4)(2, 3),(2, 4),(1, 3)}

M = {(1),(1, 4)(2, 3)}

N = {(1),(1, 4)(2, 3),(1, 3)(2, 4),(1, 2)(3, 4)}

Show that M is a subgroup N; N is a subgroup D4, but that M is not a subgroup of D4

In: Advanced Math

On May 1, 2021, Oriole Corp. issued $855,000 of 5-year, 8% bonds at 98. The bonds...

On May 1, 2021, Oriole Corp. issued $855,000 of 5-year, 8% bonds at 98. The bonds pay interest annually on May 1. Oriole's year end is April 30.

Record the issue of the bonds on May 1, 2021.

Date

Account Titles and Explanation

Debit

Credit

May 1

Calculate the effective rate of the bonds using Excel or a financial calculator. (Round answer to 4 decimal places, e.g. 1.5751.)

Effective rate

%

Prepare an effective interest amortization table for this bond. (Round answers to 0 decimal places, e.g. 5,276.)

Oriole CORP.
Bond Discount Amortization Table
Effective Interest Method—Annual Interest Payments
Date Interest Payment Interest Expense Discount Amortization Bond Amortized Cost
May 1, 2021 $ $ $ $
May 1, 2022
May 1, 2023
May 1, 2024
May 1, 2025
May 1, 2026



Record the accrual of interest at April 30, 2022. (Credit account titles are automatically indented when the amount is entered. Do not indent manually. If no entry is required, select "No Entry" for the account titles and enter 0 for the amounts. Round answers to 0 decimal places, e.g. 5,276.)

Date

Account Titles and Explanation

Debit

Credit

Apr. 30

(To accrue interest expense.)

Record the interest payment on May 1, 2022. (Credit account titles are automatically indented when the amount is entered. Do not indent manually. If no entry is required, select "No Entry" for the account titles and enter 0 for the amounts.)

Date

Account Titles and Explanation

Debit

Credit

May 1

(To record interest payment.)

Assume that on May 1, 2022, after payment of the interest, Oriole redeems all of the bonds at 104. Record the redemption of the bonds. (Credit account titles are automatically indented when the amount is entered. Do not indent manually. If no entry is required, select "No Entry" for the account titles and enter 0 for the amounts. Round answers to 0 decimal places, e.g. 5,276.)

Date

Account Titles and Explanation

Debit

Credit

May 1

(To record redemption of bonds.)

In: Accounting

Case Study: Jan (4-2-1-0-2), age 42 is 18 weeks pregnant. Her primary health care provider has...

Case Study: Jan (4-2-1-0-2), age 42 is 18 weeks pregnant. Her primary health care provider has suggested an amniocentesis because of her age and a family history of a genetic disorder, both of which place Jan’s fetus at risk for genetic anomalies. Jan’s blood type is A negative and her partner’s, the father of her baby, is B positive. Describe the nurse’s role in terms of each of the following.

1. How will you prepare Jan for the amniocentesis?

2. What measures will you implement to support Jan during the procedure?

3. List the important post procedure care and instructions.

4. What are the indicators for the use of amniocentesis during pregnancy?

In: Nursing