document.write( "Question 160884: three times the greater of two consecutive odd integers is five less than four times the smaller. find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #118579 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! three times the greater of two consecutive odd integers is five less than four times the smaller. find the two numbers. \n" ); document.write( ". \n" ); document.write( "Let x = smaller consecutive odd integers \n" ); document.write( "then \n" ); document.write( "x+2 = larger consecutive odd integers \n" ); document.write( ". \n" ); document.write( "3(x+2) = 4x-5 \n" ); document.write( "3x+6 = 4x-5 \n" ); document.write( "6 = x-5 \n" ); document.write( "11 = x (smaller integer) \n" ); document.write( ". \n" ); document.write( "larger: \n" ); document.write( "x+2 = 11+2 = 13 (larger integer) \n" ); document.write( " |