document.write( "Question 873999: The product of 5 and the sum of a number and 8 is less than thirty times a number. Find the number
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #527234 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! 5(n+8) < 30n \n" ); document.write( "5n + 40 < 30n \n" ); document.write( " 40 < 25n \n" ); document.write( " 40/25 < n \n" ); document.write( " n > 8/5 \n" ); document.write( " n > 1.6 \n" ); document.write( " |