document.write( "Question 896536: How do you factor 9k^2 - 25 ( The 2 in 9k^2 is to the 2nd power) \n" ); document.write( "
Algebra.Com's Answer #543581 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x^2-y^2=(x-y)*(x+y) \n" ); document.write( "9k^2 - 25= \n" ); document.write( "(3k-5)*(3k+5) \n" ); document.write( " |