document.write( "Question 473935: Two numbers are consecutive odd integers. The sum of the smaller and 4 times the larger is 63. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #325053 by ccs2011(207)\"\" \"About 
You can put this solution on YOUR website!
n + 4(n+2) = 63
\n" ); document.write( "n + 4n + 8 = 63
\n" ); document.write( "5n + 8 = 63
\n" ); document.write( "5n = 55
\n" ); document.write( "n = 11
\n" ); document.write( "The 2 numbers are 11 and 13
\n" ); document.write( "
\n" );