document.write( "Question 565470: The question is: Factor the polynomial completely:
\n" );
document.write( "9y^2-49x^2\r
\n" );
document.write( "\n" );
document.write( "I'm not really sure how to approach this because I don't see a common factor between them.
\n" );
document.write( "thanks so much \n" );
document.write( "
Algebra.Com's Answer #365800 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Think \"difference of squares\" \n" ); document.write( "we can rewrite: \n" ); document.write( "9y^2-49x^2 \n" ); document.write( "as \n" ); document.write( "(3y)^2-(7x)^2 \n" ); document.write( "now we can facto as: \n" ); document.write( "(3y - 7x)(3y + 7x) \n" ); document.write( " \n" ); document.write( " |