document.write( "Question 37927: factor the following expressions using the method of common factors
\n" );
document.write( "8x^2+2xb
\n" );
document.write( "x^3y^2+xy \n" );
document.write( "
Algebra.Com's Answer #23584 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! For 8x^2 + 2xb, both 2 and x are common factors, and we can pull them out, giving us \n" ); document.write( "8x^2 + 2xb = 2x(4x + b) \n" ); document.write( "For (x^3)(y^2) + xy, both x and y are common, and we have \n" ); document.write( "(x^3)(y^2) + xy = xy(x^2y + 1) \n" ); document.write( " |