document.write( "Question 46764: If the first and third of three consecutive odd integers are added together, the result is 63 less than five times the second integer. Find the third integer. \n" ); document.write( "
Algebra.Com's Answer #30945 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Let x be the first odd integer, x+2 the next consecutive odd integer, and x+4 the third consecutive odd integer. From the problem description, you can write:\r \n" ); document.write( "\n" ); document.write( "x + (x+4) = 5(x+2)-63 Simplify and solve for x. \n" ); document.write( "2x+4 = 5x+10-63 \n" ); document.write( "2x+4 = 5x-53 Subtract 2x from both sides of the equation. \n" ); document.write( "4 = 3x-53 Add 53 to both sides. \n" ); document.write( "3x = 57 Divide both sides by 3. \n" ); document.write( "x = 19 \n" ); document.write( "x+2 = 21 \n" ); document.write( "x+4 = 23 \n" ); document.write( " |