document.write( "Question 468141: when 30 is added to 5 times a number, the results exceeds 100.\r
\n" );
document.write( "\n" );
document.write( "determine the range of values for the number \n" );
document.write( "
Algebra.Com's Answer #321228 by robertb(5830) You can put this solution on YOUR website! 30 + 5x > 100\r \n" ); document.write( "\n" ); document.write( "==> 5x > 70\r \n" ); document.write( "\n" ); document.write( "==> x > 14. \n" ); document.write( " |