document.write( "Question 122892: The room numbers of two adjacent classrooms are two consecutive odd numbers. If their sum is 284, what are the classroom numbers? \n" ); document.write( "
Algebra.Com's Answer #90204 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! x+(x+2)=284 so 2x+2=284 then 2x=282 then x=141 and x+2=143 \n" ); document.write( "R: the numbers are 141 and 143 \n" ); document.write( " |