document.write( "Question 388795: five times a number exceeds 12 by 3. find the number \n" ); document.write( "
Algebra.Com's Answer #275208 by robertb(5830) You can put this solution on YOUR website! 5n - 12 = 3; \n" ); document.write( "5n = 15; \n" ); document.write( "n = 3. \n" ); document.write( " |