Azmain F. answered 07/19/20
Competitive Problem Solver Specializing in Python
Let's assume sword=x and angel=y
So first equation will be 3x+4y=24...(i)
Second will be 4x+6y=35...(ii)
Now,
Method 1:
Multiply the first equation with 3 and second equation with 2. Subtract second equation from one and get the value of x.Now put the value in any equation and get the value of y.
Method 2:
Get the value of x from first equation and put it in the second equation thus you'll get the original value of y.Now put the value of y in any equation and thus get the value of x.