document.write( "Question 1113334: 3. Find an expression for a function that takes a real number f(x) and performs the following three steps in the order given:
\n" );
document.write( "(1) multiply by 2 (2) subtract 4 (3) take the square root
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #728336 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Your statement of the problem is not right. f(x) is the function; it is not the real number you start with. \n" ); document.write( "start with a real number x. \n" ); document.write( "(1) multiply by 2: 2x \n" ); document.write( "(2) subtract 4: 2x-4 \n" ); document.write( "(3) take the square root: sqrt(2x-4) \n" ); document.write( "Answer: f(x) = sqrt(2x-4) \n" ); document.write( " |