document.write( "Question 398516: Vicky is thinking of a number. Twice the number increased by 1 is 5 less than 3 times the number. What's the number? \n" ); document.write( "
Algebra.Com's Answer #282371 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! If x is the number,\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x + 1 = 3x - 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1 = x - 5 (subtracting 2x from both sides)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 6 \n" ); document.write( " |