document.write( "Question 888986: find the 3rd integer of 5 consecutive integers if the sum of the 1st and 5th integer are equal to 52. \n" ); document.write( "
Algebra.Com's Answer #537871 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
x+x+4=52
\n" ); document.write( "2x=48
\n" ); document.write( "x=24 1st
\n" ); document.write( "x+2=26 3rd
\n" ); document.write( "x+4=28 5th
\n" ); document.write( "
\n" ); document.write( "
\n" );