Questions
Depreciation by Three Methods; Partial Years Perdue Company purchased equipment on April 1 for $37,530. The...

Depreciation by Three Methods; Partial Years

Perdue Company purchased equipment on April 1 for $37,530. The equipment was expected to have a useful life of three years, or 4,860 operating hours, and a The estimated value of a fixed asset at the end of its useful life.residual value of $1,080. The equipment was used for 900 hours during Year 1, 1,700 hours in Year 2, 1,500 hours in Year 3, and 760 hours in Year 4.

Required:

Determine the amount of depreciation expense for the years ended December 31, Year 1, Year 2, Year 3, and Year 4, by (a) the A method of depreciation that provides for equal periodic depreciation expense over the estimated life of a fixed asset.straight-line method, (b) A method of depreciation that provides for depreciation expense based on the expected productive capacity of a fixed asset. units-of-output method, and (c) the A method of depreciation that provides periodic depreciation expense based on the declining book value of a fixed asset over its estimated life.double-declining-balance method.

Note: FOR DECLINING BALANCE ONLY, round the multiplier to four decimal places. Then round the answer for each year to the nearest whole dollar.

a. Straight-line method

Year Amount
Year 1 $
Year 2 $
Year 3 $
Year 4 $

b. Units-of-output method

Year Amount
Year 1 $
Year 2 $
Year 3 $
Year 4 $

c. Double-declining-balance method

Year Amount
Year 1 $
Year 2 $
Year 3 $
Year 4 $

In: Accounting

You have 4 groups with an overall sample size of n = 20. The F critical...

  1. You have 4 groups with an overall sample size of n = 20. The F critical value at the alpha = 0.05 level of significance is 3.24. Complete the following 1 factor ANOVA table below:

ANOVA table

Source

SS

df

MS

F

Treatment

258.00

________

________

________

Error

164.80

________

________

Total

422.80

Is there a significant difference (α=0.05) between at least two of the four groups for the analysis in question 1 (above)? (circle one) YES NO

  1. Use the following data set to complete the ANOVA table and answer the questions.

Group 1

Group 2

Group 3

2

2

3

5

5

4

4

2

8

7

3

7

6

1

7

ANOVA table

Source

SS

df

MS

F

p-value

Treatment

________

________

________

________

________

Error

________

________

________

Total

________

Is there a significant difference (α=0.05) between at least two of the four groups for the analysis in question 1 (above)? (circle one) YES NO

Confidence interval for Group 1 ( _________ , _________)

Confidence interval for Group 2 ( _________ , _________)

Confidence interval for Group 3 ( _________ , _________)

Is Group 1 significantly different from Group 2 at the α=0.05 level of significance YES NO

Is Group 1 significantly different from Group 3 at the α=0.05 level of significance YES NO

Is Group 2 significantly different from Group 3 at the α=0.05 level of significance YES NO

In: Statistics and Probability

Reverse Polish notation is a notation where every operator follows all of its operands. For example,...

Reverse Polish notation is a notation where every operator follows all of its operands. For example, an expression (1+2)*(5+4) in the conventional Polish notation can be represented as 1 2 + 5 4 + * in the Reverse Polish notation. One of advantages of the Reverse Polish notation is that it is parenthesis-free.

Write a program which reads an expression in the Reverse Polish notation and prints the computational result.

An expression in the Reverse Polish notation is calculated using a stack. To evaluate the expression, the program should read symbols in order. If the symbol is an operand, the corresponding value should be pushed into the stack. On the other hand, if the symbols is an operator, the program should pop two elements from the stack, perform the corresponding operations, then push the result in to the stack. The program should repeat this operations.

Input

An expression is given in a line. Two consequtive symbols (operand or operator) are separated by a space character.

You can assume that +, - and * are given as the operator and an operand is a positive integer less than 106

Output

Print the computational result in a line.

Constraints

2 ≤ the number of operands in the expression ≤ 100
1 ≤ the number of operators in the expression ≤ 99
-1 × 109 ≤ values in the stack ≤ 109

Sample Input 1

1 2 +

Sample Output 1

3

Sample Input 2

1 2 + 3 4 - *

Sample Output 2

-3

In: Computer Science

Question: Reverse Polish notation is a notation where every operator follows all of its operands. For...

Question:

Reverse Polish notation is a notation where every operator follows all of its operands. For example, an expression (1+2)*(5+4) in the conventional Polish notation can be represented as 1 2 + 5 4 + * in the Reverse Polish notation. One of advantages of the Reverse Polish notation is that it is parenthesis-free.

Write a program which reads an expression in the Reverse Polish notation and prints the computational result.

An expression in the Reverse Polish notation is calculated using a stack. To evaluate the expression, the program should read symbols in order. If the symbol is an operand, the corresponding value should be pushed into the stack. On the other hand, if the symbols is an operator, the program should pop two elements from the stack, perform the corresponding operations, then push the result in to the stack. The program should repeat this operations.

Input

An expression is given in a line. Two consequtive symbols (operand or operator) are separated by a space character.

You can assume that +, - and * are given as the operator and an operand is a positive integer less than 106

Output

Print the computational result in a line.

Constraints

2 ≤ the number of operands in the expression ≤ 100
1 ≤ the number of operators in the expression ≤ 99
-1 × 109 ≤ values in the stack ≤ 109

Sample Input 1

1 2 +

Sample Output 1

3

Sample Input 2

1 2 + 3 4 - *

Sample Output 2

-3

In: Computer Science

Trial 1 Time Trans A=2-log %T Ln(A) 1/A 1:57 19.0 0.721 -0.327 1.39 2:52 22.0 0.658...

Trial 1

Time

Trans

A=2-log %T

Ln(A)

1/A

1:57

19.0

0.721

-0.327

1.39

2:52

22.0

0.658

-0.419

1.52

3:51

24.5

0.611

-0.493

1.64

4:54

27.3

0.564

-0.573

1.77

5:53

29.7

0.527

-0.641

1.90

6:54

33.6

0.474

-0.747

2.11

7:55

36.2

0.441

-0.819

2.27

8:54

40.0

0.398

-0.921

2.51

9:52

40.5

0.393

-0.934

2.54

10:53

45.3

0.344

-1.07

2.91

11:58

47.7

0.321

-1.14

3.12

13:02

52.2

0.280

-1.27

3.57

14:02

55.3

0.257

-1.36

3.89

14:59

56.0

0.252

-1.38

3.97

15:59

59.4

0.226

-1.49

4.42

16:58

60.4

0.219

-1.52

4.57

18:00

65.2

0.186

-1.68

5.38

19:06

65.9

0.181

-1.71

5.52

20:03

68.8

0.162

-1.82

6.17

Trial 2

Time

Trans

A=2-log % T

Ln(A)

1/A

1:43

25.7

0.590

-0.528

1.69

2:48

30.2

0.520

-0.654

1.92

3:41

45.4

0.343

-1.07

2.92

4:46

43.8

0.358

-1.03

2.79

5:46

47.6

0.322

-1.13

3.11

6:47

50.5

0.297

-1.21

3.37

7:48

56.9

0.245

-1.41

4.08

8:48

61.4

0.212

-1.55

4.72

9:45

62.3

0.206

-1.58

4.85

10:49

66.8

0.175

-1.74

5.71

11:45

72.5

0.140

-1.97

7.14

12:45

71.6

0.145

-1.93

6.90

13:45

76.5

0.116

-2.15

8.62

14:44

78.5

0.105

-2.25

9.52

15:42

83.1

0.080

-2.53

12.5

16:45

83.2

0.080

-2.53

12.5

17:43

88.4

0.054

-2.92

18.5

18:49

90.7

0.042

-3.17

23.8

19:42

84.5

0.073

-2.62

13.7

20:43

89.6

0.048

-3.04

20.8

Trial 1 added 10 ml 0.020 M of NaOH and 10 ml 1.5x10-5 crystal violet

Trial 2 added 10 ml 0.040 M of NaOH and 10 ml 1.5x10-5 crystal violet

tested the absorbance of solution for 20 minutes

1. Based on your experimental determined rate law for the reaction of crystal violet and hydroxide ion, how would doubling the concentration of crystal violet affect the reaction rate?

2. Would you have determened an identical rate law for the reaction of crystal violet and hydroxide ion if you had used hydroxide ion concentrations of 0.030 M and 0.050 M instead of 0.020 M and 0.040 M? briefly explain

3.The rate law for a certain reaction is second order with respect to one of the reactants, R. Suppose you study this reaction, observing the absorbance of light at the analytical wavelength for R, and record the data with respect to elapsed time. Also suppose that the concentrations of all the other reactants are in large excess, and that R is the only colored species invilved. Explain which absorbance function, A, LnA, or 1/A, would yeild a straight-line graph when plotted against elapsed time.

4. Suppose that in the reaction Q + R --> P, only the product is colored

b. what happens to the absorbance at the analytical wavelength for P of the mixture as the reaction progresses?

c. Suppose you do an experie=ment involving this reaction in which Q is present in large excess of R. If the reaction is first order whith respect to R, would the grapph of LnA (for P) versus time be a straight line? Briefly explain

In: Chemistry

Trial 1 Time Trans A=2-log %T Ln(A) 1/A 1:57 19.0 0.721 -0.327 1.39 2:52 22.0 0.658...

Trial 1

Time

Trans

A=2-log %T

Ln(A)

1/A

1:57

19.0

0.721

-0.327

1.39

2:52

22.0

0.658

-0.419

1.52

3:51

24.5

0.611

-0.493

1.64

4:54

27.3

0.564

-0.573

1.77

5:53

29.7

0.527

-0.641

1.90

6:54

33.6

0.474

-0.747

2.11

7:55

36.2

0.441

-0.819

2.27

8:54

40.0

0.398

-0.921

2.51

9:52

40.5

0.393

-0.934

2.54

10:53

45.3

0.344

-1.07

2.91

11:58

47.7

0.321

-1.14

3.12

13:02

52.2

0.280

-1.27

3.57

14:02

55.3

0.257

-1.36

3.89

14:59

56.0

0.252

-1.38

3.97

15:59

59.4

0.226

-1.49

4.42

16:58

60.4

0.219

-1.52

4.57

18:00

65.2

0.186

-1.68

5.38

19:06

65.9

0.181

-1.71

5.52

20:03

68.8

0.162

-1.82

6.17

Trial 2

Time

Trans

A=2-log % T

Ln(A)

1/A

1:43

25.7

0.590

-0.528

1.69

2:48

30.2

0.520

-0.654

1.92

3:41

45.4

0.343

-1.07

2.92

4:46

43.8

0.358

-1.03

2.79

5:46

47.6

0.322

-1.13

3.11

6:47

50.5

0.297

-1.21

3.37

7:48

56.9

0.245

-1.41

4.08

8:48

61.4

0.212

-1.55

4.72

9:45

62.3

0.206

-1.58

4.85

10:49

66.8

0.175

-1.74

5.71

11:45

72.5

0.140

-1.97

7.14

12:45

71.6

0.145

-1.93

6.90

13:45

76.5

0.116

-2.15

8.62

14:44

78.5

0.105

-2.25

9.52

15:42

83.1

0.080

-2.53

12.5

16:45

83.2

0.080

-2.53

12.5

17:43

88.4

0.054

-2.92

18.5

18:49

90.7

0.042

-3.17

23.8

19:42

84.5

0.073

-2.62

13.7

20:43

89.6

0.048

-3.04

20.8

Trial 1 added 10 ml 0.020 M of NaOH and 10 ml 1.5x10-5 crystal violet

Trial 2 added 10 ml 0.040 M of NaOH and 10 ml 1.5x10-5 crystal violet

tested the absorbance of solution for 20 minutes

1. Based on your experimental determined rate law for the reaction of crystal violet and hydroxide ion, how would doubling the concentration of crystal violet affect the reaction rate?

2. Would you have determened an identical rate law for the reaction of crystal violet and hydroxide ion if you had used hydroxide ion concentrations of 0.030 M and 0.050 M instead of 0.020 M and 0.040 M? briefly explain

3.The rate law for a certain reaction is second order with respect to one of the reactants, R. Suppose you study this reaction, observing the absorbance of light at the analytical wavelength for R, and record the data with respect to elapsed time. Also suppose that the concentrations of all the other reactants are in large excess, and that R is the only colored species invilved. Explain which absorbance function, A, LnA, or 1/A, would yeild a straight-line graph when plotted against elapsed time.

4. Suppose that in the reaction Q + R --> P, only the product is colored

b. what happens to the absorbance at the analytical wavelength for P of the mixture as the reaction progresses?

c. Suppose you do an experie=ment involving this reaction in which Q is present in large excess of R. If the reaction is first order whith respect to R, would the grapph of LnA (for P) versus time be a straight line? Briefly explain

In: Chemistry

Using the midpoint formula, be able to determine the elasticity along a curve. P Q 7...

  1. Using the midpoint formula, be able to determine the elasticity along a curve.

P

Q

7

0

6

5

5

10

4

15

3

20

2

25

1

30

Calculate the elasticity from $5 to $4

Calculate the elasticity from $4 to $3

Calculate the elasticity from $3 to $2

In: Economics

a) Find the equation of the normal line at the point (−2, 1 − 3) to...

a) Find the equation of the normal line at the point (−2, 1 − 3) to the ellipsoid x2 /4 + y2 + z2 / 9 = 3

b) Find a plane through P (2, 1, 1) and perpendicular to the line of intersection of the planes: 2x+y−z = 3 and x+2y+z = 2.

In: Math

Xn is a discrete-time Markov chain with state-space {1,2,3}, transition matrix, P = .2 .1 .7...

Xn is a discrete-time Markov chain with state-space {1,2,3}, transition matrix, P =

.2 .1 .7
.3 .3 .4
.6 .3 .1

a) find E[X1|X0=2] =

b)  The P(X9=1|X7=3) =

C) The P(X2=2) =

In: Statistics and Probability

(TestSumSeries.java) Write a recursive method that sums up the following series: s(i) = 1/1+ 3/3+3/5+5/7+⋯+ (i+1)/(2i+1)+(i+2)/(2i+1)...

(TestSumSeries.java) Write a recursive method that sums up the

following series:

s(i) = 1/1+ 3/3+3/5+5/7+⋯+ (i+1)/(2i+1)+(i+2)/(2i+1) i = 0, 1, 2, 3, … When i is even, the term is (i+1)/(2i+1) When i is odd, the term is (i+2)/(2i+1) In the main method, display the s(i) for i = 0, 1, 2, 3, 4, 5

In: Computer Science