document.write( "Question 517127: Simplify by removing factors of 1
\n" );
document.write( "q^2-81/(q+9)^2 \n" );
document.write( "
Algebra.Com's Answer #344674 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! (q^2-81)/(q+9)^2 \n" ); document.write( "rewriting the numerator: \n" ); document.write( "(q^2-9^2)/(q+9)^2 \n" ); document.write( "factoring the numerator (difference of squares): \n" ); document.write( "[(q-9)(q+9)]/(q+9)^2 \n" ); document.write( "removing factors of 1: \n" ); document.write( "(q-9)/(q+9) \n" ); document.write( " |