document.write( "Question 1180064: Given f(x) = 2x+3 and g(x) = 4-5x, determine the x-value for which f(2x) = g(1-x). \n" ); document.write( "
Algebra.Com's Answer #809680 by amarjeeth123(570)![]() ![]() ![]() You can put this solution on YOUR website! We are given that f(x)=2x+3 and g(x)=4-5x \n" ); document.write( "We have to determine the x-value for which f(2x)=g(1-x) \n" ); document.write( "f(2x)=2(2x)+3=4x+3 \n" ); document.write( "g(1-x)=4-5(1-x)=4-5+5x=5x-1 \n" ); document.write( "Plugging in the values we get, \n" ); document.write( "4x+3=5x-1 \n" ); document.write( "5x-4x=3+1 \n" ); document.write( "x=4. \n" ); document.write( "The value of x is 4. \n" ); document.write( " |