document.write( "Question 603323: solve for x and y in the equation:2^(x+4y)=1 and 2^(x+8y)=1/4 \n" ); document.write( "
Algebra.Com's Answer #380665 by htmentor(1343) You can put this solution on YOUR website! solve for x and y in the equation:2^(x+4y)=1 and 2^(x+8y)=1/4 \n" ); document.write( "================== \n" ); document.write( "Take the log of both sides: \n" ); document.write( "(x+4y)log 2 = log 1 \n" ); document.write( "(x+8y)log 2 = log(1/4) \n" ); document.write( "The 1st equation gives x = -4y \n" ); document.write( "Subst. into the 2nd: \n" ); document.write( "(4y)log 2 = log(1/4) \n" ); document.write( "y = -1/2 \n" ); document.write( "So x = -4*(-1/2) = 2 \n" ); document.write( "Ans: x=2, y=-1/2 \n" ); document.write( " |