document.write( "Question 824890: Let f(x) = 2x + 3. Find values for a and b such that the equation f(ax + b) = x is true for all values of x.\r
\n" );
document.write( "\n" );
document.write( "I've found f(ax + b) and tried to rearrange for b and solve for a by substitution but that doesn't work. I was given a hint that if two polynomials in the variable x are equal for all values of x, then the corresponding coefficients are equal.\r
\n" );
document.write( "\n" );
document.write( "Please help me solve this, thank you in advance. \n" );
document.write( "
Algebra.Com's Answer #496859 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! f(ax+b) = 2 * (ax+b) + 3 = 2ax+2b+3, now \n" ); document.write( "if a = 1/2 and b = -3/2 then \n" ); document.write( "2*(1/2)*x +2*(-3/2)+3 = x for all values of x \n" ); document.write( " \n" ); document.write( " |