Step-by-step explanation:
ELet's use a system of equations to represent the given information:
2p + 3o = 14
5p + 3o = 26
where p is the price of 1 kilo of potato and o is the price of 1 kilo of onion.
We can solve this system of equations using Gauss Jordan elimination:
[ 2 3 | 14 ]
[ 5 3 | 26 ]
Divide Row 1 by 2:
[ 1 3/2 | 7 ]
Multiply Row 1 by -5 and add to Row 2:
[ 1 3/2 | 7 ]
[ 0 -9/2 | -3 ]
Divide Row 2 by -9/2:
[ 1 3/2 | 7 ]
[ 0 1 | 6/9 ]
Subtract 3/2 times Row 2 from Row 1:
[ 1 0 | 2 ]
[ 0 1 | 2/3 ]
Therefore, the solution is p = 2 and o = 2/3, which means the price of 1 kilo of potato is 2 and the price of 1 kilo of onion is 2/3.
To check the solution, we can substitute p = 2 and o = 2/3 into the original equations:
2(2) + 3(2/3) = 4 + 2 = 14 (checks out)
5(2) + 3(2/3) = 10 + 2 = 26 (checks out)
Therefore, the solution is correct.