document.write( "Question 268971: how do you factor 9x^2-100 \n" ); document.write( "
Algebra.Com's Answer #197101 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! This is a difference of two squares. We factor as \n" ); document.write( " (3x-10)(3x+10) \n" ); document.write( " |