document.write( "Question 954454: When 4 is added to the difference between nine times a number and 5, the result is greater than 15 added to 8 times the number. What is the answer? \n" ); document.write( "
Algebra.Com's Answer #582975 by macston(5194)![]() ![]() You can put this solution on YOUR website! n= a number \n" ); document.write( "(9n-5)+4>8n+15 \n" ); document.write( "9n-1>8n+15 \n" ); document.write( "9n>8n+16 \n" ); document.write( "n>16 \n" ); document.write( " |