document.write( "Question 1065838: I am trying to factor this expression as if I did not know the form of a difference of squares.\r
\n" );
document.write( "\n" );
document.write( "Where is my error?\r
\n" );
document.write( "\n" );
document.write( "4x^2-49
\n" );
document.write( "4x^2 + 14x - 14x - 49
\n" );
document.write( "(4x^2 + 14x) + (- 14x - 49)
\n" );
document.write( "2x(x+7) + -7(x+7)
\n" );
document.write( "(2x-7)(x+7)\r
\n" );
document.write( "\n" );
document.write( "However (2x-7)(x+7) = 2x^2-49 not 4x^2-49
\n" );
document.write( "Where is my error? \n" );
document.write( "
Algebra.Com's Answer #681010 by addingup(3677)![]() ![]() You can put this solution on YOUR website! There is only one step. \n" ); document.write( "Factor 4x^2-49 \n" ); document.write( "------------ \n" ); document.write( "4x^2 factors into: \n" ); document.write( "(2x )(2x ) \n" ); document.write( "Next: \n" ); document.write( "-49 factors into: \n" ); document.write( "( -7)( +7) \n" ); document.write( "All together: \n" ); document.write( "(2x-7)(2x+7) \n" ); document.write( " \n" ); document.write( " |