document.write( "Question 1040809: If 3 is added to twice a number and the 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 #655780 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! let n = the number \n" ); document.write( ": \n" ); document.write( "Write an equation for what the statement says \n" ); document.write( "If 3 is added to twice a number and the 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 \n" ); document.write( "2(2n + 3) = 0n + 2 \n" ); document.write( "4n + 6 = 2 \n" ); document.write( "4n = 2 - 6 \n" ); document.write( "4n = -4 \n" ); document.write( "n = -1 \n" ); document.write( ": \n" ); document.write( "See if that is true \n" ); document.write( "2(2(-1) + 3) = 0(-1) + 2 \n" ); document.write( "2(-2+3) = 0 + 2 \n" ); document.write( "2(1) = 2\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |