document.write( "Question 1072309: f is a function that takes a real number x and performs these four steps in the order given\r
\n" );
document.write( "\n" );
document.write( "1.multiply by -4
\n" );
document.write( "2.add 5
\n" );
document.write( "3.square root
\n" );
document.write( "4.take the reciprocal \n" );
document.write( "
Algebra.Com's Answer #687210 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Any and all of them could be a function AS LONG AS they work for every possible input value. The x in f(x) is just a place holder. \n" ); document.write( "Example: A tree grows 1 foot a year. How tall is it in 5 years? \n" ); document.write( "f(age) = age*1 \n" ); document.write( "f(5) = 5*1 \n" ); document.write( "Your problem is very unclear to me. Good luck with it. \n" ); document.write( " |