document.write( "Question 982797: I add 3 to the number, divide the result by 5, I get the same answer as I take away 5 from it \n" ); document.write( "
Algebra.Com's Answer #603593 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make 'x' the number \n" ); document.write( "add 3 to the number, divide the result by 5 \n" ); document.write( "(x + 3)/5 \n" ); document.write( "= the same answer as I take away 5 from it \n" ); document.write( "(x + 3)/5 = x - 5 \n" ); document.write( "Common denominator 5 \n" ); document.write( "x + 3 = 5(x - 5) \n" ); document.write( "x + 3 = 5x - 25 \n" ); document.write( "Collect like terms \n" ); document.write( "x - 5x = -25 - 3 \n" ); document.write( "-4x = -28 \n" ); document.write( " x = 7 \n" ); document.write( "The number is 7 \n" ); document.write( "Hope this helps:-) \n" ); document.write( " |