so call the logs base 4 a and b.
Now, log_2(x) = 2*log_4(x) since 4=2^2
Now the system becomes
2a+b = 2
a+2b = 5/2
or, 2a+4b=5
Now subtract and you have 3b=3, so b=1
Use that to get a=1/2
so, log_4(x+2)=1/2 --> x+2=2 --> x=0
log_4(y+10)=1 --> y+10=4 --> y = -6
Log base2(x+2)+log base4(y+10)=2
Log base4(x+2)+log base2(y+10)=5/2
Solve simultaneously
3 answers
recall log x k = (log 10 k)/(log 10 x)
or (log a k) / (log a x) , which allows me to switch bases
so log 4 (y+10) = (log 2 (y+10) ) / (log 2 4)
= (1/2) log 2 (y+10)
skipping some obvious steps:
log 2 (x+2) + (1/2)log 2 (y+10) = 2
2log 2 (x+2) + log 2 (y+10) = 4
log 2 [(x+2)^2(y+10)] = 4
(x+2)^2(y+10) = 2^4 = 16 ****
similarly
(1/2)log 2 (x+2) + log 2 (y+210) = 5/2
log 2 (x+2) + 2log 2 (y+10) = 5
log 2 [(x+2)(y+10)^2] = 5
(x+2)(y+10)^2 = 2^5 = 32 ***
divide *** by ****
(y+10)/(x +2) = 5
y+10 = 5(x+2)
back in ****
(x+2)^2(y+10) = 16
(x+2)^2 (5(x+2)) = 16
(x+2)^3 = 16/5
I get x = -.52638... and back in y+10 = 5(x+2)
I get y = -2.631937...
and they work if I sub back into the original !!!
Wolfram confirmation:
http://www.wolframalpha.com/input/?i=solve+y%2B10+%3D+5(x%2B2),+(x%2B2)%5E2*(y%2B10)+%3D+16
or (log a k) / (log a x) , which allows me to switch bases
so log 4 (y+10) = (log 2 (y+10) ) / (log 2 4)
= (1/2) log 2 (y+10)
skipping some obvious steps:
log 2 (x+2) + (1/2)log 2 (y+10) = 2
2log 2 (x+2) + log 2 (y+10) = 4
log 2 [(x+2)^2(y+10)] = 4
(x+2)^2(y+10) = 2^4 = 16 ****
similarly
(1/2)log 2 (x+2) + log 2 (y+210) = 5/2
log 2 (x+2) + 2log 2 (y+10) = 5
log 2 [(x+2)(y+10)^2] = 5
(x+2)(y+10)^2 = 2^5 = 32 ***
divide *** by ****
(y+10)/(x +2) = 5
y+10 = 5(x+2)
back in ****
(x+2)^2(y+10) = 16
(x+2)^2 (5(x+2)) = 16
(x+2)^3 = 16/5
I get x = -.52638... and back in y+10 = 5(x+2)
I get y = -2.631937...
and they work if I sub back into the original !!!
Wolfram confirmation:
http://www.wolframalpha.com/input/?i=solve+y%2B10+%3D+5(x%2B2),+(x%2B2)%5E2*(y%2B10)+%3D+16
In all that weird <html>, I must have made an error.
My answer works in the first equation but not in the 2nd.
go with Steve's simple solution, I didn't see the forest for the trees.
My answer works in the first equation but not in the 2nd.
go with Steve's simple solution, I didn't see the forest for the trees.