Growth Rate Calculation
💡 How to solve ▾
Growth rate = (current − base) / base × 100%. Use truncated division to pick the answer without computing every digit.
Growth rate = (current − base) / base × 100%. Use truncated division to pick the answer without computing every digit.