document.write( "Question 810750: the sum of two consecutive numbers is 33. what is the smaller of these numbers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #488380 by richwmiller(17219) You can put this solution on YOUR website! 16 and 17 \n" ); document.write( "m+m+1=33 \n" ); document.write( "2m=32 \n" ); document.write( "m=16 \n" ); document.write( " \n" ); document.write( " |