document.write( "Question 836579: How do i set problem so i can solve it when the sum of a number and 3 is subtracted from 10 the result is 5. \n" ); document.write( "
Algebra.Com's Answer #504288 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! the sum of a number and 3 is subtracted from 10 the result is 5. \n" ); document.write( "10 - (n + 3) = 5 \n" ); document.write( "remove brackets, a neg outside changes the signs \n" ); document.write( "10 - n - 3 = 5 \n" ); document.write( "-n + 7 = 5 \n" ); document.write( "-n = 5 - 7 \n" ); document.write( "-n = -2 \n" ); document.write( "therefore \n" ); document.write( "n = 2 \n" ); document.write( " |