document.write( "Question 1075546: If 5 times an integer is decreased by 17, the result is less than 63. Find the integer.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #690182 by Lightning_Fast(78) You can put this solution on YOUR website! Integer is denoted by \"n\" \n" ); document.write( "5n-17 < 63 \n" ); document.write( "Solve from there \n" ); document.write( "Remember that multiplying by a negative switches the less than sign \n" ); document.write( " |