document.write( "Question 39278: Suppose that for some function f, f(x-1)=5x. Find f(6). \n" ); document.write( "
Algebra.Com's Answer #24714 by josmiceli(19441) You can put this solution on YOUR website! f(x-1)=5x. Find f(6). \n" ); document.write( "f(x - 1) = f(6) \n" ); document.write( "x - 1 = 6 \n" ); document.write( "x = 7 \n" ); document.write( "f(6) = 5 * 7 \n" ); document.write( "f(6) = 35 \n" ); document.write( " |