document.write( "Question 70107: Four less than three times a number is three more than two times the number. What is the number? \n" ); document.write( "
Algebra.Com's Answer #49984 by psbhowmick(878)![]() ![]() You can put this solution on YOUR website! Let the number = x. \n" ); document.write( "Three times the number = 3x. \n" ); document.write( "Four less than three times the number = (3x - 4).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Two times the number = 2x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(Four less than three times the number) - (Two times the number) = 3 \n" ); document.write( "(3x - 4) - 2x = 3 \n" ); document.write( "x = 7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the reqd. number is 7. \n" ); document.write( " |