document.write( "Question 84229: What's the number? If I multuply it by 3 and add 11, I get the same answer when I add 3 to it. \n" ); document.write( "
Algebra.Com's Answer #60651 by venugopalramana(3286) You can put this solution on YOUR website! What's the number? If I multuply it by 3 and add 11, I get the same answer when I add 3 to it. \n" ); document.write( "LET THE NUMBER BE X \n" ); document.write( "MULTIPLY WITH 3 AND ADD 11.....3X+11 \n" ); document.write( "THIS IS SAME AS X+3 \n" ); document.write( "3X+11=X+3 \n" ); document.write( "2X=-8 \n" ); document.write( "X=-4 \n" ); document.write( " |