document.write( "Question 420874: how do i factor this 64x^2-81y^2 \n" ); document.write( "
Algebra.Com's Answer #293974 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! 64x^2-81y^2 \n" ); document.write( "Notice we can rewrite as: \n" ); document.write( "(8x)^2 - (9y)^2 \n" ); document.write( "this is a \"difference of squares\" (special factoring case): \n" ); document.write( "(8x - 9y)(8x +9y) \n" ); document.write( " |