document.write( "Question 901227: if 23 is added to a number, the result is 40 less than twice the number. what is the number \n" ); document.write( "
Algebra.Com's Answer #546576 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! 23 + N = 2N - 40 \n" ); document.write( "Subtract N from each side \n" ); document.write( "23 = N - 40 \n" ); document.write( "Add 40 to each side \n" ); document.write( "63 = N \n" ); document.write( " |