document.write( "Question 585331: three times a particular number is equal to that same number plus eight. what is the number? \n" ); document.write( "
Algebra.Com's Answer #373293 by Earlsdon(6294) ![]() You can put this solution on YOUR website! Let n = the number: \n" ); document.write( "3n = n+8 Subtract n from both sides. \n" ); document.write( "2n = 8 Divide by 2. \n" ); document.write( "n = 4 \n" ); document.write( "The number is 4. \n" ); document.write( " |