document.write( "Question 333185: The sum of three consecutive odd integers is 35 more than twice the largest. Find them.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #238704 by tinbar(133)\"\" \"About 
You can put this solution on YOUR website!
let x represent the first odd integer. it follows then that the second ODD integer would be x+2 (note: x+1 represents the integer consecutive to x, however if x is odd, x+1 would be even, which does not fit our condition). finally, the last (largest) integer can be represented by (x+2)+2 = x+4\r
\n" ); document.write( "\n" ); document.write( "the question states: \r
\n" ); document.write( "\n" ); document.write( "the sum of 3 con...integers = 35 more(+) twice the largest (x+4)\r
\n" ); document.write( "\n" ); document.write( "..in math terms...\r
\n" ); document.write( "\n" ); document.write( "x+(x+2)+(x+4)=35+(2*(x+4))
\n" ); document.write( "now we solve this equation
\n" ); document.write( "3x+6=35+2x+8
\n" ); document.write( "3x-2x=35+8-6
\n" ); document.write( "x=37\r
\n" ); document.write( "\n" ); document.write( "let's check: 37, 39, and 41
\n" ); document.write( "firstly 37+39+41=117
\n" ); document.write( "secondly, 35 more than twice the largest value yields 35+ (41*2)=117\r
\n" ); document.write( "\n" ); document.write( "our solution works!
\n" ); document.write( "
\n" );