document.write( "Question 955460: The sequence log2 32, log2 y, log2 128, ... forms an arithmetic sequence. What is the value of y?\r
\n" );
document.write( "\n" );
document.write( "(note: the number 2 after the log is the subscript)\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #583683 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sequence log2 32, log2 y, log2 128, ... forms an arithmetic sequence. What is the value of y? \n" ); document.write( "------------------- \n" ); document.write( "log2(y)-log2(32) = log2(128)-log2(y) \n" ); document.write( "--------------------------------------- \n" ); document.write( "log2(y) - 5 = 7 - log2(y) \n" ); document.write( "---- \n" ); document.write( "2log2(y) = 12 \n" ); document.write( "---- \n" ); document.write( "log2(y^2) = 12 \n" ); document.write( "------ \n" ); document.write( "y^2 = 2^12 \n" ); document.write( "------ \n" ); document.write( "y = 2^6 \n" ); document.write( "------ \n" ); document.write( "y = 64 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |