document.write( "Question 301429: what is two consecutive numbers such that if the larger is doubled and added to the smaller the sum is 74 \n" ); document.write( "
Algebra.Com's Answer #216114 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"N\" and \"N%2B1\" are your consecutive numbers.
\n" ); document.write( "The larger is \"N%2B1\", the smaller \"N\".
\n" ); document.write( "\"2%28N%2B1%29%2BN=74\"
\n" ); document.write( "\"2N%2B2%2BN=74\"
\n" ); document.write( "\"3N=72\"
\n" ); document.write( "\"highlight_green%28N=24%29\"
\n" ); document.write( "The numbers are 24 and 25.
\n" ); document.write( "
\n" );