document.write( "Question 7526: The polynomial f(x) divided x – 3 results in a quotient of x2 + 3x – 5
\n" );
document.write( "with a remainder of 2. Find f(3). \n" );
document.write( "
Algebra.Com's Answer #4327 by pvrbrahmam(12)![]() ![]() ![]() You can put this solution on YOUR website! Q: The polynomial f(x) divided x – 3 results in a quotient of x2 + 3x – 5 \n" ); document.write( " with a remainder of 2. Find f(3). \n" ); document.write( " Sol : f(x) = quotient *Divisor + remainder \n" ); document.write( " = (x^2 +3x-5)(x-3) + 2 \n" ); document.write( " f(3) = (3^2 + 3*3-5)(3-3)+2= 2 \n" ); document.write( " |