document.write( "Question 230683: If four is added to twice a number and the sum is multiplied by three, the result is the same as if the number is multiplied by two and four is added to the product. What is the number? \n" ); document.write( "
Algebra.Com's Answer #170900 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let x be the number. \n" ); document.write( "3(2x+4)=2x+4 \n" ); document.write( "6x+12=2x+4 \n" ); document.write( "4x=-8 \n" ); document.write( "x=-2 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |