Chit Fund Calculator
Definitions and Formulas:
------------------
Definitions and Formulas:
- ChitAmount (P): The total amount invested in the chit.
- Amount Taken (x): The amount taken after action.
- Interest on Amount Taken: (x∗t∗r)/100, where:
- t = Total period in months - Chit sequence number
- r = Rate of interest per month
The formula provided is:
P=x+100x⋅t⋅r
This can be rewritten as:
P=x(1+100t⋅r)
Given any of these variables, we can solve for the unknowns.
Problem 1: Finding Amount Taken (x)
Given:
- ChitAmount (P)
- Chit sequence number
- Total period (ttotal)
- Rate of interest per month (r)
Let's define:
- t=ttotal−Chit sequence number
The formula is:
P=x(1+100t⋅r)
Solving for x:
x=1+100t⋅rP
Problem 2: Finding Rate of Interest per Month (r)
Given:
- ChitAmount (P)
- Amount Taken (x)
- Chit sequence number
- Total period (ttotal)
Let's define:
- t=ttotal−Chit sequence number
The formula is:
P=x(1+100t⋅r)
Solving for r:
xP=1+100t⋅r
xP−1=100t⋅r
r=(txP−1)⋅100
Example Calculations
Finding Amount Taken (x):
- Suppose ChitAmount (P) = 100,000
- Chit sequence number = 3
- Total period = 12 months
- Rate of interest per month (r) = 2%
First, calculate t:
t=12−3=9
Then, find x:
x=1+1009⋅2100,000=1+0.18100,000=1.18100,000≈84,746.61
Finding Rate of Interest per Month (r):
- Suppose ChitAmount (P) = 100,000
- Amount Taken (x) = 85,000
- Chit sequence number = 3
- Total period = 12 months
First, calculate t:
t=12−3=9
Then, find r:
85,000100,000=1+1009⋅r
1.1765=1+1009⋅r
0.1765=1009⋅r
r=90.1765⋅100≈1.96%
Conclusion:
- To find the amount taken (x), use:
x=1+100t⋅rP
- To find the rate of interest per month (r), use:
r=(txP−1)⋅100
These formulas help in solving for the required variables given the specific conditions and inputs.