document.write( "Question 1005854: Please help me solve this problem:\r
\n" );
document.write( "\n" );
document.write( "Determine the x-intercepts of the curve which has a slope of 2x+1 and passes through (1,-4). \n" );
document.write( "
Algebra.Com's Answer #622013 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! since slope (f'(x)) = 2x + 1 \n" ); document.write( "f(x) = x^2 +x + c where c is a constant \n" ); document.write( "now f(x) goes through point (1, -4), then \n" ); document.write( "-4 = 1^2 + 1 + c and c = -6 \n" ); document.write( "f(x) = x^2 + x - 6 \n" ); document.write( "to find x intercepts set f(x) = 0 and solve for x \n" ); document.write( "x^2 + x -6 = 0 \n" ); document.write( "factor polynomial \n" ); document.write( "(x+3) * (x-2) = 0 \n" ); document.write( "x intercepts are -3, 2 \n" ); document.write( " \n" ); document.write( " |