document.write( "Question 155017: Find three consecutive odd integers of which one half of the sum of the first and second equals the square of the difference of the third and the first. \n" ); document.write( "
Algebra.Com's Answer #114142 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Integers=x, x+2, x+4 \n" ); document.write( "(x+x+2)/2=(x+4-x)^2 \n" ); document.write( "(2x+2)/2=4^2 \n" ); document.write( "2(x+1)/2=16 \n" ); document.write( "x+1=16 \n" ); document.write( "x=16-1 \n" ); document.write( "x=15 the smallest integer. \n" ); document.write( "15+2=17 the next one. \n" ); document.write( "15+4=19 the largest. \n" ); document.write( "proof: \n" ); document.write( "(15+17)/2=(19-15)^2 \n" ); document.write( "32/2=4^2 \n" ); document.write( "16=16\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |