document.write( "Question 363268: find a number such that 18 more than 4 times the sum of the number and -19 is 26. \n" ); document.write( "
Algebra.Com's Answer #259038 by robertb(5830)![]() ![]() You can put this solution on YOUR website! 4(n + (-19))+18 = 26, \n" ); document.write( "4(n-19) = 8, \n" ); document.write( "4n - 76 = 8 \n" ); document.write( "4n = 84, \n" ); document.write( "n = 84/4 = 21. \n" ); document.write( " |