document.write( "Question 366565: If x=2 to the power y write 2 to the power 2y and 2 to the 2y+1 in terms of x and\r
\n" );
document.write( "\n" );
document.write( "solve the equation 2 to the 2y+1 -5(2 to the y)+2=0 \n" );
document.write( "
Algebra.Com's Answer #261235 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! If x=2 to the power y write 2 to the power 2y and 2 to the 2y+1 in terms of x and solve the equation 2 to the 2y+1 -5(2 to the y)+2=0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 2^y \n" ); document.write( "2^(2y) is what in terms of x \n" ); document.write( "2^(2y + 1) is what in terms of x \n" ); document.write( "solve 2^(2y + 1) - 5(2^y) + 2 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "logarithmic rule: if b^y = x then logb x = y \n" ); document.write( "in this case b = 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if x = 2^y then log2 x = y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2^(2y) = 2^(2log2 x) = 2^(log2 x^2) \n" ); document.write( "logarithmic rule: logb (m^n) = nlogb m\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2^(2y + 1) = 2^(log2 x^2 + 1) \n" ); document.write( "1 = log2 (2) \n" ); document.write( "2^(2y + 1) = 2^(log2 x^2 + log2 2) \n" ); document.write( "logarithmic rule: logb m + logb n = logb mn \n" ); document.write( "2^(2y + 1) = 2^(log2 x^2 + log2 2) = 2^(log2 2x^2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve 2^(2y + 1) - 5(2^y) + 2 = 0 \n" ); document.write( "2^(log2 2x^2) - 5x + 2 = 0 \n" ); document.write( "2^(log2 2x^2) = 5x - 2 \n" ); document.write( "log2 (5x - 2) = log2 (2x^2) \n" ); document.write( "if these 2 logs equal then 5x - 2 = 2x^2 \n" ); document.write( "-2x^2 + 5x - 2 = 0 \n" ); document.write( "2x^2 - 5x + 2 = 0 \n" ); document.write( "x^2 - (5/2)x + 1 = 0 \n" ); document.write( "(x - 2)(x - (1/2)) = 0, check with FOIL, First Outer Inner Last \n" ); document.write( "x^2 - (1/2)x - 2x + 1 --> x^2 - (1/2)x - (4/2)x + 1 \n" ); document.write( "x^2 - (1/2)x - (4/2)x + 1 = x^2 - (5/2)x + 1, yes \n" ); document.write( "x = 2 or x = 1/2 \n" ); document.write( "x = 2^y --> log2 x = y \n" ); document.write( "log2 2 = 1 \n" ); document.write( "log2 (1/2) = -1\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |