document.write( "Question 326354: how would you write a quadratic equation if the answer is x=2 and x=-2 \n" ); document.write( "
Algebra.Com's Answer #233642 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
If \"x=2\" and \"x=-2\", then \"x-2=0\" and \"x%2B2=0\"
\n" ); document.write( "\"g%28x%29=%28x-2%29%28x%2B2%29\"
\n" ); document.write( "USe the FOIL method,
\n" ); document.write( "\"g%28x%29=x%5E2-2x%2B2x-4\"
\n" ); document.write( "\"highlight_green%28g%28x%29=x%5E2-4%29\"
\n" ); document.write( "
\n" );