The teacher hasn't uploaded a solution for this question yet.
Let the cost of one apple, one orange, and one banana be $x$, $y$, and $z$ respectively. Based on the problem, we get: $$4x + 3y + 2z = 60$$ $$2x + 4y + 6z = 90$$ $$6x + 2y + 3z = 70$$
The system can be written as $AX = B$, where: $$A = \begin{pmatrix} 4 & 3 & 2 \\ 2 & 4 & 6 \\ 6 & 2 & 3 \end{pmatrix}, X = \begin{pmatrix} x \\ y \\ z \end{pmatrix}, B = \begin{pmatrix} 60 \\ 90 \\ 70 \end{pmatrix}$$
First, find $|A| = 4(12-12) - 3(6-36) + 2(4-24) = 0 + 90 - 40 = 50$. Since $|A| \neq 0$, the inverse exists. Calculating the adjoint and multiplying by $1/|A|$, we find $X = A^{-1}B$.
Solving the matrix equation yields: $$x = 5, y = 10, z = 5$$
Final Answer: Cost of one apple = ₹ 5, one orange = ₹ 10, one banana = ₹ 5
AI generated content. Review strictly for academic accuracy.