document.write( "Question 870590: I'm not entirely sure what the question is asking. Would appreciate some clarification.\r
\n" );
document.write( "\n" );
document.write( "Q) What does the following in 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).\r
\n" );
document.write( "\n" );
document.write( "f(x) = 6 * -15 \n" );
document.write( "
Algebra.Com's Answer #524967 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! You start with x and you square it to get \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then you multiply that result by 6 to get \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Finally, you subtract off 15 from that to get \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note: you can use any number you want and it doesn't have to be 12.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |