document.write( "Question 998988: 5 times the difference of a number and 3 is 4 less than four times the number. What is the number? \n" ); document.write( "
Algebra.Com's Answer #616664 by mananth(16946) You can put this solution on YOUR website! let number be x\r \n" ); document.write( "\n" ); document.write( "difference between number and 3 = x-3\r \n" ); document.write( "\n" ); document.write( "5 times = 5(x-3)\r \n" ); document.write( "\n" ); document.write( "4 times the number = 4x\r \n" ); document.write( "\n" ); document.write( "4 less\r \n" ); document.write( "\n" ); document.write( "4x-4\r \n" ); document.write( "\n" ); document.write( "5(x-3) = 4x-4\r \n" ); document.write( "\n" ); document.write( "5x-15=4x-4\r \n" ); document.write( "\n" ); document.write( "5x-4x= -4+15\r \n" ); document.write( "\n" ); document.write( "x=11 \n" ); document.write( " \n" ); document.write( " |