You can set this up as a system of two equations, using the two things you know about weight, in oz, of Solution A you need (which we can label wA) and the weight of Solution B you need (wB).
The first thing you know is that the total weight is 183 oz, which we can represent in equation form as:
wA + wB = 130
Then, we know that 60% of Solution A and 85% of Solution B must equal 80% of 130 oz, to give the correct amount of salt in the resultant solution. This can be written as
0.6wA + 0.85wB = 0.8*130 = 104
We can solve this system in several ways, of which I will choose substitution: using the first equation above to write the second equation in terms of one variable, and then solve for that variable, like this:
wA = 130 - wB (this is just a rearrangement of the first equation)
Then the second equation can be written as: 0.6(130-wB) + 0.85wB = 104
This can now be solved algebraically for wB:
78 - 0.6wB + 0.85wB = 104 -->78 + 0.25wB = 104 --> 0.25wB = 104 - 78 = 26 --> wB = 26/.25 = 104 oz
So 104 oz of Solution B is required. Putting this value back into the first equation lets us solve for wA, which is 26 oz.