document.write( "Question 257212: Find the largest of four consecutive odd integers such that the sum of the first and the fourth is 27 less than three times the first integer. \n" ); document.write( "
Algebra.Com's Answer #189153 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! Find the largest of four consecutive odd integers such that the sum of the first and the fourth is 27 less than three times the first integer.\r \n" ); document.write( "\n" ); document.write( "Let x be the smallest of the integers. Then the other three are x+2, x+4 and x+6.\r \n" ); document.write( "\n" ); document.write( "We know then that:\r \n" ); document.write( "\n" ); document.write( "x + (x+6) = 3*x - 27\r \n" ); document.write( "\n" ); document.write( "Solving for x:\r \n" ); document.write( "\n" ); document.write( "2*x + 6 = 3*x - 27 \n" ); document.write( "x = 33\r \n" ); document.write( "\n" ); document.write( "The larger integer then is x + 6 = 39. \n" ); document.write( " |