document.write( "Question 657944: how can i find the value of y?
\n" );
document.write( "4^2y + 4^(2y-1) = 4 \n" );
document.write( "
Algebra.Com's Answer #410071 by Alan3354(69443) You can put this solution on YOUR website! how can i find the value of y? \n" ); document.write( "4^2y + 4^(2y-1) = 4 \n" ); document.write( "----------------------- \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "(2y-1)*log(4) = log(0.8) \n" ); document.write( "2y-1 = log(0.8)/log(4) \n" ); document.write( "y = (log(0.8)/log(4) + 1)/2 \n" ); document.write( " \n" ); document.write( " |