> For the complete documentation index, see [llms.txt](https://documentation.soulver.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.soulver.app/ko/undefined/units-and-conversions/growth-and-change.md).

# 성장과 변화

## 목표를 향한 저축

정기적으로 고정 금액을 추가할 때 목표에 도달하는 데 걸리는 시간을 계산합니다.

`time from $20k to $40k at $2k every month in months` → **10 months**

## 성장률

각 기간마다 백분율로 증가할 때 수량이 어떻게 증가하는지 계산합니다.

`20k after 6 months at 10% per month` → **35,431** (rounded)

매월 증가액은 이전 증가액을 포함하여 전월 총액에 적용됩니다.

## 목표에 도달하는 데 걸리는 시간

사용자 기반이 매달 10%씩 증가한다면 사용자가 20,000명에서 100,000명으로 증가하는 데 얼마나 걸릴까요?

`time from 20k to 100k at 10% growth per month` → **16.89 months**

이는 성장률이 일정하게 유지된다고 가정합니다.

## 성장률 찾기

일주일 동안 양이 10,000에서 15,000으로 증가하는 경우 해당 일일 증가율을 계산하십시오.

`growth per day from 10k to 15k over 1 week` → **6%**

이는 동일한 전체 성장을 생성하는 지속적인 일일 백분율 증가입니다.
