document.write( "Question 732637: Completely factor this polynomial:
\n" );
document.write( "-------------------------
\n" );
document.write( " 4x² - 25
\n" );
document.write( "---------------------------
\n" );
document.write( "i need to know the steps on how to solve it \n" );
document.write( "
Algebra.Com's Answer #447957 by Vladdroid(91)![]() ![]() You can put this solution on YOUR website! FACTORED \n" ); document.write( "4x^2-25 \n" ); document.write( "a^2-b^2=(a-b)(a+b) \n" ); document.write( "(2x-5)(2x+5)==========answer \n" ); document.write( " |