document.write( "Question 962549: A function is defined as f(x)= 2x+1.the value of X for which f(x), f(2x),f(4x) are in GP \n" ); document.write( "
Algebra.Com's Answer #588129 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! f(x)= 2x+1 \n" ); document.write( "f(2x)=4x+1 \n" ); document.write( "f(4x)=8x+1 \n" ); document.write( "f(x), f(2x),f(4x) are in GP \n" ); document.write( "f(2x)/f(x)=f(4x)/f(2x) \n" ); document.write( "(f(2x))^2=f(x)*f(4x) \n" ); document.write( "(4x+1)^2=(2x+1)(8x+1) \n" ); document.write( "16x^2+8x+1=16x^2+8x+2x+1 \n" ); document.write( "2x=0 \n" ); document.write( "x=0 is the answer. \n" ); document.write( " |