document.write( "Question 223804: I'm taking intermediate algebra 10 years after I last took it. We've been given a sheet to review factoring and I've been having problems remembering how to factor, particularly the rules involving quadratic equations. Here are four of the problems that are giving me grief:\r
\n" );
document.write( "\n" );
document.write( "#1. Factor 10x^2+9x-9
\n" );
document.write( "I came up with 10xs^2+3(3x-3)\r
\n" );
document.write( "\n" );
document.write( "#2. Factor 2ax+2ay-bx-by
\n" );
document.write( "My answer is 2a(x+y)-b(x+y)\r
\n" );
document.write( "\n" );
document.write( "#3. Factor x(y-8)-7(8-y)
\n" );
document.write( "My answer is xy-8x-56-7y\r
\n" );
document.write( "\n" );
document.write( "# 4. Factor 4-x^2
\n" );
document.write( "Can't even think where to begin with this one! \n" );
document.write( "
Algebra.Com's Answer #167275 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! #1. Factor 10x^2+9x-9 \n" ); document.write( "I came up with 10x^2+3(3x-3) \n" ); document.write( "= (5x - 3)*(2x + 3) \n" ); document.write( "------------------- \n" ); document.write( "#2. Factor 2ax+2ay-bx-by \n" ); document.write( "My answer is 2a(x+y)-b(x+y) \n" ); document.write( "then combine the terms \n" ); document.write( "= (2a-b)*(x+y) \n" ); document.write( "-------------- \n" ); document.write( "#3. Factor x(y-8)-7(8-y) \n" ); document.write( "My answer is xy-8x-56-7y \n" ); document.write( "(8-y) = -(y-8) \n" ); document.write( "= (x+7)*(y-8) \n" ); document.write( "------------------- \n" ); document.write( "# 4. Factor 4-x^2 \n" ); document.write( "The difference of 2 squares, a^2 - b^2, is (a-b)*(a+b) \n" ); document.write( "= (2-x)*(2+x) \n" ); document.write( " |