document.write( "Question 739912: What is the excluded value of x for the polynomial expression: \
\n" );
document.write( "2x-4
\n" );
document.write( "_____
\n" );
document.write( "4x+2 \n" );
document.write( "
Algebra.Com's Answer #451387 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! 4x + 2 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4x = -2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = -2/4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = -1/2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The value -1/2 is the excluded value. The variable x cannot equal this value because this leads to a division by zero error. \n" ); document.write( " |