Question:

An amount of ₹ 10,000 is put into three investments at the rate of 10%, 12% and 15% per annum. The combined annual income of all three investments is ₹ 1,310, however, the combined annual income of the first and second investments is ₹ 190 short of the income from the third. Use matrix method and find the investment amount in each at the beginning of the year.

Show Hint

When solving systems of equations, you can use matrix methods to simplify the process. Check for consistency in the equations and use Gaussian elimination or matrix inversion for efficient solving.
Updated On: Jun 21, 2025
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

Let the investment amounts in the three options be \( x \), \( y \), and \( z \) (in rupees) for the first, second, and third investments, respectively. We are given the following system of equations: 1. \( x + y + z = 10,000 \) (The total investment is ₹10,000)
2. \( 0.10x + 0.12y + 0.15z = 1,310 \) (The total annual income is ₹1,310)
3. \( 0.10x + 0.12y = 0.15z - 190 \) (The combined income of the first and second investments is ₹190 short of the third)
We can solve this system using matrices. The system of equations is: \[ \begin{pmatrix} 1 & 1 & 1 \\ 0.10 & 0.12 & 0.15 \\ 0.10 & 0.12 & -0.15 \end{pmatrix} \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 10,000 \\ 1,310 \\ 1,500 \end{pmatrix} \] We will solve this system of equations using matrix methods (like Gaussian elimination or matrix inversion) to find the values of \( x \), \( y \), and \( z \). Once solved, the investments in each of the three categories are found to be: \[ x = 4,000, \quad y = 2,000, \quad z = 4,000 \]
Was this answer helpful?
0
0

Questions Asked in CBSE CLASS XII exam

View More Questions