document.write( "Question 234465: Two times the least of three consecutive odd integers exceeds three times the greatest by 15. What are the integers? \n" ); document.write( "
Algebra.Com's Answer #172927 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Let x, x+2 & x+4 be the 3 odd integers. \n" ); document.write( "2x>3(x+4)+15 \n" ); document.write( "2x>3x+12+15 \n" ); document.write( "2x-3x>27 \n" ); document.write( "-x>27 \n" ); document.write( "x<-27 (Note: when dividing by a negative value the > sign changes to a < sign). \n" ); document.write( "Proof: \n" ); document.write( "Let x=-26 \n" ); document.write( "2*-26>3(-26+4)+15 \n" ); document.write( "-52>3*-22+15 \n" ); document.write( "-52>-66+15 \n" ); document.write( "-52>-51 \n" ); document.write( " |