document.write( "Question 254400: four then three times a number is one less than four times the number. what is the number? \n" ); document.write( "
Algebra.Com's Answer #186769 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Let the required number be x. \n" ); document.write( "Given, four then three times a number is one less than four times the number \n" ); document.write( " 4+3x = 4x-1 \n" ); document.write( " 4+1 = 4x-3x \n" ); document.write( " 5 = x \n" ); document.write( " x = 5 \n" ); document.write( "Therefore the required number is 5 \n" ); document.write( " |