document.write( "Question 345438: i have to factorise the following expresson but im not sure how to.
\n" );
document.write( "(x-1)squared-4 \n" );
document.write( "
Algebra.Com's Answer #247045 by haileytucki(390)![]() ![]() You can put this solution on YOUR website! (X-1)^(2)-4\r \n" ); document.write( "\n" ); document.write( "The binomial can be factored using the difference of squares formula, because both terms are perfect squares. The difference of squares formula is X^(2)-b^(2)=(X-b)(X+b). \n" ); document.write( "((X-1)-2)((X-1)+2)\r \n" ); document.write( "\n" ); document.write( "Remove the parentheses around the expression X-1. \n" ); document.write( "(X-1-2)((X-1)+2)\r \n" ); document.write( "\n" ); document.write( "Subtract 2 from -1 to get -3. \n" ); document.write( "(X-3)((X-1)+2)\r \n" ); document.write( "\n" ); document.write( "Remove the parentheses around the expression X-1. \n" ); document.write( "(X-3)(X-1+2)\r \n" ); document.write( "\n" ); document.write( "Add 2 to -1 to get 1. \n" ); document.write( "(X-3)(X+1) \n" ); document.write( " |