document.write( "Question 1066170: If 10 is added to 2 times any number in a certain set of numbers, the result is greater than 4 times the number. What is the set of numbers? \n" ); document.write( "
Algebra.Com's Answer #681345 by ikleyn(52879)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "2x + 10 > 4x,  --->\r\n" );
document.write( "\r\n" );
document.write( "10 > 4x - 2x,\r\n" );
document.write( "\r\n" );
document.write( "2x < 10,\r\n" );
document.write( "\r\n" );
document.write( "x < 5.\r\n" );
document.write( "\r\n" );
document.write( "The set of numbers is {x < 5}. In the interval notation, (\"-infinity\",\"5\").\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );