document.write( "Question 581401: if 2 is added to half a number , the result is one more than the original number .What is the original number ? \n" ); document.write( "
Algebra.Com's Answer #371626 by algebrahouse.com(1659)![]() ![]() You can put this solution on YOUR website! x = original number\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x/2 + 2 = x + 1 {if 2 is added to half number, result is 1 more than number} \n" ); document.write( "x + 4 = 2x + 2 {multiplied entire equation by LCD, 2, to clear fractions} \n" ); document.write( "4 = x + 2 {subtracted x from both sides} \n" ); document.write( "x = 2 {subtracted 2 from both sides}\r \n" ); document.write( "\n" ); document.write( "original number is 2 \n" ); document.write( " For more help from me, visit: www.algebrahouse.com \n" ); document.write( " |