Answer: $80
Explanation:
Since the fixed costs are $180,000 and variable costs are $540,000, then the total cost will be:
= Fixed cost + Variable cost
= $180000 + 540000
= $720000
Since there are 9000 units, then the unit sales price will be:
= $720000 / 9000
= $80
The unit sales price is $80
Explanation:
Human resource management is responsible for attracting, retaining and helping employees to develop skills that will contribute to an organization achieving its objectives and goals.
Therefore, this strategic business area is directly impacted by society, politics and culture, as human capital in companies is increasingly valued in companies, as today's society is more connected and more informed, which requires companies to adapt to increasingly developed and organized standards with respect to labor relations.
The globalized world directly impacted the relationship between the employee and the company, as it is necessary to stand out in an environment where there is so much competition, and this is also included in the area of human resources, because through an effective HR management, it is possible to capture and retaining talent for the organization that adapts to a world where there is greater interaction, greater need for innovation and vision.
The policy is also essential for the protection of employees and their rights, which means that HR must not only comply with legislative requirements for hiring, but also offer benefits that exceed those required, so that candidates are attracted to work in a company well positioned in the market.
Here's a program called MoveEstimator that prompts the user to accept an estimate of the number of hours of work and miles the move will take and displays the total cost of the move:
- <u>x = int(input("number of hours for the job "))</u>
- y = int(input("number of miles involved "))
- def MoveEstimator(x, y):
- return 200 + 150*x + 2*y
- print(MoveEstimator(x, y))
Computer programs are written by programmers. Writing the 1s and 0s in machine-readable machine language is very difficult, so computer programmers write them in programming languages. The format of the program determines the structure of the course. At AIR, the program format is specific to an academic component with some kind of program of study.
Learn more about A program here:- brainly.com/question/1538272
#SPJ4