a = amount invested at 7¾% or 7.75%.
how much is 7.75% of "a"? (7.75/100) * "a", namely 0.0775a.
b = amount invested at 10%
how much is 10% of "b"? (10/100) * "b", namely 0.10b.
we know the total amount invested is $6000, so whatever "a" and "b" might be, we know that a + b = 6000.
we also know that the yielded amount in interest is $567, so if we simply add their interest, that'd be 0.0775a + 0.10b = 567.
