document.write( "Question 416304: If 3 is added to twice a number and this sum is multiplied by 2, the result is the same as if the number is multiplied by 0 and 2 is added to the product. What is the number? \n" ); document.write( "
Algebra.Com's Answer #291683 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "(3+ 2*x )* 2 = x* 0 + 2\r \n" ); document.write( "\n" ); document.write( "=> 6 + 4x = 2\r \n" ); document.write( "\n" ); document.write( "=> 4x = 2-6 \r \n" ); document.write( "\n" ); document.write( "=> x = -4/4 = -1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "number is: -1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |