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 #49983 by funmath(2933)![]() ![]() ![]() You can put this solution on YOUR website! Four less than three times a number is three more than two times the number. What is the number? \n" ); document.write( "Let a number be:x \n" ); document.write( "four less than three times that number is:3x-4 \n" ); document.write( "is:= \n" ); document.write( "three more than two times the number: 2x+3 \n" ); document.write( "Problem to solve: \n" ); document.write( "3x-4=2x+3 \n" ); document.write( "3x-2x-4=2x-2x+3 \n" ); document.write( "x-4=3 \n" ); document.write( "x-4+4=3+4 \n" ); document.write( " \n" ); document.write( "Sanity Check: \n" ); document.write( "3(7)-4=2(7)+3 \n" ); document.write( "21-4=14+3 \n" ); document.write( "17=17 We seem to be sane for the moment. \n" ); document.write( "Happy Calculating!!!! \n" ); document.write( " |