a. lgx + lgy = 1000
lg(3x + y) = 1
I think there's a mistake here.
lg is the log to the base 2.
Now if lgx + lgy = 1000, then both x and y must be pretty large (on average)
For example if x=y=1024, then lgx = lgy = 10, giving lgx + lgy = 20 only.
But since lg(3x+y)=1, this gives 3x+y=2. And since both x and y must be positive (you can't take the log of a negative number) then they must both be small in order to add up to only 2!
Which contradicts what was supposed earlier about them being large.
Anyway, part b)
logy 2 = log4 32
put logy 2 = n, then
2=y^n
====
also,
log32 4 = n
4=32^n
2^2 = (2^5)^n=2^(5n)
equating coefficients,
2 = 5n
n=5/2
====
therefore,
2=y^(5/2)
2^2 = y^5
y=4^(1/5)
======