document.write( "Question 192011: If twice the smaller of two consecutive numbers is added to the larger, the result is 7. Find the smaller one. \n" ); document.write( "
Algebra.Com's Answer #144083 by RAY100(1637)\"\" \"About 
You can put this solution on YOUR website!
Let x = smaller no
\n" ); document.write( "Let (x+1) = larger no\r
\n" ); document.write( "\n" ); document.write( "2S+L=7\r
\n" ); document.write( "\n" ); document.write( "2x+(x+1)=7
\n" ); document.write( "3x+1=7
\n" ); document.write( "3x=6
\n" ); document.write( "x=2\r
\n" ); document.write( "\n" ); document.write( "smaller =2
\n" ); document.write( "larger=3
\n" ); document.write( "
\n" );