document.write( "Question 264855: Twice the sum of a number and eleven is twenty-two less than three times the number. Find the number. \n" ); document.write( "
Algebra.Com's Answer #194900 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Twice the sum of a number and eleven is twenty-two less than three times the number. Find the number. \r \n" ); document.write( "\n" ); document.write( "let the number be x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "twice the number and eleven = 2x+11\r \n" ); document.write( "\n" ); document.write( "22 less than 3 times the number \n" ); document.write( "3x-22\r \n" ); document.write( "\n" ); document.write( "3x-22=2x+11 \n" ); document.write( "3x-2x=11+22 \n" ); document.write( "x=33 \n" ); document.write( "The number is 33 \n" ); document.write( " \n" ); document.write( " |