subject

Sharp Company manufactures a product for which the following standards have been set: Standard Quantity or Hours Standard Price or Rate Standard Cost Direct materials 3 feet $ 5 per foot $ 15 Direct labor ? hours ? per hour ? During March, the company purchased direct materials at a cost of $44,100, all of which were used in the production of 2,350 units of product. In addition, 4,800 hours of direct labor time were worked on the product during the month. The cost of this labor time was $40,800. The following variances have been computed for the month: Materials quantity variance $ 1,500 U Labor spending variance $ 3,200 U Labor efficiency variance $ 800 URequired:

1. For direct materials:
a. Compute the actual cost per foot of materials for March.
b. Compute the price variance and the spending variance.

2. For direct labor:
a. Compute the standard direct labor rate per hour.
b. Compute the standard hours allowed for the month's production.
c. Compute the standard hours allowed per unit of product.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 00:40
Consider the following statements: struct nametype{string first; string last; }; struct coursetype{string name; int callnum; int credits; char grade; }; struct studenttype{nametype name; double gpa; coursetype course; }; studenttype student; studenttype classlist[100]; coursetype course; nametype name; mark the following statements as valid or invalid. if a statement is invalid, explain why.a.) student.course.callnum = "csc230"; b.) cin > > student.name; c.) classlist[0] = name; d.) classlist[1].gpa = 3.45; e.) name = classlist[15].name; f.) student.name = name; g.) cout < < classlist[10] < < endl; h.) for (int j = 0; j < 100; j++)classlist[j].name = name; i.) classlist.course.credits = 3; j.) course = studenttype.course;
Answers: 1
question
Computers and Technology, 23.06.2019 04:00
Another name for addicting games.com
Answers: 1
question
Computers and Technology, 23.06.2019 12:00
Using the list, you can select the number of photos that will appear on each slide. a. theme b. frame shape c. pictures in album d. picture layout
Answers: 1
question
Computers and Technology, 24.06.2019 13:00
In a heat transfer course, we can derive the equation for the temperature distribution in a flat rectangular plate. in this example, we will look at a plate at steadystate with three sides being held at t1, and one side held at t2. the temperature for any location on the plate, t(x,y), can be calculated by where create a function (prob3_5) that will take inputs of vectors x and y in feet, scalar n, scalars l and w in feet and scalars t1 and t2 in degrees fahrenheit. it will output a matrix t which is the temperature of each x and y locations. t will have the number of columns equal to the number of elements in x and rows equal to the number of elements in y. though this can be done without loops (perhaps more efficiently), your program must use a nested loop.
Answers: 2
You know the right answer?
Sharp Company manufactures a product for which the following standards have been set: Standard Quant...
Questions
Questions on the website: 13722367