document.write( "Question 570911: the room number of two adjacent classrooms are two consecutive even numbers if their sum is 1058 what are the even numbers \n" ); document.write( "
Algebra.Com's Answer #367846 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Call the lowest number \"+n+\"
\n" ); document.write( "The next higher even number is \"+n+%2B+2+\"
\n" ); document.write( "given:
\n" ); document.write( "\"+n+%2B+n+%2B+2+=+1058+\"
\n" ); document.write( "\"+2n+=+1058+-+2+\"
\n" ); document.write( "\"+2n+=+1056+\"
\n" ); document.write( "\"+n+=+528+\"
\n" ); document.write( "\"+n+%2B+2+=+530+\"
\n" ); document.write( "The classroom numbers are 528 and 530
\n" ); document.write( "check:
\n" ); document.write( "\"+528+%2B+530+=+1058+\"
\n" ); document.write( "\"+1058+=+1058+\"
\n" ); document.write( "OK
\n" ); document.write( "
\n" );