document.write( "Question 733647: if 4 is added to a number and the sum is tripled the result is 28 more than the number. find the number. \n" ); document.write( "
Algebra.Com's Answer #448700 by vidhyak(98) ![]() You can put this solution on YOUR website! Let the number be n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if 4 is added to a number and the sum is tripled the result is 28 more than the number.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4 is added to the number and the sum is tripled \n" ); document.write( "3 * ( n + 4)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3 * ( n + 4) = n + 28\r \n" ); document.write( "\n" ); document.write( "Solving the equation\r \n" ); document.write( "\n" ); document.write( "3n + 12 = n + 28 \n" ); document.write( "3n - n = 28 -12 \n" ); document.write( "2n = 16 \n" ); document.write( "n =8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Number is 8 \n" ); document.write( " |