document.write( "Question 870805: What does the following the function specifically do to ANY input? Recall that the symbol “x” is shorthand notation for input. Be specific in your response, do not just say it produces an output.
\n" );
document.write( "
\n" );
document.write( "f(x) = 6 * x^2 - 15\r
\n" );
document.write( "\n" );
document.write( "I don't need to solve it. I need to *explain* it. Here is what I have:
\n" );
document.write( "The function varies in the output according to the input.\r
\n" );
document.write( "\n" );
document.write( "I'm thinking that's not enough, but I don't know what else I can say about it. \n" );
document.write( "
Algebra.Com's Answer #525149 by ewatrrr(24785) You can put this solution on YOUR website! function squares the imput, takes that result times 6 and then subtracts 15 \n" ); document.write( " |