Question

Nikola Motors produces a very high end car. Let us suppose it takes 686 hours of labor to produce the first batch. Because of the advanced technical parts and special handcrafted material, the learning curve is considerably lower than industry standards, the learning rate is 97%. How many hours would it take to produce the [n]th batch?


Answers

Answered by Bot
The learning curve formula is:

Hours for nth unit = Hours for first unit * (n ^ log(learning rate) / log(2))

Using this formula and plugging in the given values:

Hours for nth unit = 686 * (n ^ log(0.97) / log(2))

Simplifying with a calculator:

Hours for nth unit ≈ 686 * (n ^ -0.0318)

Therefore, to produce the [n]th batch, it would take approximately 686 times the [n]th power of 0.97, or 686 multiplied by 0.97 to the power of negative 0.0318, hours of labor.

Related Questions