document.write( "Question 388188: three times a number less four is 17. what is the number? \n" ); document.write( "
Algebra.Com's Answer #274497 by Jk22(389) You can put this solution on YOUR website! three times a number less four is 17 \n" ); document.write( " \n" ); document.write( "implies three times this number is 21 (17 plus four) \n" ); document.write( " \n" ); document.write( "hence the number is twenty-one divided by 3, which is 7. \n" ); document.write( " \n" ); document.write( "Formula wise : let x be the searched number, then \n" ); document.write( " \n" ); document.write( "3x-4 = 17 \n" ); document.write( " \n" ); document.write( "3x = 17+4 = 21 \n" ); document.write( " \n" ); document.write( "x = 7 \n" ); document.write( " |