document.write( "Question 902281: Five times the second of three consecutive odd integers is twelve less than three times the sum of the first and third integers. Find the largest odd integer. \n" ); document.write( "
Algebra.Com's Answer #805793 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive odd integers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5x = 3((x-2) + (x+2)) + 12 \n" ); document.write( "5x = 3(3x) + 12 \n" ); document.write( "5x = 9x + 12 \n" ); document.write( "-4x = 12 \n" ); document.write( "x = -3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are -5, -3, and -1. \n" ); document.write( " |