# Converting Piece Rate into Time Rate
## Concept
This is the reverse of the previous conversion. We are given a per-unit (piece) rate and need to express it as an equivalent hourly/daily rate.
## The Logic (Step-by-Step)
If the worker is paid a fixed amount per unit, and the standard expectation is that a certain number of units come out per hour, then the hourly pay equals the per-unit rate times the standard output per hour.
1. Identify the piece rate — e.g., ₹100 per unit.
2. Identify the standard time per unit — e.g., 30 minutes per unit.
3. Multiply piece rate by standard units per hour, OR equivalently divide piece rate by standard time per unit (expressed as a fraction of an hour).
## Formula
$$\text{Time Rate (per Hour)} = \frac{\text{Piece Rate Given}}{\text{Standard Time Per Piece (in Hours)}}$$
## Why This Works
We're again re-expressing the same wage on a different denominator. If ₹100 buys 1 unit and 2 units are produced per hour at standard, then 1 hour of standard work costs ₹200.