document.write( "Question 281952: Factor out the largest common factor.\r
\n" );
document.write( "\n" );
document.write( "5x(3x - 5) + 2(3x - 5)\r
\n" );
document.write( "\n" );
document.write( "Please help with this one. \n" );
document.write( "
Algebra.Com's Answer #204777 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "5x(3x - 5) + 2(3x - 5) \n" ); document.write( "(5x+2)*(3x-5) \n" ); document.write( "think of it as \n" ); document.write( " 5x*a+2*a \n" ); document.write( "a*(5x+2) \n" ); document.write( "where a=(3x-5) \n" ); document.write( " |