Math Problem Statement

A person start a job with some fix salory and yearly incriment after 4 year his salory is become 15000 and after ten year it become 18000 then find his monthly salory and increment

Solution

This problem can be solved using the concept of arithmetic sequences because the salary increases by a fixed amount (increment) every year.


Assumptions:

  1. Let the initial salary be SS (in Rs.).
  2. Let the yearly increment be II (in Rs.).

We know:

  • After 4 years, the salary becomes 1500015000.
  • After 10 years, the salary becomes 1800018000.

Formulating equations:

  1. Salary after nn years: Sn=S+nIS_n = S + n \cdot I

  2. Given conditions:

    • For n=4n = 4: S + 4 \cdot I = 15000 \tag{1}
    • For n=10n = 10: S + 10 \cdot I = 18000 \tag{2}

Solving the equations:

Subtract equation (1) from equation (2): (S+10I)(S+4I)=1800015000(S + 10I) - (S + 4I) = 18000 - 15000 6I=30006I = 3000 I=500I = 500

Substitute I=500I = 500 into equation (1): S+4500=15000S + 4 \cdot 500 = 15000 S+2000=15000S + 2000 = 15000 S=13000S = 13000


Results:

  1. Initial salary (S): Rs. 13,000 per year.
  2. Yearly increment (I): Rs. 500 per year.

To find the monthly salary: Monthly salary=Yearly salary12=13000121083.33\text{Monthly salary} = \frac{\text{Yearly salary}}{12} = \frac{13000}{12} \approx 1083.33


Final Answer:

  • Initial monthly salary: Rs. 1083.33
  • Yearly increment: Rs. 500

Would you like a detailed explanation of any step?
Here are some related questions you might find helpful:

  1. What if the salary increase was not constant?
  2. How would this change if increments were every 6 months instead of yearly?
  3. Can you plot the salary progression over time?
  4. What is the salary after 15 years?
  5. How do arithmetic sequences apply to financial growth problems?

Tip: Arithmetic sequences are widely used in financial calculations like loans, savings, and salary projections. Understanding them helps in planning finances better!

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Arithmetic Sequences
Linear Equations

Formulas

S_n = S + n * I
Monthly Salary = Yearly Salary / 12

Theorems

Arithmetic Sequence Formula

Suitable Grade Level

Grades 8-10