document.write( "Question 482274: Explain, in your own words, how to evaluate a polynomial for a given value of the variable. Demonstrate the process with an example.\r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "Create a polynomial for the class to evaluate for two different given values.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #330183 by jainpreeja(10)![]() ![]() You can put this solution on YOUR website! put the value in the variable place and then solve it \n" ); document.write( "Example:f(x)=2x^2-3x+6 find the value where x=3 \n" ); document.write( " f(3)=2*(3)^2-3*3+6 \n" ); document.write( " =2*9-9+6 \n" ); document.write( " =18-9+6 \n" ); document.write( " =9+6 \n" ); document.write( " =15 \n" ); document.write( " |