|
You may find it easier to use a more conventional function representation. For example, think of a [triangle] b as g(a,b) ; then
a [triangle] b = a + 3b can be written as g(a,b) = a+ 3b .
Similarly, if you think of a [square] b as h(a,b), then
a [square] b = a + 4b can be written as h(a,b) = a + 4b .
The question then becomes
"If g(4, 5y) = h(5y, 4), what is the value of y?"
|