document.write( "Question 722840: if 5 times an integer is decreased by 17, the result is greater than 63. find the integer.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #442908 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 5n-17 > 63 \n" ); document.write( "5n > 63+17 \n" ); document.write( "n > 80/5 \n" ); document.write( "n > 16 \n" ); document.write( " |