document.write( "Question 28667: Find all negative odd integers that satisfy the following inequality
\n" );
document.write( "-3x+1=<17 \n" );
document.write( "
Algebra.Com's Answer #15629 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! -3x + 1 =< 17 \n" ); document.write( "-3x =< 16 \n" ); document.write( "x => -5.33 \n" ); document.write( "The negative odd integers that satisfy this are -5, -3, -1 \n" ); document.write( "check \n" ); document.write( "-3(-5) + 1 =< 17 \n" ); document.write( "15 + 1 =< 17 \n" ); document.write( "TRUE \n" ); document.write( "-3(-3) + 1 =< 17 \n" ); document.write( "9 + 1 =< 17 \n" ); document.write( "TRUE \n" ); document.write( "-3(-1) + 1 =< 17 \n" ); document.write( "3 +1 =< 17 \n" ); document.write( "TRUE \n" ); document.write( "note that -7 or less does not satisfy equation \n" ); document.write( " |