Answer:
a = 40
b = 29
Step-by-step explanation:
Give a place holder for the numbers that we don't know.
Lets call the two numbers a and b.
From the given info, we can write an expression and solve it:
"one number is 11 more than another number"
a = 11 + b
from this, we know that a > b.
''three times the larger number exceeds four times the smaller number by 4"
3a = 4b + 4
Now we have 2 equations, we can use them to solve using whatever method you want.
a = 11 + b
3a = 4b + 4
I will be using matrices RREF to solve for this.
a - b = 11
3a - 4b = 4
a = 40
b = 29