document.write( "Question 1118463: find the set of all odds number x satisfying the condition 5x-4<0 and 3x-7>0. \n" ); document.write( "
Algebra.Com's Answer #733775 by htmentor(1343) You can put this solution on YOUR website! The solution is the empty set. There are no numbers satisfying BOTH 5x-4<0 and 3x-7>0:\r \n" ); document.write( "\n" ); document.write( "5x - 4 < 0 -> x < 4/5 \n" ); document.write( "3x - 7 > 0 -> x > 7/3\r \n" ); document.write( "\n" ); document.write( "There are no numbers which are both less than 4/5 and greater than 7/3 \n" ); document.write( " |